TI中文支持网
TI专业的中文技术问题搜集分享网站

编译的时候出现问题

在编译的时候遇到这个问题 不知如何解决

Susan Yang:

请您参考下面的wiki页面,查看项目中的链接器命令文件(.cmd),并确保警告中提到的部分显式分配给内存区域。

Warning: creating output section "xxx" without a SECTIONS specification

This warning means that the linker is creating and allocating output section "xxx" in memory using some default algorithm because it isn't explicitly allocated in the linker command file. While this may be ok, it is generally not advisable. It is best to explicitly allocate the section to the appropriate memory region by adding the section to the SECTIONS directive in the linker command file.

gaoyang9992006:

bbs.21ic.com/icview-2409200-1-1.html
看看是不是跟这个贴中一个问题导致的。

赞(0)
未经允许不得转载:TI中文支持网 » 编译的时候出现问题
分享到: 更多 (0)