This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS/MSP-EXP430F5529LP: CCS/MSP-EXP430F5529LP

Part Number: MSP-EXP430F5529LP
Other Parts Discussed in Thread: MSP430WARE, MSP430F5529

Tool/software: Code Composer Studio

I received the Launchpad mentioned above. I'm using CCS ver6.2. I used TI Resource Explorer to load and compile a few of the Example Programs. Everything worked well. Then I wanted to load back the original code that came preloaded in the board. I used Resource Explorer Classic (previously had been using Resource Explorer) and I tried to load and compile OutOf Box_EmulStorageKeyboard or OutOf Box_EmulStorageKeyboard_16K. None of the programs compiled successfuly. Other than loading the examples, I did not introduce any change. I followed the 4 steps suggested by the tool.  How can I get the original code back into the board?

Regards

  • The OutOfBox_EmulStorageKeyboard project built properly with my system: CCS v7.2, MSP430Ware V3.7, and TI Compiler V16.9.4.LTS. Please note the differences and provide more details regarding the errors you are receiving.

    Regards,
    Ryan
  • This is what I get from the console. It looks as if there was a missing file to define the interrupts vectors

    **** Build of configuration Debug for project OutOfBox_EmulStorageKeyboard ****

    "C:\\ti\\ccsv6\\utils\\bin\\gmake" -k all
    'Building file: ../hal.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="hal.d"  "../hal.c"
    'Finished building: ../hal.c'
    ' '
    'Building file: ../main.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="main.d"  "../main.c"
    'Finished building: ../main.c'
    ' '
    'Building file: ../system_pre_init.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="system_pre_init.d"  "../system_pre_init.c"
    'Finished building: ../system_pre_init.c'
    ' '
    'Building file: ../USB_API/USB_CDC_API/UsbCdc.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_CDC_API/UsbCdc.d" --obj_directory="USB_API/USB_CDC_API"  "../USB_API/USB_CDC_API/UsbCdc.c"
    'Finished building: ../USB_API/USB_CDC_API/UsbCdc.c'
    ' '
    'Building file: ../USB_API/USB_Common/usb.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_Common/usb.d" --obj_directory="USB_API/USB_Common"  "../USB_API/USB_Common/usb.c"
    'Finished building: ../USB_API/USB_Common/usb.c'
    ' '
    'Building file: ../USB_API/USB_Common/usbdma.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_Common/usbdma.d" --obj_directory="USB_API/USB_Common"  "../USB_API/USB_Common/usbdma.c"
    'Finished building: ../USB_API/USB_Common/usbdma.c'
    ' '
    'Building file: ../USB_API/USB_HID_API/UsbHid.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_HID_API/UsbHid.d" --obj_directory="USB_API/USB_HID_API"  "../USB_API/USB_HID_API/UsbHid.c"
    'Finished building: ../USB_API/USB_HID_API/UsbHid.c'
    ' '
    'Building file: ../USB_API/USB_HID_API/UsbHidReq.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_HID_API/UsbHidReq.d" --obj_directory="USB_API/USB_HID_API"  "../USB_API/USB_HID_API/UsbHidReq.c"
    'Finished building: ../USB_API/USB_HID_API/UsbHidReq.c'
    ' '
    'Building file: ../USB_API/USB_MSC_API/UsbMscReq.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_MSC_API/UsbMscReq.d" --obj_directory="USB_API/USB_MSC_API"  "../USB_API/USB_MSC_API/UsbMscReq.c"
    'Finished building: ../USB_API/USB_MSC_API/UsbMscReq.c'
    ' '
    'Building file: ../USB_API/USB_MSC_API/UsbMscScsi.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_MSC_API/UsbMscScsi.d" --obj_directory="USB_API/USB_MSC_API"  "../USB_API/USB_MSC_API/UsbMscScsi.c"
    'Finished building: ../USB_API/USB_MSC_API/UsbMscScsi.c'
    ' '
    'Building file: ../USB_API/USB_MSC_API/UsbMscStateMachine.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_MSC_API/UsbMscStateMachine.d" --obj_directory="USB_API/USB_MSC_API"  "../USB_API/USB_MSC_API/UsbMscStateMachine.c"
    'Finished building: ../USB_API/USB_MSC_API/UsbMscStateMachine.c'
    ' '
    'Building file: ../USB_API/USB_PHDC_API/UsbPHDC.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_API/USB_PHDC_API/UsbPHDC.d" --obj_directory="USB_API/USB_PHDC_API"  "../USB_API/USB_PHDC_API/UsbPHDC.c"
    'Finished building: ../USB_API/USB_PHDC_API/UsbPHDC.c'
    ' '
    'Building file: ../USB_app/FatFs/ff.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_app/FatFs/ff.d" --obj_directory="USB_app/FatFs"  "../USB_app/FatFs/ff.c"
    'Finished building: ../USB_app/FatFs/ff.c'
    ' '
    'Building file: ../USB_app/FatFs/mmc.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_app/FatFs/mmc.d" --obj_directory="USB_app/FatFs"  "../USB_app/FatFs/mmc.c"
    'Finished building: ../USB_app/FatFs/mmc.c'
    ' '
    'Building file: ../USB_app/keyboard.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_app/keyboard.d" --obj_directory="USB_app"  "../USB_app/keyboard.c"
    'Finished building: ../USB_app/keyboard.c'
    ' '
    'Building file: ../USB_app/mscIntf.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_app/mscIntf.d" --obj_directory="USB_app"  "../USB_app/mscIntf.c"
    'Finished building: ../USB_app/mscIntf.c'
    ' '
    'Building file: ../USB_app/storageVolume.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_app/storageVolume.d" --obj_directory="USB_app"  "../USB_app/storageVolume.c"
    'Finished building: ../USB_app/storageVolume.c'
    ' '
    'Building file: ../USB_app/usbEventHandling.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_app/usbEventHandling.d" --obj_directory="USB_app"  "../USB_app/usbEventHandling.c"
    'Finished building: ../USB_app/usbEventHandling.c'
    ' '
    'Building file: ../USB_config/UsbIsr.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_config/UsbIsr.d" --obj_directory="USB_config"  "../USB_config/UsbIsr.c"
    'Finished building: ../USB_config/UsbIsr.c'
    ' '
    'Building file: ../USB_config/descriptors.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="USB_config/descriptors.d" --obj_directory="USB_config"  "../USB_config/descriptors.c"
    'Finished building: ../USB_config/descriptors.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/adc10_a.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/adc10_a.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/adc10_a.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/adc10_a.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/adc12_a.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/adc12_a.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/adc12_a.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/adc12_a.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/aes.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/aes.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/aes.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/aes.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/battbak.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/battbak.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/battbak.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/battbak.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/comp_b.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/comp_b.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/comp_b.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/comp_b.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/crc.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/crc.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/crc.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/crc.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/dac12_a.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/dac12_a.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/dac12_a.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/dac12_a.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/dma.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/dma.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/dma.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/dma.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/eusci_a_spi.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/eusci_a_spi.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/eusci_a_spi.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/eusci_a_spi.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/eusci_a_uart.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/eusci_a_uart.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/eusci_a_uart.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/eusci_a_uart.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/eusci_b_i2c.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/eusci_b_i2c.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/eusci_b_i2c.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/eusci_b_i2c.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/eusci_b_spi.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/eusci_b_spi.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/eusci_b_spi.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/eusci_b_spi.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/flashctl.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/flashctl.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/flashctl.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/flashctl.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/gpio.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/gpio.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/gpio.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/gpio.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/ldopwr.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/ldopwr.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/ldopwr.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/ldopwr.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/mpy32.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/mpy32.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/mpy32.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/mpy32.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/pmap.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/pmap.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/pmap.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/pmap.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/pmm.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/pmm.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/pmm.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/pmm.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/ram.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/ram.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/ram.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/ram.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/ref.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/ref.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/ref.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/ref.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/rtc_a.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/rtc_a.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/rtc_a.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/rtc_a.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/rtc_b.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/rtc_b.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/rtc_b.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/rtc_b.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/rtc_c.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/rtc_c.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/rtc_c.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/rtc_c.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/sd24_b.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/sd24_b.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/sd24_b.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/sd24_b.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/sfr.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/sfr.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/sfr.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/sfr.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/sysctl.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/sysctl.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/sysctl.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/sysctl.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/tec.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/tec.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/tec.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/tec.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/timer_a.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/timer_a.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/timer_a.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/timer_a.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/timer_b.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/timer_b.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/timer_b.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/timer_b.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/timer_d.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/timer_d.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/timer_d.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/timer_d.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/tlv.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/tlv.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/tlv.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/tlv.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/ucs.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/ucs.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/ucs.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/ucs.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/usci_a_spi.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/usci_a_spi.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/usci_a_spi.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/usci_a_spi.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/usci_a_uart.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/usci_a_uart.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/usci_a_uart.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/usci_a_uart.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/usci_b_i2c.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/usci_b_i2c.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/usci_b_i2c.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/usci_b_i2c.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/usci_b_spi.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/usci_b_spi.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/usci_b_spi.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/usci_b_spi.c'
    ' '
    'Building file: ../driverlib/MSP430F5xx_6xx/wdt_a.c'
    'Invoking: MSP430 Compiler'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --include_path="C:/ti/ccsv6/ccs_base/msp430/include" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/driverlib/MSP430F5xx_6xx" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/" --include_path="C:/Users/e188941/workspace_v6_2/OutOfBox_EmulStorageKeyboard/USB_config" --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 --preproc_with_compile --preproc_dependency="driverlib/MSP430F5xx_6xx/wdt_a.d" --obj_directory="driverlib/MSP430F5xx_6xx"  "../driverlib/MSP430F5xx_6xx/wdt_a.c"
    'Finished building: ../driverlib/MSP430F5xx_6xx/wdt_a.c'
    ' '
    'Building target: OutOfBox_EmulStorageKeyboard.out'
    'Invoking: MSP430 Linker'
    "C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/bin/cl430" -vmspx --code_model=large --data_model=large --use_hw_mpy=F5 --advice:power="none" --define=__MSP430F5529__ -g --printf_support=minimal --diag_warning=225 --diag_wrap=off --display_error_number --silicon_errata=CPU21 --silicon_errata=CPU22 --silicon_errata=CPU23 --silicon_errata=CPU40 -z -m"OutOfBox_EmulStorageKeyboard.map" --heap_size=160 --stack_size=160 --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_17.6.0.STS/lib" -i"C:/ti/ccsv6/tools/compiler/ti-cgt-msp430_17.6.0.STS/include" --reread_libs --diag_wrap=off --display_error_number --warn_sections --xml_link_info="OutOfBox_EmulStorageKeyboard_linkInfo.xml" --use_hw_mpy=F5 --rom_model -o "OutOfBox_EmulStorageKeyboard.out" "./hal.obj" "./main.obj" "./system_pre_init.obj" "./USB_API/USB_CDC_API/UsbCdc.obj" "./USB_API/USB_Common/usb.obj" "./USB_API/USB_Common/usbdma.obj" "./USB_API/USB_HID_API/UsbHid.obj" "./USB_API/USB_HID_API/UsbHidReq.obj" "./USB_API/USB_MSC_API/UsbMscReq.obj" "./USB_API/USB_MSC_API/UsbMscScsi.obj" "./USB_API/USB_MSC_API/UsbMscStateMachine.obj" "./USB_API/USB_PHDC_API/UsbPHDC.obj" "./USB_app/FatFs/ff.obj" "./USB_app/FatFs/mmc.obj" "./USB_app/keyboard.obj" "./USB_app/mscIntf.obj" "./USB_app/storageVolume.obj" "./USB_app/usbEventHandling.obj" "./USB_config/UsbIsr.obj" "./USB_config/descriptors.obj" "./driverlib/MSP430F5xx_6xx/adc10_a.obj" "./driverlib/MSP430F5xx_6xx/adc12_a.obj" "./driverlib/MSP430F5xx_6xx/aes.obj" "./driverlib/MSP430F5xx_6xx/battbak.obj" "./driverlib/MSP430F5xx_6xx/comp_b.obj" "./driverlib/MSP430F5xx_6xx/crc.obj" "./driverlib/MSP430F5xx_6xx/dac12_a.obj" "./driverlib/MSP430F5xx_6xx/dma.obj" "./driverlib/MSP430F5xx_6xx/eusci_a_spi.obj" "./driverlib/MSP430F5xx_6xx/eusci_a_uart.obj" "./driverlib/MSP430F5xx_6xx/eusci_b_i2c.obj" "./driverlib/MSP430F5xx_6xx/eusci_b_spi.obj" "./driverlib/MSP430F5xx_6xx/flashctl.obj" "./driverlib/MSP430F5xx_6xx/gpio.obj" "./driverlib/MSP430F5xx_6xx/ldopwr.obj" "./driverlib/MSP430F5xx_6xx/mpy32.obj" "./driverlib/MSP430F5xx_6xx/pmap.obj" "./driverlib/MSP430F5xx_6xx/pmm.obj" "./driverlib/MSP430F5xx_6xx/ram.obj" "./driverlib/MSP430F5xx_6xx/ref.obj" "./driverlib/MSP430F5xx_6xx/rtc_a.obj" "./driverlib/MSP430F5xx_6xx/rtc_b.obj" "./driverlib/MSP430F5xx_6xx/rtc_c.obj" "./driverlib/MSP430F5xx_6xx/sd24_b.obj" "./driverlib/MSP430F5xx_6xx/sfr.obj" "./driverlib/MSP430F5xx_6xx/sysctl.obj" "./driverlib/MSP430F5xx_6xx/tec.obj" "./driverlib/MSP430F5xx_6xx/timer_a.obj" "./driverlib/MSP430F5xx_6xx/timer_b.obj" "./driverlib/MSP430F5xx_6xx/timer_d.obj" "./driverlib/MSP430F5xx_6xx/tlv.obj" "./driverlib/MSP430F5xx_6xx/ucs.obj" "./driverlib/MSP430F5xx_6xx/usci_a_spi.obj" "./driverlib/MSP430F5xx_6xx/usci_a_uart.obj" "./driverlib/MSP430F5xx_6xx/usci_b_i2c.obj" "./driverlib/MSP430F5xx_6xx/usci_b_spi.obj" "./driverlib/MSP430F5xx_6xx/wdt_a.obj" "../lnk_msp430f5529.cmd" "../USB_API/msp430USB.cmd" "../USB_app/OutOfBox_EmulStorageKeyboard.cmd"  -llibmath.a -llibc.a
    <Linking>
    warning #10366-D: automatic library build: using library "C:\ti\ccsv6\tools\compiler\ti-cgt-msp430_17.6.0.STS\lib\rts430x_lc_ld_eabi.lib" for the first time, so it must be built.  This may take a few minutes.
    process_begin: CreateProcess(NULL, echo Creating library c:/users/e188941/appdata/local/temp/ti87e6~1/rts430x_lc_ld_eabi.lib, ...) failed.
    make (e=2): The system cannot find the file specified.

    gmake.exe[1]: *** [library] Error 2
    Makefile:1150: recipe for target 'library' failed

    >> Compilation failure
    makefile:219: recipe for target 'OutOfBox_EmulStorageKeyboard.out' failed
    >> ERROR: mklib: gmake error during rts430x_lc_ld_eabi.lib build
    warning #10207-D: automatic RTS selection:  resolving index library "libc.a" to "rts430x_lc_ld_eabi.lib", but "rts430x_lc_ld_eabi.lib" was not found
    "../lnk_msp430f5529.cmd", line 221: warning #10374-D: Interrupt vector "RTC" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 223: warning #10374-D: Interrupt vector "TIMER2_A1" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 224: warning #10374-D: Interrupt vector "TIMER2_A0" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 225: warning #10374-D: Interrupt vector "USCI_B1" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 226: warning #10374-D: Interrupt vector "USCI_A1" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 228: warning #10374-D: Interrupt vector "TIMER1_A1" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 229: warning #10374-D: Interrupt vector "TIMER1_A0" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 230: warning #10374-D: Interrupt vector "DMA" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 232: warning #10374-D: Interrupt vector "TIMER0_A1" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 233: warning #10374-D: Interrupt vector "TIMER0_A0" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 234: warning #10374-D: Interrupt vector "ADC12" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 235: warning #10374-D: Interrupt vector "USCI_B0" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 236: warning #10374-D: Interrupt vector "USCI_A0" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 237: warning #10374-D: Interrupt vector "WDT" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 238: warning #10374-D: Interrupt vector "TIMER0_B1" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 239: warning #10374-D: Interrupt vector "TIMER0_B0" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 240: warning #10374-D: Interrupt vector "COMP_B" does not have an interrupt handler routine.
    "../lnk_msp430f5529.cmd", line 242: 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_lzss                                 
     __TI_decompress_none                                 
     __TI_int41                                           
     __TI_int43                                           
     __TI_int44                                           
     __TI_int45                                           
     __TI_int46                                           
     __TI_int48                                           
     __TI_int49                                           
     __TI_int50                                           
     __TI_int52                                           
     __TI_int53                                           
     __TI_int54                                           
     __TI_int55                                           
     __TI_int56                                           
     __TI_int57                                           
     __TI_int58                                           
     __TI_int59                                           
     __TI_int60                                           
     __TI_int62                                           
     __TI_zero_init                                       
     __mspabi_divu        ./USB_API/USB_Common/usb.obj    
     __mspabi_mpyi        ./USB_API/USB_Common/usb.obj    
     __mspabi_mpyl        ./USB_API/USB_HID_API/UsbHid.obj
     __mspabi_slli        ./USB_API/USB_Common/usb.obj    
     __mspabi_srli        ./USB_API/USB_Common/usb.obj    
     memset               ./USB_API/USB_HID_API/UsbHid.obj

    error #10234-D: unresolved symbols remain
    warning #10202-D: no suitable entry-point found; setting to 0
    error #10010: errors encountered during linking; "OutOfBox_EmulStorageKeyboard.out" not built
    gmake: *** [OutOfBox_EmulStorageKeyboard.out] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

  • I experience similar with TI Compiler V17.6. Try building with an older compiler, you can download them from Help -> Install New Software -> Code Generation Tools Updates -> TI Compiler Updates -> MSP430 Compiler Tools.

    Regards,
    Ryan
  • I tried TI v15.12.6.LTS and the program compiled and linked correctly ... Do you think it will be possible to know why this occurs. I wouldn't be too worried if I had had the problem with an older version and the newer one had fixed the problem ... but here the problem is exactly the opposite. I've been looking into the code and I don't see anything wrong with it.

    Anyways ... my problem has been addressed ... Thanks.

  • You can ask the TI C/C++ Compiler Forum for the difference between versions.

    Regards,
    Ryan

**Attention** This is a public forum