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.

CCSv2 to CCSv5 migration help (linker errors)

http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/343/6523.raptor2.map

http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/343/4477.eeprom.cmd

Hi George,

We are down to two linker errors during this migration effort

10068-D No matching section

17003-D relocation of function

Attached are the .map and linker cmd files.

  • Juan Gonzales said:
    10068-D No matching section

    The linker is saying you have some line in the link command file like ...

    something  load = RAM

    This means collect together all the input sections from object files and libraries that are named "something", and combine them into an output section with that same name, then allocate into the memory range named RAM.  However, the linker didn't find any input sections named "something".  It still creates the output section, but it is empty.

    Juan Gonzales said:
    17003-D relocation of function

    Please see this wiki article.

    Thanks and regards,

    -George