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: ELF file creation out of CCS for use with Segger JScope

Part Number: TMS570LS3137
Other Parts Discussed in Thread: SEGGER

HI,

Segger documentation suggests I should be able to use JScope with a Cortex-R, but it needs an .elf file.

Code Composer 7 properties page suggests elf files are created, but I cannot find the method.

CCS7 is preferred, but CCS8.3.1 also installed.

Can you help, please?

  • Hello,

    J-Scope requires the J-Link Software and Documentation Package to be installed.

    The ARM compiler now supports only the EABI which uses the ELF object format (Executable and Linking Format). COFF object files and the legacy TIABI and TI ARM9 ABI modes are not supported in v15.6.0.STS and later versions of the TI Code Generation Tools.

    The default extension of the output file is *.out, but you can use .elf instead.