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.