嵌入式技术论坛
直播中

YYXIAO

8年用户 1154经验值
擅长:接口/总线/驱动
私信 关注
[问答]

导入lvgl软件包后移植完编译出错是什么原因导致的

arm-none-eabi-g++ @link.temp
d:/rt-threadstudio/repo/extract/toolchain_support_packages/arm/gnu_tools_for_arm_embedded_processors/5.4.1/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: rtthread.elf section .bss' will not fit in region RAM'
d:/rt-threadstudio/repo/extract/toolchain_support_packages/arm/gnu_tools_for_arm_embedded_processors/5.4.1/bin/../lib/gcc/arm-none-eabi/5.4.1/../../../../arm-none-eabi/bin/ld.exe: region `RAM' overflowed by 98548 bytes
collect2.exe: error: ld returned 1 exit status
arm-none-eabi-objcopy -O binary "rtthread.elf" "rtthread.bin"
arm-none-eabi-size --format=berkeley "rtthread.elf"
arm-none-eabi-objcopy: 'rtthread.elf': No such file
make: *** [makefile:130: rtthread.bin] Error 1
make: *** Waiting for unfinished jobs....
arm-none-eabi-size: 'rtthread.elf': No such file
make: *** [makefile:133: rtthread.siz] Error 1
"make -j8 all" terminated with exit code 2. Build might be incomplete.
23:21:55 Build Failed. 5 errors, 3 warnings. (took 43s.929ms)

回帖(1)

王玉兰

2022-9-27 10:20:23
section.bss’ will not fit in region RAM'

RAM不够了,先修改链接脚本,调大些,让链接通过后,再来看缺多少。
举报

更多回帖

发帖
×
20
完善资料,
赚取积分