Hello,
We were trying to load a binary for the C6747 part of an Integra using the ti firmware_loader:
# /usr/share/ti/firmware_loader 0 loadtest03.out start
<< DLOAD >> ERROR: Invalid ELF file target machine.
FIRMWARE: Could not load: -2071597053
FIRMWARE: Could not start: -1
Since cl6x generates coff by default, I installed version 7.2.3 of the compiler, changed the abi to eabi (--abi=eabi) and tried to compile:
error: --abi=eabi not supported when producing TI-COFF output files
fatal error: cannot continue with specified options; aborting
I searched up and down but did not find any compiler switch that would help me. I thought --abi=eabi tells the compiler to output elf format, not coff? What to do now?
Besides, if it's just another compiler switch, a more helpfull error message would be nice...
TIA,
Markus