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.