Part Number: MSP430F5438A
Other Parts Discussed in Thread: MSP430WARE
Tool/software: Code Composer Studio
Hi all,
Can you help me fix this compilation error:
"../MSP-EXP430F5438_User_Experience_Lib.lib" "../lnk_msp430f5438a_mod.cmd" -llibc.a -lMSP-EXP430F5438_User_Experience_Lib.lib
<Linking>
"../lnk_msp430f5438a_mod.cmd", line 139: warning #10424-D: Linker command file
has no sections of type=VECT_INIT, but does contain .intXX sections. This
file may be out of date. Generating interrupt pointers for all .intXX
sections. The default handler provided in the RTS will be used if no other
>> Compilation failure
makefile:154: recipe for target 'MSP-EXP430F5438UserExperience.out' failed
handler is found. It is recommend that you update your linker command file
to the latest version.
"C:\\Users\\Owner\\AppData\\Local\\Temp\\112163", line 42: fatal error #16000:
object files have incompatible formats
("../MSP-EXP430F5438_User_Experience_Lib.lib<HAL_UCS.obj>" = TI-COFF,
"./main.obj" = ELF)
gmake: *** [MSP-EXP430F5438UserExperience.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****
Environment:
OS: Windows10
CCS Version: 6.2.0.00050
Board:MSP-EXP430F5438
thank you.