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/TMS320DM642: Description Resource Path Location Type #10247-D creating output section "MMBUFFER" without a SECTIONS specification P150 C/C++ Problem

Part Number: TMS320DM642

Tool/software: Code Composer Studio

Hi:

my CCS version is CCS5.5 , my DSP is  TMS320DM642.

I migrated my project from ccs3.3 to ccs5.5. When I  compile my program, it has some warning

and I add a ".cmd" file into my project , try to compile it again, some errors appear.

 here is the screenshot

Then I examine my httpservercfg.cmd file, and fine their memories don't overlap.

What could  be causing the issue? 

Thanks

  • I suspect the errors that appear in your second screenshot are because you have the line "-lhttpservercfg.cmd" in your custom linker command file web.cmd. In CCSv5, I believe the BIOS generated linker command file will be automatically pulled into the link so explicitly adding it to the linker cmd file like this is not necessary.

    Could you try removing that line from web.cmd and see if that helps? If it does not, please copy the full output in the CCS build console to a text file and attach it here for us to review.

  • Thank you for your answer!
    That's what was causing the problem.