开始装的是光盘里的5.1版本,升级了以后,现在编译器版本变成4.0.2了,新建的工程编译就出现下面的问题了<Linking>
"../lnk_msp430g2553.cmd", line 79: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 80: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 82: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 83: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 84: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 85: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 86: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 87: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 88: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 89: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 90: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 91: error #10030-D: expecting section type
(COPY, DSECT, or NOLOAD) instead of "VECT_INIT"
"../lnk_msp430g2553.cmd", line 79: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 80: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 82: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 83: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 84: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 85: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 86: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 87: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 88: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 89: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 90: warning #10068-D: no matching section
"../lnk_msp430g2553.cmd", line 91: warning #10068-D: no matching section
error #10010: errors encountered during linking; "MINI_SYS_PRE.out" not built
>> Compilation failure
gmake: *** [MINI_SYS_PRE.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****