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-EP: Combining multiple elf files for a single debug symbol file

Part Number: TMS570LS3137-EP


We have multiple .out (elf) and .out (hex tek format) in the project generated using ARM compiler 20.2.4 LTS on CCS.

The final project delivery requirement is to have single elf and single tek file.

I could create single tek by concatenating multiple tek files. Now I need all elf file to be combined to get a single elf file, which is necessary for loading symbols in CCS.

So how could I get a single elf file combining multiple elf files.

Or Is there a way I could extract all the debug symbols information from multiple elf file and put in a single file, which can then be used for debugging,