Hello,
host platform:
Linux Hertz 3.2.0-4-amd64 #1 SMP Debian 3.2.54-2 x86_64 GNU/Linux
I am trying to build boot-strap code from am1707 evm to feed to AISgen in ccsv5.5.0.00077. All files build as elf but rts32e library is being pulled in and must be built for the first time. However it is built for COFF and the linker gives the following:
warning #10366-D: automatic library build: using library
"/home/dedmondson/ti/ccsv5/tools/compiler/arm_5.1.1/lib/rts32e.lib" for the
first time, so it must be built. This may take a few minutes.
<Linking>
fatal error #16000: object files have incompatible formats ("/home/dedmondson/ti/ccsv5/tools/compiler/arm_5.1.1/lib/rts32e.lib<copy_decompress_none.obj>" = TI-COFF, "./util.obj" = ELF)
Both the compiler and linker have --abi=eabi. General Properties Output Format is eabi(ELF). I have deleted and rebuilt a few times but the library is always build for COFF.
How can I force this library to be bult for ELF?
thanks,
Dan