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/TMS320F28335: Linker command file interpreter version

Part Number: TMS320F28335


Tool/software: Code Composer Studio

Hello,


I'm looking for the linker version used in CCS V5.5 and V6.


In the project settings the compiler version and the linker command file can be easily found and are configurable.

But I can't find the version of the linker command file interpreter.

This information is required by my company, can you help me to find it?

Thanks in advance

  • It is the same as the compiler version.

    Another way to see the linker version that you might prefer ... I presume that, when you link, you create a map file with the option --map_file=name_of_file.map .  The first few lines in the map file show the version of the linker used.

    Thanks and regards,

    -George