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.

Compiler/CCSTUDIO-C2000: CCSTUDIO

Part Number: CCSTUDIO-C2000

Tool/software: TI C/C++ Compiler

Hi,  TI

      I have a question about the .out file generated by the CCS tool. 

      The question is that the content of the .OUT are different after compiling the project with the same source file and same compiler option each time. 

      Here is my steps to do the testing. 

      1. Created an new TEST project. 

      2. Build the TEST project to generate the TEST.out file. 

      3. Rename the TEST.out to TEST_V1.out. 

      4. Click Rebuild Project in the CCS tool. 

      5.  New TEST.out was generated. 

      6.  Compare the TEST_V1.out and TEST.out by beyond-compare and found that many lines are different.  

      I wonder why the .out are different even with the same source code and same compiler?  Is there any way to fix this problem?

Thanks!