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: CCS7 MSP430 Mac OSX vs. PC Versions

Tool/software: Code Composer Studio

I'm migrating projects from CCS4 for PC to CCS7 for Mac. I find that the resulting .out files are completely different, for the same source code files. Even the size is slightly difference.

My question is whether changes from PC to Mac versions and/or changes in version of CCS can change the code output files, even if the source files are the same? I was trying to "validate" the migration by making sure it produced the same flash code image, but this does not seem to work.

Thanks

  • Clive,

    Moving from CCSv4 to CCSv7 I going to be using a much newer compiler. You are going to see differences in the output files even if you were doing this on windows. Also note that the .out file contains symbols with path information so that is going to be different on Windows and Mac.

    Regards,
    John