Hi,
I am working on a small project using DSPLIB for C66xx. Because rts6600 has only ELF format, the option is selected as:
The problem is that the build process generates the following message (below the dot line). I do not know where sets the output to ELF. One post said that there is project property/output format which I cannot find in my project.
support.c is a source file in my project.
My systems is CCS v5.2, Windows 7, 64 bit.
.............................
fatal error #16031: object files have incompatible formats ("C:/Program Files (x86)/Texas Instruments/C6000 Code Generation Tools 7.4.0B2/lib/rts6600_elf.lib<boot.obj>" = ELF, "./support.obj" = TI-COFF). Please see the 'C6000 EABI Migration' guide at http://processors.wiki.ti.com/index.php/C6000_EABI_Migration

