I am attempting to build a MSP430F5515 project using the MSPware V1.40 library. I have successfully cleaned & built the MSPware library in the ELF format. I have included the library in my F5515 project and attempt to build using the ELF format, but keep getting the following error:
-l"C:\ti\ccsv5\ccs_base\msp430\MSP430ware_1_40_00_24\driverlib\5xx_6xx\CCS\driverlib.lib" -l"libmath.a" -l"libc.a"
fatal error #16000: object files have incompatible formats
<Linking>>> Compilation failure
("C:\ti\ccsv5\ccs_base\msp430\MSP430ware_1_40_00_24\driverlib\5xx_6xx\CCS\dr
iverlib.lib<ucs.o>" = TI-COFF, "./F5xx_F6xx_Core_Lib/HAL_UCS.obj" = ELF)
gmake: *** [ARL100_MSP.out] Error 1
gmake: Target `all' not remade because of errors.**** Build Finished ****
What could be causing the library file (ucs.o) to be considered COFF?