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.

CCS compile issue -> " ... without a SECTIONS specification "



Hi,

When compiling, I got some warning message as the attached.

Could you help us to resolve this kind of issue.

Thanks!

  • My guess is you are not supplying the linker command file which contains the specification for these output sections.  The linker is telling you that it is creating these output sections, and allocating them to target memory, using the default rules.  These default rules are wrong almost all the time.

    Thanks and regards,

    -George