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/TMS320F28379D: warning #10247-D: creating output section ".cio" without a SECTIONS specification

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi,

I'm building a project and I get the warning

warning #10247-D: creating output section ".cio" without a SECTIONS specification

I figure there's something missing in my .cmd file, but cannot figure out what. 

Regards

  • Hi,

    You may need to add a section like below in linker cmd file.

    .cio              : > RAMGS3,     PAGE = 1

    You can refer to 

    C:\ti\C2000\C2000Ware_3_02_00_00\libraries\dsp\VCU\c28\cmd\F2837xD_VCU0_CFFT16_lnk.cmd