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