Tool/software: Code Composer Studio
Hello
I built the same project using two pc, but the two output files are different, and also .map files are different
Computer A is running win7 and CCS8.3.1
Computer B is running win10 and CCS8.3.1
I zip the project on ComputerA , copy to computerB and use "import CCS project" on ComputerB
I triple check that CCS version are the same, all libraries are the same, compiler is the same, platform is the same.
In the map file
- the ENTRY POINT SYMBOL is different
- the amount of used MSMCSRAM is different
- the length of the .text section is different
- input section have different origin address
- output section have different address
As result, the exe from computerA boots correctly from flash (on EVMK2H), the exe from computerB doesnt
Both version run correctly using JTAG
obviously I was expected to have the same .out using 2 computers.
Am I missing something?
Regards
Fabio


