Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
Env
编译动态模块错误: ld.exe: invalid maxium page size `0x4-shared'
发布于 2020-06-19 15:51:55 浏览:996
订阅该版
编译动态模块出现一个错误,如下: scons --app=hello scons: Reading SConscript files ... scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly File "C:\RT-ThreadStudio\workspace tthread-apps\tools\ua.py", line 193, in BuildApplication scons: done reading SConscript files. scons: Building targets ... CC hello\main.o LINK hello\hello.mo d:/code/env/tools/gnu_gcc/arm_gcc/mingw/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin**/ld.exe: invalid maxium page size `0x4-shared'** collect2.exe: error: ld returned 1 exit status scons: *** [hello\hello.mo] Error 1 scons: building terminated because of errors. 请懂的帮忙看看。
查看更多
3
个回答
默认排序
按发布时间排序
bernard
2020-06-19
这家伙很懒,什么也没写!
可以看看命令行参数,是不是弄错了
weideke@qq.com
2020-06-22
这家伙很懒,什么也没写!
已解决,是rtconfig.py中错误 M_LFLAGS = DEVICE + CXXFLAGS + '-Wl,--gc-sections,-z,max-page-size=0x4' +\ ' -shared -fPIC -nostartfiles -nostdlib -static-libgcc' 在-shared前加一个空格解决。
weideke@qq.com
2020-06-22
这家伙很懒,什么也没写!
现在是运行时错误,可能问题是什么? 模块代码: #include
int main(int argc, char *argv[]) { printf("this is hello test string\n"); return 0; } 编译: $ scons --app=hello scons: Reading SConscript files ... scons: warning: No version of Visual Studio compiler found - C/C++ compilers most likely not set correctly File "C:\RT-ThreadStudio\workspace\rtthread-apps\tools\ua.py", line 193, in BuildApplication scons: done reading SConscript files. scons: Building targets ... CC hello\main.o LINK hello\hello.mo Copy("D:\TFTP_Server\clinet", "hello/hello.mo") scons: done building targets. 运行时错误如下: tftp: write request from 192.168.10.163 for 'hello.mo' mode 'octet' tftp: closing msh /troot> msh /troot> msh /troot>hello msh /troot>psr: 0x20000000 r00: 0x00000001 r01: 0x24008788 r02: 0x24008788 r03: 0x24007da8 r04: 0x24007f00 r05: 0xdeadbeef r06: 0xdeadbeef r07: 0x24008780 r08: 0xdeadbeef r09: 0xdeadbeef r10: 0xdeadbeef r11: 0xdeadbeef r12: 0x00000000 lr: 0x0800abfb pc: 0x24007da8 hard fault on thread: hello thread pri status sp stack size max used left tick error -------- --- ------- ---------- ---------- ------ ---------- --- hello 31 running 0x00000048 0x00000800 06% 0x0000000a 000 eth_link 20 suspend 0x00000120 0x00000400 28% 0x0000000a 000 eth_rx 2 suspend 0x000000a8 0x00000800 13% 0x00000004 000 tcpip_th 2 suspend 0x000000f0 0x00000800 59% 0x00000003 000 tshell 20 suspend 0x00000184 0x00001000 34% 0x00000001 000 sys_work 23 suspend 0x00000088 0x00000800 06% 0x0000000a 000 tidle0 31 ready 0x00000088 0x00000100 53% 0x00000020 000 timer 4 suspend 0x0000007c 0x00000200 24% 0x00000009 000 main 10 suspend 0x00000158 0x00000800 57% 0x0000000b 000 usage fault: SCB_CFSR_UFSR:0x02 INVSTATE
撰写答案
登录
注册新账号
关注者
0
被浏览
996
关于作者
weideke@qq.com
这家伙很懒,什么也没写!
提问
11
回答
10
被采纳
0
关注TA
发私信
相关问题
1
用scons构建代码出现问题
2
求助用scons生成不了mdk工程
3
关于使用scons编译的问题
4
关于scons 编译CPP问题求教
5
scons编译出现警告信息
6
SCons生成MDK5工程出错
7
realtouch的scons问题
8
SCons的PreAction能用吗?
9
scons 编译时出错。
10
求教:关于scons构建rtt时的两个问题
推荐文章
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
RT-Thread项目助手v0.2.0 - 支持Env Windows
2
RttreadV5.10上,GD32F450Z RTC时间显示问题
3
rt-smart启动流程分析
4
EtherKit快速上手PROFINET
5
RTThread USB转串口无法接收数据
热门标签
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
UART
WIZnet_W5500
ota在线升级
PWM
cubemx
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
MicroPython
C++_cpp
本月问答贡献
出出啊
1517
个答案
342
次被采纳
小小李sunny
1444
个答案
290
次被采纳
张世争
813
个答案
177
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
149
次被采纳
本月文章贡献
出出啊
1
篇文章
2
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
3
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部