Other Parts Discussed in Thread: MSP430FR2633
Hi, this is the log.
It seems it fails on building a library. By placing an already compiled library but provided by TI support, everything works, but obviously this is not the way to go. Any hint on how to solve this? Let me know any test I can do to help. I have highlighted the error part.
**** Build of configuration Debug for project CAPTIVATE-PHONE-Demo ****
"C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
'Building file: ../main.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="main.pp" "../main.c"
'Finished building: ../main.c'
' '
'Building file: ../demo/CAPTIVATE_PHONE_Demo.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="demo/CAPTIVATE_PHONE_Demo.pp" --obj_directory="demo" "../demo/CAPTIVATE_PHONE_Demo.c"
'Finished building: ../demo/CAPTIVATE_PHONE_Demo.c'
' '
'Building file: ../captivate_config/CAPT_UserConfig.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate_config/CAPT_UserConfig.pp" --obj_directory="captivate_config" "../captivate_config/CAPT_UserConfig.c"
'Finished building: ../captivate_config/CAPT_UserConfig.c'
' '
'Building file: ../captivate_app/CAPT_App.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate_app/CAPT_App.pp" --obj_directory="captivate_app" "../captivate_app/CAPT_App.c"
'Finished building: ../captivate_app/CAPT_App.c'
' '
'Building file: ../captivate_app/CAPT_BSP.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate_app/CAPT_BSP.pp" --obj_directory="captivate_app" "../captivate_app/CAPT_BSP.c"
'Finished building: ../captivate_app/CAPT_BSP.c'
' '
'Building file: ../captivate/COMM/Serial_Drivers/FunctionTimer.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate/COMM/Serial_Drivers/FunctionTimer.pp" --obj_directory="captivate/COMM/Serial_Drivers" "../captivate/COMM/Serial_Drivers/FunctionTimer.c"
'Finished building: ../captivate/COMM/Serial_Drivers/FunctionTimer.c'
' '
'Building file: ../captivate/COMM/Serial_Drivers/I2CSlave.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate/COMM/Serial_Drivers/I2CSlave.pp" --obj_directory="captivate/COMM/Serial_Drivers" "../captivate/COMM/Serial_Drivers/I2CSlave.c"
'Finished building: ../captivate/COMM/Serial_Drivers/I2CSlave.c'
' '
'Building file: ../captivate/COMM/Serial_Drivers/UART.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate/COMM/Serial_Drivers/UART.pp" --obj_directory="captivate/COMM/Serial_Drivers" "../captivate/COMM/Serial_Drivers/UART.c"
'Finished building: ../captivate/COMM/Serial_Drivers/UART.c'
' '
'Building file: ../captivate/COMM/CAPT_Interface.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate/COMM/CAPT_Interface.pp" --obj_directory="captivate/COMM" "../captivate/COMM/CAPT_Interface.c"
'Finished building: ../captivate/COMM/CAPT_Interface.c'
' '
'Building file: ../captivate/BASE/CAPT_ISR.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate/BASE/CAPT_ISR.pp" --obj_directory="captivate/BASE" "../captivate/BASE/CAPT_ISR.c"
'Finished building: ../captivate/BASE/CAPT_ISR.c'
' '
'Building file: ../captivate/ADVANCED/CAPT_Manager.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="captivate/ADVANCED/CAPT_Manager.pp" --obj_directory="captivate/ADVANCED" "../captivate/ADVANCED/CAPT_Manager.c"
'Finished building: ../captivate/ADVANCED/CAPT_Manager.c'
' '
'Building file: ../I2CMaster/I2CMaster.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="I2CMaster/I2CMaster.pp" --obj_directory="I2CMaster" "../I2CMaster/I2CMaster.c"
'Finished building: ../I2CMaster/I2CMaster.c'
' '
'Building file: ../DRV26x/DRV26x.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="DRV26x/DRV26x.pp" --obj_directory="DRV26x" "../DRV26x/DRV26x.c"
'Finished building: ../DRV26x/DRV26x.c'
' '
'Building file: ../DRV26x/DRV26x_Actuators.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="DRV26x/DRV26x_Actuators.pp" --obj_directory="DRV26x" "../DRV26x/DRV26x_Actuators.c"
'Finished building: ../DRV26x/DRV26x_Actuators.c'
' '
'Building file: ../DRV26x/DRV26x_I2CPort.c'
'Invoking: MSP430 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/ADVANCED" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/COMM" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_app" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate_config" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/I2CMaster" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/DRV26x" --include_path="C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/demo" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal --preproc_with_compile --preproc_dependency="DRV26x/DRV26x_I2CPort.pp" --obj_directory="DRV26x" "../DRV26x/DRV26x_I2CPort.c"
'Finished building: ../DRV26x/DRV26x_I2CPort.c'
' '
'Building target: CAPTIVATE-PHONE-Demo.out'
'Invoking: MSP430 Linker'
"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/bin/cl430" -vmspx --abi=eabi --code_model=small --data_model=small -O2 --opt_for_speed=0 --use_hw_mpy=F5 --advice:power="none" --advice:hw_config=all -g --gcc --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2633 --define=TARGET_IS_MSP430FR2XX_4XX --diag_warning=225 --display_error_number --diag_wrap=off --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --printf_support=minimal -z -m"CAPTIVATE-PHONE-Demo.map" --heap_size=160 --stack_size=512 --cinit_hold_wdt=on -i"C:/ti/ccsv6/ccs_base/msp430/include" -i"C:/ti/ccsv6/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_4.4.6/include" --reread_libs --warn_sections --display_error_number --diag_wrap=off --xml_link_info="CAPTIVATE-PHONE-Demo_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "CAPTIVATE-PHONE-Demo.out" "./main.obj" "./demo/CAPTIVATE_PHONE_Demo.obj" "./captivate_config/CAPT_UserConfig.obj" "./captivate_app/CAPT_App.obj" "./captivate_app/CAPT_BSP.obj" "./captivate/COMM/Serial_Drivers/FunctionTimer.obj" "./captivate/COMM/Serial_Drivers/I2CSlave.obj" "./captivate/COMM/Serial_Drivers/UART.obj" "./captivate/COMM/CAPT_Interface.obj" "./captivate/BASE/CAPT_ISR.obj" "./captivate/ADVANCED/CAPT_Manager.obj" "./I2CMaster/I2CMaster.obj" "./DRV26x/DRV26x.obj" "./DRV26x/DRV26x_Actuators.obj" "./DRV26x/DRV26x_I2CPort.obj" "../lnk_msp430fr2633.cmd" "../driverlib/MSP430FR2xx_4xx/driverlib.lib" "../captivate/BASE/captivate.lib" "../captivate/BASE/lnk_captivate.cmd" -l"libmath.a" -l"C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/captivate/BASE/captivate.lib" -l"C:/Users/kaz/workspace_v6_1/CAPTIVATE-PHONE-Demo/driverlib/MSP430FR2xx_4xx/driverlib.lib" -l"libc.a"
<Linking>
warning #10366-D: automatic library build: using library "C:\ti\ccsv6\tools\compiler\ti-cgt-msp430_4.4.6\lib\rts430x_sc_sd_eabi.lib" for the first time, so it must be built. This may take a few minutes.
--> error: '*.obj
' not found
gmake.exe[1]: *** [library] Error 1
>> ERROR: mklib: gmake error during rts430x_sc_sd_eabi.lib build
warning #10207-D: automatic RTS selection: resolving index library "libc.a" to "rts430x_sc_sd_eabi.lib", but "rts430x_sc_sd_eabi.lib" was not found
"../lnk_msp430fr2633.cmd", line 209: warning #10374-D: Interrupt vector "PORT2" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 210: warning #10374-D: Interrupt vector "PORT1" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 211: warning #10374-D: Interrupt vector "ADC" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 213: warning #10374-D: Interrupt vector "USCI_A1" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 215: warning #10374-D: Interrupt vector "WDT" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 216: warning #10374-D: Interrupt vector "RTC" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 217: warning #10374-D: Interrupt vector "TIMER3_A1" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 218: warning #10374-D: Interrupt vector "TIMER3_A0" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 219: warning #10374-D: Interrupt vector "TIMER2_A1" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 220: warning #10374-D: Interrupt vector "TIMER2_A0" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 221: warning #10374-D: Interrupt vector "TIMER1_A1" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 222: warning #10374-D: Interrupt vector "TIMER1_A0" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 223: warning #10374-D: Interrupt vector "TIMER0_A1" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 224: warning #10374-D: Interrupt vector "TIMER0_A0" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 225: warning #10374-D: Interrupt vector "UNMI" does not have an interrupt handler routine.
"../lnk_msp430fr2633.cmd", line 226: warning #10374-D: Interrupt vector "SYSNMI" does not have an interrupt handler routine.
warning #10062-D: entry-point symbol "_c_int00" undefined
undefined first referenced
symbol in file
--------- ----------------
__TI_decompress_none
__TI_decompress_rle24
__TI_int41
__TI_int42
__TI_int43
__TI_int45
__TI_int47
__TI_int48
__TI_int49
__TI_int50
__TI_int51
__TI_int52
>> Compilation failure
__TI_int53
__TI_int54
__TI_int55
__TI_int56
__TI_int57
__TI_int58
__TI_zero_init
error #10234-D: unresolved symbols remain
warning #10202-D: no suitable entry-point found; setting to 0
error #10010: errors encountered during linking; "CAPTIVATE-PHONE-Demo.out" not built
gmake: *** [CAPTIVATE-PHONE-Demo.out] Error 1
gmake: Target `all' not remade because of errors.
**** Build Finished ****