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.
I have already using ccs 3.1 with tms320c5416 output is no problem wels done. but now ccs5.2 with tms320c5416 output problem please help me.
1. #10247-D creating output section ".cio" without a SECTIONS specification
2. #10247-D creating output section ".const" without a SECTIONS specification
These are just warnings that are saying that the linker has created outout sections .cio and .const and that there is no SECTIONS specifications for these in the linker command file you are using. The linker will go ahead and allocate those sections to some default memory locations but sometimes that may or may not be desirable. It is advisable to update the linker command file and add these sections to the SECTIONS specification.
If the warning did not appear with CCS 3.1, either those sections were not generated for some reason with that older version of the compiler or the linker was not as strict about generating the warning. You can take a look at the link map file generated with CCS 3.1 to see if those sections were generated or not.