Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
Kernel
关于使用arm-none-eabi-gcc的编译问题
发布于 2019-12-31 11:14:00 浏览:2772
订阅该版
我想移植rt-thread nano至我的工程内,工程使用的模板是一个Makefile工程.交叉编译器的版本是: gcc version 8.2.1 20181213 (release) [gcc-8-branch revision 267074] (GNU MCU Eclipse ARM Embedded GCC, 64-bit) 在编译divsi3.S的时候出现编译错误,请问各路大神有没有经验能帮助我解决此问题。以下是编译信息 arm-none-eabi-gcc -x assembler-with-cpp -c -mcpu=cortex-m4 -mthumb -mfpu=fpv4-sp-d16 -mfloat-abi=hard -DUSE_FULL_LL_DRIVER -DHSE_VALUE=25000000 -DHSE_STARTUP_TIMEOUT=100 -DLSE_STARTUP_TIMEOUT=5000 -DLSE_VALUE=32768 -DEXTERNAL_CLOCK_VALUE=12288000 -DHSI_VALUE=16000000 -DLSI_VALUE=32000 -DVDD_VALUE=3300 -DPREFETCH_ENABLE=1 -DINSTRUCTION_CACHE_ENABLE=1 -DDATA_CACHE_ENABLE=1 -DSTM32F401xE -Irt-thread/include -Irt-thread/components/drivers/include -Irt-thread/components/finsh -Og -Wall -fdata-sections -ffunction-sections -g -gdwarf-2 -MMD -MP -MF"build/divsi3.d" rt-thread/libcpu/arm/common/divsi3.S -o build/divsi3.o rt-thread/libcpu/arm/common/divsi3.S: Assembler messages: rt-thread/libcpu/arm/common/divsi3.S:34: Error: lo register required -- `stmfd sp!,{lr}' rt-thread/libcpu/arm/common/divsi3.S:39: Error: lo register required -- `ldmfd sp!,{pc}' rt-thread/libcpu/arm/common/divsi3.S:46: Error: lo register required -- `stmfd sp!,{lr}' rt-thread/libcpu/arm/common/divsi3.S:51: Error: lo register required -- `ldmfd sp!,{pc}' rt-thread/libcpu/arm/common/divsi3.S:55: Error: unshifted register required -- `mvn r0,#0' rt-thread/libcpu/arm/common/divsi3.S:71: Error: only lo regs allowed with immediate -- `mov ip,#0' rt-thread/libcpu/arm/common/divsi3.S:74: Error: unshifted register required -- `orr ip,ip,#0x20000000' rt-thread/libcpu/arm/common/divsi3.S:75: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `movs r1,r1,lsr#1' rt-thread/libcpu/arm/common/divsi3.S:76: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:97: Error: instruction not supported in Thumb16 mode -- `ands ip,r0,#0x80000000' rt-thread/libcpu/arm/common/divsi3.S:98: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:99: Error: instruction not supported in Thumb16 mode -- `ands r2,r1,#0x80000000' rt-thread/libcpu/arm/common/divsi3.S:100: Error: lo register required -- `eor ip,ip,r2' rt-thread/libcpu/arm/common/divsi3.S:101: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:102: Error: unshifted register required -- `orr ip,r2,ip,lsr#1' ... rt-thread/libcpu/arm/common/divsi3.S:192: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r1,r0,lsl#1' rt-thread/libcpu/arm/common/divsi3.S:194: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r1,r0,lsl#2' rt-thread/libcpu/arm/common/divsi3.S:196: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r1,r0,lsl#3' ... rt-thread/libcpu/arm/common/divsi3.S:254: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:255: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:257: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r1,r0,lsl#30' rt-thread/libcpu/arm/common/divsi3.S:258: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:259: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:261: Error: shifts in CMP/MOV instructions are only supported in unified syntax -- `cmp r1,r0,lsl#29' rt-thread/libcpu/arm/common/divsi3.S:262: Error: Thumb does not support conditional execution rt-thread/libcpu/arm/common/divsi3.S:263: Error: Thumb does not support conditional execution ... Makefile:96: recipe for target 'build/divsi3.o' failed make: *** [build/divsi3.o] Error 1 请问是不是我需要使用更低版本的编译器去重新尝试编译?
查看更多
1
个回答
默认排序
按发布时间排序
Mestic英
2019-12-31
这家伙很懒,什么也没写!
是否我不需要添加编译此文件。。。
撰写答案
登录
注册新账号
关注者
0
被浏览
2.8k
关于作者
Mestic英
这家伙很懒,什么也没写!
提问
8
回答
4
被采纳
1
关注TA
发私信
相关问题
1
请教cpu使用率分析
2
选择FreeRTOS, 还是RT-Thread。
3
thread heap stack overflow ?
4
rtt消息队列delay问题
5
释放被删除线程的内存地方在哪里啊
6
请教:各线程结束后,释放其中的内存的连续性问题
7
STM32F103中断关于信号量、邮箱问题
8
RTT中的线程栈大小如何控制
9
关于线程由执行态变为挂起态的代码实现,,,
10
rt_malloc(rt_size_t size)内存分配函数最小分配尺寸问题
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
使用百度AI助手辅助编写一个rt-thread下的ONVIF设备发现功能的功能代码
2
RT-Thread 发布 EtherKit开源以太网硬件!
3
rt-thread使用cherryusb实现虚拟串口
4
《C++20 图形界面程序:速度与渲染效率的双重优化秘籍》
5
《原子操作:程序世界里的“最小魔法单位”解析》
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
msh
SFUD
keil_MDK
rt_mq_消息队列_msg_queue
ulog
C++_cpp
at_device
本月问答贡献
踩姑娘的小蘑菇
7
个答案
3
次被采纳
a1012112796
13
个答案
2
次被采纳
张世争
9
个答案
2
次被采纳
rv666
5
个答案
2
次被采纳
用户名由3_15位
11
个答案
1
次被采纳
本月文章贡献
程序员阿伟
8
篇文章
2
次点赞
hhart
3
篇文章
4
次点赞
大龄码农
1
篇文章
5
次点赞
ThinkCode
1
篇文章
1
次点赞
Betrayer
1
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部