我使用的是TI官网下的CCS V6,按照实验指导书,在尝试Step3:Build User Experience Project(Code Limited)时报错;不知如何解决
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
我使用的是TI官网下的CCS V6,按照实验指导书,在尝试Step3:Build User Experience Project(Code Limited)时报错;不知如何解决
安装路径不是默认的,我改到了D盘。编译时出现以下问题,怎么解决
**** Build of configuration Debug for project MSP-EXP430F5529 User Experience ****
"D:\\Program Files\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building target: MSP-EXP430F5529UserExperience.out'
'Invoking: MSP430 Linker'
"D:/Program Files/ti/ccsv6/tools/compiler/msp430_4.3.3/bin/cl430" -vmspx --large_memory_model -g -O2 --opt_for_speed=4 --gcc --define=__MSP430F5529__ --diag_warning=225 --silicon_errata=CPU22 --silicon_errata=CPU21 --silicon_errata=CPU23 --silicon_errata=CPU40 --printf_support=minimal -z -m"MSP-EXP430F5529UserExperience.map" --stack_size=200 --heap_size=160 --use_hw_mpy=F5 --warn_sections -i"D:/Program Files/ti/ccsv6/ccs_base/msp430/include" -i"D:/Program Files/ti/ccsv6/tools/compiler/msp430_4.3.3/lib" -i"D:/Program Files/ti/ccsv6/tools/compiler/msp430_4.3.3/include" --reread_libs --xml_link_info="MSP-EXP430F5529UserExperience_linkInfo.xml" --rom_model -o "MSP-EXP430F5529UserExperience.out" "./CTS/structure.obj" "./CTS/CTS_Layer.obj" "./CTS/CTS_HAL.obj" "./F5xx_F6xx_Core_Lib/HAL_UCS.obj" "./F5xx_F6xx_Core_Lib/HAL_TLV.obj" "./F5xx_F6xx_Core_Lib/HAL_PMM.obj" "./F5xx_F6xx_Core_Lib/HAL_PMAP.obj" "./F5xx_F6xx_Core_Lib/HAL_FLASH.obj" "./FatFs/mmc.obj" "./FatFs/ff.obj" "./MSP-EXP430F5529_HAL/HAL_Wheel.obj" "./MSP-EXP430F5529_HAL/HAL_SDCard.obj" "./MSP-EXP430F5529_HAL/HAL_Menu.obj" "./MSP-EXP430F5529_HAL/HAL_Dogs102x6.obj" "./MSP-EXP430F5529_HAL/HAL_Cma3000.obj" "./MSP-EXP430F5529_HAL/HAL_Buttons.obj" "./MSP-EXP430F5529_HAL/HAL_Board.obj" "./MSP-EXP430F5529_HAL/HAL_AppUart.obj" "./USB/USB_API/USB_CDC_API/UsbCdc.obj" "./USB/USB_API/USB_Common/usb.obj" "./USB/USB_API/USB_Common/dma.obj" "./USB/USB_API/USB_HID_API/UsbHidReq.obj" "./USB/USB_API/USB_HID_API/UsbHidReportHandler.obj" "./USB/USB_API/USB_HID_API/UsbHid.obj" "./USB/USB_API/USB_MSC_API/UsbMscStateMachine.obj" "./USB/USB_API/USB_MSC_API/UsbMscScsi.obj" "./USB/USB_API/USB_MSC_API/UsbMscReq.obj" "./USB/USB_API/USB_PHDC_API/UsbPHDC.obj" "./USB/USB_User/usbEventHandling.obj" "./USB/USB_User/usbConstructs.obj" "./USB/USB_User/UsbMscUser.obj" "./USB/USB_config/descriptors.obj" "./USB/USB_config/UsbIsr.obj" "./UserExperienceDemo/Puzzle/fsm_transition.obj" "./UserExperienceDemo/Puzzle/fsm.obj" "./UserExperienceDemo/Puzzle/Puzzle.obj" "./UserExperienceDemo/Settings.obj" "./UserExperienceDemo/SDCard.obj" "./UserExperienceDemo/Random.obj" "./UserExperienceDemo/PowerTest.obj" "./UserExperienceDemo/PMM.obj" "./UserExperienceDemo/Mouse.obj" "./UserExperienceDemo/MenuGames.obj" "./UserExperienceDemo/MassStorageCommon.obj" "./UserExperienceDemo/MassStorage.obj" "./UserExperienceDemo/LPM.obj" "./UserExperienceDemo/EchoUsb.obj" "./UserExperienceDemo/Demo_Cube.obj" "./UserExperienceDemo/DemoApps.obj" "./UserExperienceDemo/Clock.obj" "./UserExperienceDemo/5xx_ACTIVE_test.obj" "./system_pre_init.obj" "./UserExperience.obj" "../lnk_msp430f5529.cmd" "../lnk_msp430f5529_USB.cmd" -l"libc.a"
"../lnk_msp430f5529.cmd", line 126: warning: Linker command file has no
<Linking>
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: automatic library build: using library "D:\Program
Files\ti\ccsv6\tools\compiler\msp430_4.3.3\lib\rts430xl.lib" for the first
time, so it must be built. This may take a few minutes.
'd:/program' 不是内部或外部命令,也不是可运行的程序
或批处理文件。
>> ERROR: mklib: could not unpack rtssrc.zip
warning: automatic RTS selection: resolving index library "libc.a" to
"D:\Program Files\ti\ccsv6\tools\compiler\msp430_4.3.3\lib\rts430xl.lib",
but "D:\Program Files\ti\ccsv6\tools\compiler\msp430_4.3.3\lib\rts430xl.lib"
was not found
warning: entry-point symbol "_c_int00" undefined
undefined first referenced
symbol in file
--------- ----------------
I_ASR ./MSP-EXP430F5529_HAL/HAL_Dogs102x6.obj
I_LSL ./MSP-EXP430F5529_HAL/HAL_Dogs102x6.obj
I_LSR ./MSP-EXP430F5529_HAL/HAL_Dogs102x6.obj
L_LSL_3 ./USB/USB_API/USB_CDC_API/UsbCdc.obj
L_LSL_5 ./USB/USB_API/USB_MSC_API/UsbMscScsi.obj
__TI_int00
__TI_int01
__TI_int02
__TI_int03
__TI_int04
__TI_int05
__TI_int06
__TI_int07
__TI_int08
__TI_int09
__TI_int10
__TI_int11
__TI_int12
__TI_int13
__TI_int14
__TI_int15
__TI_int16
__TI_int17
__TI_int18
__TI_int19
__TI_int20
__TI_int21
__TI_int22
__TI_int23
__TI_int24
__TI_int25
__TI_int26
__TI_int27
__TI_int28
__TI_int29
__TI_int30
__TI_int31
__TI_int32
__TI_int33
__TI_int34
__TI_int35
__TI_int36
__TI_int37
__TI_int38
__TI_int39
__TI_int40
__TI_int43
__TI_int45
__TI_int46
__TI_int48
__TI_int50
__TI_int52
__TI_int53
__TI_int55
__TI_int56
__TI_int58
__TI_int59
__TI_int60
__TI_int62
__mpyi ./CTS/CTS_Layer.obj
__mpyl ./FatFs/ff.obj
memset ./MSP-EXP430F5529_HAL/HAL_Dogs102x6.obj
rand ./UserExperienceDemo/Puzzle/fsm_transition.obj
srand ./UserExperienceDemo/Puzzle/fsm_transition.obj
error: unresolved symbols remain
warning: no suitable entry-point found; setting to 0
>> Compilation failure
error: errors encountered during linking; "MSP-EXP430F5529UserExperience.out"
not built
gmake: *** [MSP-EXP430F5529UserExperience.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****