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.

ccs5.1编译的时候遇到的问题



 出现了creating output section ".fardata" without a SECTIONS  specification的警告,但是我在cmd文件里已经指定了fardata的段,这是为什么?

  • 看的不是太明白,只能猜测是否在编译的时候没有包含cmd文件。

    能否把详细告警信息和cmd文件发出来,谢谢!

  • cmd文件不是只要添加到工程文件夹内,就自动添加吗?附件里面的是我的工程的cmd文件。警告信息如下:

    <Linking>
    warning #10247-D: creating output section ".fardata" without a SECTIONS
       specification
    warning #10247-D: creating output section ".stack" without a SECTIONS
       specification
    warning #10247-D: creating output section ".text" without a SECTIONS
       specification
    warning #10247-D: creating output section ".cinit" without a SECTIONS
       specification

    proj_5.rar
  • 我在cmd文件的头部加上#define CORE0后警告消失,看来对于多核dsp要指定将程序下载到具体的某个dsp核中才可以。但是什么也不加的话还是可以仿真的,这个就不清楚了?