Part Number: MSP430F5419A
Tool/software: Code Composer Studio
Hello,
I've been trying to migrate my old project from CCS4 to the latest CCS6, CCS7 and CCS8 and all showed this linking error. I haven't been working with CCS for a while and not sure how to get around this. Any insights appreciated.
<Linking>
"../lnk_msp430f5419a.cmd", line 149: 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.
warning: creating output section ".data" without a SECTIONS specification
undefined first referenced
symbol in file
--------- ----------------
__cinit__ ./library/autoinit.obj
__pinit__ ./library/autoinit.obj
error: unresolved symbols remain
error: errors encountered during linking; "ELT_4000.out" not built
>> Compilation failure
makefile:180: recipe for target 'ELT_4000.out' failed
gmake: *** [ELT_4000.out] Error 1
gmake: Target 'all' not remade because of errors.
**** Build Finished ****