Other Parts Discussed in Thread: TI-CGT, C2000WARE
HELLO,
I have a question regarding the output format there is a compatibility issues between certain libraries and the target output file format in my project ,
warning #10373-D: library "../include/driverlib/ccs/Debug/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
warning #10373-D: library "../include/driverlib/ccs/Release/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
warning #10207-D: resolving index library "rts2800_fpu32_fast_supplement.lib" to "rts2800_fpu32_fast_supplement_coff.lib", but "rts2800_fpu32_fast_supplement_coff.lib" was not found
warning #10373-D: library "../include/driverlib/ccs/Debug/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
warning #10373-D: library "../include/driverlib/ccs/Release/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
Finished building target: ".out"
These are the warnings which i am facing and i went through TI forums related to this issue and tried the different ways by changing the files in include library file or command file as input in properties > c2000linker > file search path.
And in properties > general > output format i have selected the field as legacy COFF .
Thanks and Regards,
Denzil.