Other Parts Discussed in Thread: MSP430F5529, MSP430WARE
Tool/software: Code Composer Studio
I downloaded the MSP-EXP430F5529 User Experience_16KB demo in a fresh, clean, installation of CCS 7.1.0.00016. Upon trying to build, the compilation appeared to succeed but the linker had the following error:
<Linking>
"../lnk_msp430f5529.cmd", line 126: warning: 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 handler is
found. It is recommend that you update your linker command file to the
latest version.
"C:\\Users\\...\\AppData\\Local\\Temp\\508843", line 25: fatal error:
object files have incompatible formats
("C:/ti/msp/MSP430Ware_3_60_00_10/examples/boards/MSP-EXP430F5529/MSP-EXP430
>> Compilation failure
makefile:143: recipe for target 'MSP-EXP430F5529UserExperience.out' failed
F5529_UE_Demo_Software/Firmware/Source/CCS_Code_Size_Limited/MSP-EXP430F5529
_UE.lib<Clock.obj>" = TI-COFF, "./UserExperience.obj" = ELF)
gmake: *** [MSP-EXP430F5529UserExperience.out] Error 1
gmake: Target 'all' not remade because of errors.
Can someone point me to how to fix this linker script so I can run this demo?
Thanks, Tim