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/RM48L952: the size of the *.out file is different when clean and build

Part Number: RM48L952

Tool/software: Code Composer Studio

the ccs version is ccs for ARM 6.2.0,the device is RM48L952 the complier is Ti V15.12.3.
in the release mode,the *.out file size is 750,768 bytes. if clean and bulid again the *.out file is 750,784 bytes. why the size of the executable file is different? does the different can make the logic function wrong of the program? in  the debug mode, the size different when clean and build, and the optimization is closed.

  • Hello,
    The size of executable is not indication of the size of the program that is loaded to the target device. The *.out file contains many additional information that is not uploaded to device. The actual size of code/data can be found in *.map file.

    Best regards,
    Miro