Other Parts Discussed in Thread: C2000WARE
Hi,
I tried to generate hex image file using hex utility with EABI (ELF) output file.
I used the example in C2000ware. (C2000Ware v3.03.00.00)
But error is occurred.
<Linking>
fatal error #16000: object files have incompatible formats
("C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.3.LTS/lib/rts2800_fpu32
.lib<boot28.asm.obj>" = TI-COFF, "./F2837xD_CodeStartBranch.obj" = ELF)
>> Compilation failure
makefile:151: recipe for target 'blinky_cpu01.out' failed
gmake: *** [blinky_cpu01.out] Error 1
gmake: Target 'all' not remade because of errors.
When I used the example of F28004x in C2000ware, Generating hex file was successful.
Does hex utility support the EABI (ELF) format?