I've spent a couple hours searching the forums and wikis for an answer and could not find one. Please help if you can.
I am using:
micro/DSP: TMS320C2800
IDE: CCSv4.2
Code generation tools: TI v5.2.6
I simply want the linker to generate ELF output files. It seems the only option is "legacy COFF", or the *.out file. It seems some more recent compilers have the -abi option, but not compiler I am using apparently (I'm using CCSv4.2, so I assume I have the latest compiler/linker for the micro I'm using). Perhaps there is a utility that will convert "legacy COFF" to ELF? Or even one that will generate ELF from hex/S19 format? Thanks.