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.

CODECOMPOSER: Different .map file on Windows and Linux

Part Number: CODECOMPOSER

Tool/software:

Hello,

I am compiling the same project with the same tools in Code Composer 12.7 on both Windows and Linux, but the .map file does not match. The list GLOBAL SYMBOLS: SORTED BY Symbol Address has different Symbol Addresses, causing some pointers to point to incorrect addresses.

How can I make both lists the same?

Linux Config:

WindowsConfig:


The goal is to use Windows to create code and use Linux on a Jenkins server for continuous integration.