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

CCS6.0编译出现 creating output section ".sysmem" without a SECTIONS 警告

CCS6.0编译出现 creating output section ".sysmem" without a SECTIONS警告

Seven Han:.sysmem在SECTIONS没有分配内存空间。
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.

赞(0)
未经允许不得转载:TI中文支持网 » CCS6.0编译出现 creating output section ".sysmem" without a SECTIONS 警告
分享到: 更多 (0)