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.

creating output section FW1data without SECTIONS specification,这是说明错误啊。真心搞不懂



专家您好:

我用的是CCS3.3,芯片用的是28034,代码编译后,

报警:

creating output section FW1data without SECTIONS specification

这是个啥的问题呢?

  • seven,

    就是说你生成了一个FW1data的段,但是在cmd文件中没有对它进行定义。

    应该在cmd文件的SECTIONS下面定义它

    例如:

    FW1data               : > RAML2       PAGE = 1

    Eric