Because of the holidays, TI E2E™ design support forum responses will be delayed from Dec. 25 through Jan. 2. Thank you for your patience.

CAPTIVATE-FR2633: Getting Errors running demo examples

Part Number: CAPTIVATE-FR2633
Other Parts Discussed in Thread: MATHLIB

Tool/software:

Hello,

I'm trying to run FR2633_Backchannel_UART-DEMO and I'm getting this error:

gmake: *** No rule to make target '../mathlib/libraries/IQmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_large_data.lib', needed by 'all'.
gmake: *** No rule to make target '../mathlib/libraries/IQmathLib_CCS_MPY32_5xx_6xx_CPUX_small_code_small_data.lib', needed by 'all'.
gmake: *** No rule to make target '../mathlib/libraries/QmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_large_data.lib', needed by 'all'.
gmake: *** No rule to make target '../mathlib/libraries/QmathLib_CCS_MPY32_5xx_6xx_CPUX_small_code_small_data.lib', needed by 'all'.

any help would be great!

  • Hi Joe,

    I just tried it myself and it builds with no errors in CCS 12.8.  Based on the error message you show, check that you have the following mathlib pre-complied libraries in the directory shown.

  • It looks like the files are there.

  • Hi Joe,

    Just to double-check, you imported this project from the Captivate examples directory, correct?

  • Hi Dennis,

    yes, I reinstalled it a few times as well to see if it helped. I also deleted the ti folder made in my users folder during the reinstall attempts.

  • Also, I'm running the FR2633_CAPTIVATE-BSWP-Demo project just fine, not sure what happened to the UART project.

  • Hi Joe,

    Try deleting the sub-folder "Debug" within your CCS project explorer.  Then perform a "Rebuild Project" and capture the contents of the build console and share with me.  Here is example when I perform these steps:

    **** Build of configuration Debug for project FR2633_Backchannel_UART-Demo ****
    
    "C:\\ti\\ccs1280\\ccs\\utils\\bin\\gmake" -k -j 12 all -O 
     
    Building file: "../main.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
    Finished building: "../main.c"
     
    Building file: "../captivate/ADVANCED/CAPT_Manager.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/ADVANCED/CAPT_Manager.d_raw" --obj_directory="captivate/ADVANCED"  "../captivate/ADVANCED/CAPT_Manager.c"
    Finished building: "../captivate/ADVANCED/CAPT_Manager.c"
     
    Building file: "../captivate/BASE/CAPT_ISR.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/BASE/CAPT_ISR.d_raw" --obj_directory="captivate/BASE"  "../captivate/BASE/CAPT_ISR.c"
    Finished building: "../captivate/BASE/CAPT_ISR.c"
     
    Building file: "../captivate/COMM/CAPT_Interface.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/CAPT_Interface.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/CAPT_Interface.c"
    Finished building: "../captivate/COMM/CAPT_Interface.c"
     
    Building file: "../captivate/COMM/FunctionTimer.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/FunctionTimer.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/FunctionTimer.c"
    Finished building: "../captivate/COMM/FunctionTimer.c"
     
    Building file: "../captivate/COMM/I2CSlave.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/I2CSlave.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/I2CSlave.c"
    Finished building: "../captivate/COMM/I2CSlave.c"
     
    Building file: "../captivate/COMM/UART.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/UART.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/UART.c"
    Finished building: "../captivate/COMM/UART.c"
     
    Building file: "../captivate_app/CAPT_App.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate_app/CAPT_App.d_raw" --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/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate_app/CAPT_BSP.d_raw" --obj_directory="captivate_app"  "../captivate_app/CAPT_BSP.c"
    Finished building: "../captivate_app/CAPT_BSP.c"
     
    Building file: "../captivate_config/CAPT_UserConfig.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate_config/CAPT_UserConfig.d_raw" --obj_directory="captivate_config"  "../captivate_config/CAPT_UserConfig.c"
    Finished building: "../captivate_config/CAPT_UserConfig.c"
     
    Building file: "../demo/demo.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1280/ccs/ccs_base/msp430/include" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="demo/demo.d_raw" --obj_directory="demo"  "../demo/demo.c"
    Finished building: "../demo/demo.c"
     
    Building target: "FR2633_Backchannel_UART-Demo.out"
    Invoking: MSP430 Linker
    "C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 -z -m"FR2633_Backchannel_UART-Demo.map" --heap_size=160 --stack_size=256 --cinit_hold_wdt=on -i"C:/ti/ccs1280/ccs/ccs_base/msp430/include" -i"C:/ti/ccs1280/ccs/ccs_base/msp430/lib/5xx_6xx_FRxx" -i"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/lib" -i"C:/ti/ccs1280/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="FR2633_Backchannel_UART-Demo_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "FR2633_Backchannel_UART-Demo.out" "./main.obj" "./captivate/ADVANCED/CAPT_Manager.obj" "./captivate/BASE/CAPT_ISR.obj" "./captivate/COMM/CAPT_Interface.obj" "./captivate/COMM/FunctionTimer.obj" "./captivate/COMM/I2CSlave.obj" "./captivate/COMM/UART.obj" "./captivate_app/CAPT_App.obj" "./captivate_app/CAPT_BSP.obj" "./captivate_config/CAPT_UserConfig.obj" "./demo/demo.obj" "../lnk_msp430fr2633.cmd" "../captivate/BASE/libraries/captivate_fr2633_family.lib" "../driverlib/MSP430FR2xx_4xx/libraries/driverlib_fr2633_family.lib" "../mathlib/libraries/IQmathLib.lib" "../mathlib/libraries/IQmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_large_data.lib" "../mathlib/libraries/IQmathLib_CCS_MPY32_5xx_6xx_CPUX_small_code_small_data.lib" "../mathlib/libraries/QmathLib.lib" "../mathlib/libraries/QmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_large_data.lib" "../mathlib/libraries/QmathLib_CCS_MPY32_5xx_6xx_CPUX_small_code_small_data.lib"  -llibmath.a -l"C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/captivate/BASE/libraries/captivate_fr2633_family.lib" -l"C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx/libraries/driverlib_fr2633_family.lib" -l"C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib/libraries/QmathLib.lib" -l"C:/Users/a0272918/workspace_v12/FR2633_Backchannel_UART-Demo/mathlib/libraries/IQmathLib.lib" -llibc.a 
    <Linking>
    Finished building target: "FR2633_Backchannel_UART-Demo.out"
     
    
    **** Build Finished ****
    

  • **** Build of configuration Debug for project FR2633_Backchannel_UART-Demo ****
    
    "C:\\ti\\ccs1281\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
     
    Building file: "../captivate/BASE/CAPT_ISR.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/BASE/CAPT_ISR.d_raw" --obj_directory="captivate/BASE"  "../captivate/BASE/CAPT_ISR.c"
    Finished building: "../captivate/BASE/CAPT_ISR.c"
     
    Building file: "../main.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="main.d_raw"  "../main.c"
    Finished building: "../main.c"
     
    Building file: "../captivate/ADVANCED/CAPT_Manager.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/ADVANCED/CAPT_Manager.d_raw" --obj_directory="captivate/ADVANCED"  "../captivate/ADVANCED/CAPT_Manager.c"
    Finished building: "../captivate/ADVANCED/CAPT_Manager.c"
     
    Building file: "../captivate/COMM/CAPT_Interface.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/CAPT_Interface.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/CAPT_Interface.c"
    Finished building: "../captivate/COMM/CAPT_Interface.c"
     
    Building file: "../captivate/COMM/FunctionTimer.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/FunctionTimer.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/FunctionTimer.c"
    Finished building: "../captivate/COMM/FunctionTimer.c"
     
    Building file: "../captivate/COMM/I2CSlave.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/I2CSlave.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/I2CSlave.c"
    Finished building: "../captivate/COMM/I2CSlave.c"
     
    Building file: "../captivate/COMM/UART.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate/COMM/UART.d_raw" --obj_directory="captivate/COMM"  "../captivate/COMM/UART.c"
    Finished building: "../captivate/COMM/UART.c"
     
    Building file: "../captivate_app/CAPT_App.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate_app/CAPT_App.d_raw" --obj_directory="captivate_app"  "../captivate_app/CAPT_App.c"
    Finished building: "../captivate_app/CAPT_App.c"
     
    Building file: "../captivate_config/CAPT_UserConfig.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate_config/CAPT_UserConfig.d_raw" --obj_directory="captivate_config"  "../captivate_config/CAPT_UserConfig.c"
    Finished building: "../captivate_config/CAPT_UserConfig.c"
     
    gmake: *** No rule to make target '../mathlib/libraries/IQmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_large_data.lib', needed by 'all'.
    gmake: *** No rule to make target '../mathlib/libraries/IQmathLib_CCS_MPY32_5xx_6xx_CPUX_small_code_small_data.lib', needed by 'all'.
    gmake: *** No rule to make target '../mathlib/libraries/QmathLib_CCS_MPY32_5xx_6xx_CPUX_large_code_large_data.lib', needed by 'all'.
    gmake: *** No rule to make target '../mathlib/libraries/QmathLib_CCS_MPY32_5xx_6xx_CPUX_small_code_small_data.lib', needed by 'all'.
     
    Building file: "../captivate_app/CAPT_BSP.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="captivate_app/CAPT_BSP.d_raw" --obj_directory="captivate_app"  "../captivate_app/CAPT_BSP.c"
    Finished building: "../captivate_app/CAPT_BSP.c"
     
    Building file: "../demo/demo.c"
    Invoking: MSP430 Compiler
    "C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/bin/cl430" -vmspx --code_model=small --data_model=small -O3 --opt_for_speed=0 --use_hw_mpy=F5 --include_path="C:/ti/ccs1281/ccs/ccs_base/msp430/include" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/demo" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/driverlib/MSP430FR2xx_4xx" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/mathlib" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/ADVANCED" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/BASE" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate/COMM" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_app" --include_path="C:/ti/msp/CapTIvateDesignCenter_1.83.00.08/CapTIvateDesignCenter/example_projects/CaptivateDesignCenterWorkspace/TI_Examples/FR2633_CAPTIVATE-BSWP/FR2633_Backchannel_UART-Demo/captivate_config" --include_path="C:/ti/ccs1281/ccs/tools/compiler/ti-cgt-msp430_21.6.1.LTS/include" --advice:power="none" --advice:hw_config=all --define=__MSP430FR2633__ --define=TARGET_IS_MSP430FR2XX_4XX --define=UART__ENABLE=true -g --gcc --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="demo/demo.d_raw" --obj_directory="demo"  "../demo/demo.c"
    Finished building: "../demo/demo.c"
     
    gmake: Target 'all' not remade because of errors.
    
    **** Build Finished ****

  • Hi Joe,

    Back from the holiday.

    This is quite perplexing.  Let me run this by our complier team.

  • Hi Joe,

    No luck with the SW team.

    Can you export your entire project and post it here.

    From the top menu: File > import > General > Archive ... then give the zip file a name, select a location - done!

    You can then upload here using the Insert "image/video/file"

**Attention** This is a public forum