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.

TMS570LS3137: How to generate .out file without symbols (No Debug Symbols) in CCS

Part Number: TMS570LS3137

In our project the .out file is 3.7 MB but the device has only 3.0 MB and code occupies only 500KB . So the additional size of .out file is symbols , similar size to .bin , .hex file can I build .out file without DEBUG SYMBOLS .

What settings are required in CCS .

  • Hello,

    use the below option:

    Also note that symbols do NOT get loaded on to the target/device, only the code. They are only loaded to the CCS debugger, used only for debug. Hence the symbols do NOT take up any memory space on the target/device.

    Thanks

    ki