在基本设置完成后,导入的energia的例程,编译后出现问题,怎么解决?
**** Build of configuration Debug for project lpmsp430g2553_core ****
"D:\\ti\\ccsv6\\utils\\bin\\gmake" -k all'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/HardwareSerial.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"HardwareSerial.d" -MT"HardwareSerial.d" -o"HardwareSerial.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/HardwareSerial.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/HardwareSerial.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Print.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"Print.d" -MT"Print.d" -o"Print.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Print.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Print.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Stream.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"Stream.d" -MT"Stream.d" -o"Stream.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Stream.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Stream.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/TimerSerial.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"TimerSerial.d" -MT"TimerSerial.d" -o"TimerSerial.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/TimerSerial.cpp"
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/TimerSerial.cpp: In function 'void TimerSerial__RxIsr()':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/TimerSerial.cpp:247:13: error: interrupt vector offset 9 must be even and non-negative
gmake: *** [TimerSerial.o] Error 1
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Tone.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"Tone.d" -MT"Tone.d" -o"Tone.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Tone.cpp"
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Tone.cpp: In function 'void TIMER0_A1_ISR()':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Tone.cpp:214:6: error: interrupt vector offset 9 must be even and non-negative
gmake: *** [Tone.o] Error 1
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WInterrupts.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"WInterrupts.d" -MT"WInterrupts.d" -o"WInterrupts.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WInterrupts.c"
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WInterrupts.c: In function 'Port_1':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WInterrupts.c:127:6: error: interrupt vector offset 3 must be even and non-negative
gmake: *** [WInterrupts.o] Error 1
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WMath.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"WMath.d" -MT"WMath.d" -o"WMath.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WMath.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WMath.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WString.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"WString.d" -MT"WString.d" -o"WString.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WString.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/WString.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Wire.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"Wire.d" -MT"Wire.d" -o"Wire.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Wire.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/Wire.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/main.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"main.d" -MT"main.d" -o"main.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/main.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/main.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/new.cpp'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"new.d" -MT"new.d" -o"new.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/new.cpp"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/new.cpp'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/random.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"random.d" -MT"random.d" -o"random.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/random.c"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/random.c'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/twi.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"twi.d" -MT"twi.d" -o"twi.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/twi.c"
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s: Assembler messages:
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:36: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:42: Error: odd operand: 107
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:44: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:48: Error: odd operand: 1
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:92: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:94: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:98: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:105: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:109: Error: odd operand: 1
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:123: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:129: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:132: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:171: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:208: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:210: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:214: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:221: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:225: Error: odd operand: 1
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:252: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:272: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:277: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:421: Error: odd operand: 3
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:440: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:470: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:473: Error: odd operand: 3
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:488: Error: odd operand: 111
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:500: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:509: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:514: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:530: Error: odd operand: 111
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:541: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:560: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:563: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:566: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:569: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:571: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:584: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:587: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:589: Error: odd operand: 105
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:615: Error: odd operand: 109
C:\Users\Qinkai\AppData\Local\Temp\ccbcD6Dz.s:618: Error: odd operand: 109
gmake: *** [twi.o] Error 1
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/usci_isr_handler.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"usci_isr_handler.d" -MT"usci_isr_handler.d" -o"usci_isr_handler.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/usci_isr_handler.c"
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/usci_isr_handler.c: In function 'USCIAB0TX_ISR':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/usci_isr_handler.c:88:6: error: interrupt vector offset 7 must be even and non-negative
gmake: *** [usci_isr_handler.o] Error 1
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"wiring.d" -MT"wiring.d" -o"wiring.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c"
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c: In function 'micros':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c:252:21: error: 'READ_SR' undeclared (first use in this function)
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c:252:21: note: each undeclared identifier is reported only once for each function it appears in
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c:257:2: warning: implicit declaration of function 'WRITE_SR' [-Wimplicit-function-declaration]
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c: In function 'millis':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c:274:21: error: 'READ_SR' undeclared (first use in this function)
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c: In function 'watchdog_isr':
D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring.c:362:6: error: interrupt vector offset 11 must be even and non-negative
gmake: *** [wiring.o] Error 1
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_analog.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"wiring_analog.d" -MT"wiring_analog.d" -o"wiring_analog.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_analog.c"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_analog.c'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_digital.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"wiring_digital.d" -MT"wiring_digital.d" -o"wiring_digital.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_digital.c"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_digital.c'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_pulse.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"wiring_pulse.d" -MT"wiring_pulse.d" -o"wiring_pulse.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_pulse.c"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_pulse.c'
' '
'Building file: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_shift.c'
'Invoking: GNU Compiler'
"D:/ti/energia-0101E0010/hardware/tools/msp430/bin/msp430-gcc.exe" -c -mmcu=msp430g2553 -DF_CPU=16000000L -DARDUINO=101 -DENERGIA=9 -I"D:/ti/energia-0101E0010/hardware/tools/msp430/msp430/include" -I"D:/ti/ccsv6/ccs_base/msp430/include_gcc" -I"D:/ti/energia-0101E0010/hardware/msp430/cores/msp430" -I"D:/ti/energia-0101E0010/hardware/msp430/variants/launchpad" -Os -ffunction-sections -fdata-sections -g -gstrict-dwarf -Wall -MMD -MP -MF"wiring_shift.d" -MT"wiring_shift.d" -o"wiring_shift.o" "D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_shift.c"
'Finished building: D:/ti/energia-0101E0010/hardware/msp430/cores/msp430/wiring_shift.c'
' '
gmake: Target `all' not remade because of errors.
**** Build Finished ****
kai qin:
Hardy Hu:
回复 kai qin:
你好!
你的CCSV6是否是安装在全新的文件目录下面,而不是从CCSV5升级或者保留了原来的eclipse?
kai qin:
回复 Hardy Hu:
全新安装的,其他人也试了,总有错误的
kai qin:
回复 Hardy Hu:
http://bbs.eeworld.com.cn/thread-417337-1-1.html
别人回复的也是这个问题,求解!