This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

编译的时候出现问题

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

  • 请您参考下面的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.
  • bbs.21ic.com/icview-2409200-1-1.html
    看看是不是跟这个贴中一个问题导致的。