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.

OPT3101-SDK: Compilation Error -2147483645

Part Number: OPT3101-SDK
Other Parts Discussed in Thread: OPT3101, MSP430F5529

Hi,

I am trying to use the OPT3101 SDK to perform full calibration on a few OPTs. 

As advised, I am using compiler version 18.12.8 LTS.

But I get these errors:

Building file: "../MSP430/USB_config/UsbIsr.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/USB_config/UsbIsr.d_raw" --obj_directory="MSP430/USB_config"  "../MSP430/USB_config/UsbIsr.c"
MSP430/USB_config/subdir_rules.mk:9: recipe for target 'MSP430/USB_config/UsbIsr.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/USB_config/UsbIsr.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/USB_config/UsbIsr.obj] Error 2
Building file: "../MSP430/USB_config/descriptors.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/USB_config/descriptors.d_raw" --obj_directory="MSP430/USB_config"  "../MSP430/USB_config/descriptors.c"
MSP430/USB_config/subdir_rules.mk:9: recipe for target 'MSP430/USB_config/descriptors.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/USB_config/descriptors.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/USB_config/descriptors.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/adc10_a.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/adc10_a.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/adc10_a.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/adc10_a.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/adc10_a.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/adc10_a.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/adc12_a.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/adc12_a.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/adc12_a.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/adc12_a.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/adc12_a.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/adc12_a.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/aes.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/aes.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/aes.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/aes.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/aes.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/aes.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/battbak.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/battbak.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/battbak.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/battbak.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/battbak.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/battbak.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/comp_b.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/comp_b.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/comp_b.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/comp_b.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/comp_b.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/comp_b.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/crc.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/crc.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/crc.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/crc.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/crc.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/crc.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/dac12_a.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/dac12_a.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/dac12_a.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/dac12_a.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/dac12_a.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/dac12_a.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/dma.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/dma.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/dma.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/dma.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/dma.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/dma.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/eusci_a_spi.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/eusci_a_spi.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/eusci_a_spi.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/eusci_a_spi.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/eusci_a_spi.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/eusci_a_spi.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/eusci_a_uart.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/eusci_a_uart.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/eusci_a_uart.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/eusci_a_uart.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/eusci_a_uart.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/eusci_a_uart.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/eusci_b_i2c.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/eusci_b_i2c.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/eusci_b_i2c.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/eusci_b_i2c.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/eusci_b_i2c.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/eusci_b_i2c.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/eusci_b_spi.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/eusci_b_spi.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/eusci_b_spi.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/eusci_b_spi.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/eusci_b_spi.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/eusci_b_spi.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/flashctl.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/flashctl.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/flashctl.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/flashctl.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/flashctl.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/flashctl.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/gpio.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/gpio.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/gpio.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/gpio.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/gpio.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/gpio.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/ldopwr.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/ldopwr.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/ldopwr.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/ldopwr.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/ldopwr.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/ldopwr.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/mpy32.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/mpy32.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/mpy32.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/mpy32.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/mpy32.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/mpy32.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/pmap.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/pmap.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/pmap.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/pmap.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/pmap.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/pmap.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/pmm.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/pmm.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/pmm.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/pmm.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/pmm.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/pmm.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/ram.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/ram.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/ram.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/ram.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/ram.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/ram.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/ref.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/ref.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/ref.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/ref.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/ref.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/ref.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/rtc_a.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/rtc_a.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/rtc_a.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/rtc_a.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/rtc_a.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/rtc_a.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/rtc_b.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/rtc_b.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/rtc_b.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/rtc_b.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/rtc_b.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/rtc_b.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/rtc_c.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/rtc_c.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/rtc_c.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/rtc_c.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/rtc_c.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/rtc_c.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/sd24_b.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/sd24_b.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/sd24_b.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/sd24_b.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/sd24_b.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/sd24_b.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/sfr.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/sfr.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/sfr.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/sfr.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/sfr.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/sfr.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/sysctl.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/sysctl.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/sysctl.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/sysctl.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/sysctl.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/sysctl.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/tec.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/tec.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/tec.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/tec.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/tec.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/tec.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/timer_a.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/timer_a.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/timer_a.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/timer_a.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/timer_a.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/timer_a.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/timer_b.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/timer_b.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/timer_b.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/timer_b.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/timer_b.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/timer_b.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/timer_d.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/timer_d.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/timer_d.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/timer_d.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/timer_d.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/timer_d.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/tlv.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/tlv.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/tlv.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/tlv.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/tlv.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/tlv.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/ucs.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/ucs.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/ucs.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/ucs.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/ucs.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/ucs.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/usci_a_spi.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/usci_a_spi.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/usci_a_spi.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/usci_a_spi.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/usci_a_spi.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/usci_a_spi.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/usci_a_uart.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/usci_a_uart.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/usci_a_uart.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/usci_a_uart.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/usci_a_uart.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/usci_a_uart.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/usci_b_i2c.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/usci_b_i2c.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/usci_b_i2c.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/usci_b_i2c.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/usci_b_i2c.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/usci_b_i2c.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/usci_b_spi.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/usci_b_spi.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/usci_b_spi.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/usci_b_spi.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/usci_b_spi.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/usci_b_spi.obj] Error 2
Building file: "../MSP430/driverlib/MSP430F5xx_6xx/wdt_a.c"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="MSP430/driverlib/MSP430F5xx_6xx/wdt_a.d_raw" --obj_directory="MSP430/driverlib/MSP430F5xx_6xx"  "../MSP430/driverlib/MSP430F5xx_6xx/wdt_a.c"
MSP430/driverlib/MSP430F5xx_6xx/subdir_rules.mk:9: recipe for target 'MSP430/driverlib/MSP430F5xx_6xx/wdt_a.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../MSP430/driverlib/MSP430F5xx_6xx/wdt_a.c
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [MSP430/driverlib/MSP430F5xx_6xx/wdt_a.obj] Error 2
Building file: "../OPT3101PhaseOffset.cpp"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="OPT3101PhaseOffset.d_raw"  "../OPT3101PhaseOffset.cpp"
subdir_rules.mk:9: recipe for target 'OPT3101PhaseOffset.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../OPT3101PhaseOffset.cpp
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [OPT3101PhaseOffset.obj] Error 2
Building file: "../OPT3101_Calibration.cpp"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="OPT3101_Calibration.d_raw"  "../OPT3101_Calibration.cpp"
subdir_rules.mk:9: recipe for target 'OPT3101_Calibration.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../OPT3101_Calibration.cpp
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [OPT3101_Calibration.obj] Error 2
Building file: "../OPT3101DesignCoefficients.cpp"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="OPT3101DesignCoefficients.d_raw"  "../OPT3101DesignCoefficients.cpp"
subdir_rules.mk:9: recipe for target 'OPT3101DesignCoefficients.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../OPT3101DesignCoefficients.cpp
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [OPT3101DesignCoefficients.obj] Error 2
Building file: "../OPT3101Crosstalk.cpp"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="OPT3101Crosstalk.d_raw"  "../OPT3101Crosstalk.cpp"
subdir_rules.mk:9: recipe for target 'OPT3101Crosstalk.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../OPT3101Crosstalk.cpp
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [OPT3101Crosstalk.obj] Error 2
Building file: "../OPT3101Coefficients.cpp"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="OPT3101Coefficients.d_raw"  "../OPT3101Coefficients.cpp"
subdir_rules.mk:9: recipe for target 'OPT3101Coefficients.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../OPT3101Coefficients.cpp
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [OPT3101Coefficients.obj] Error 2
Building file: "../OPT3101Calibration.cpp"
Invoking: MSP430 Compiler
"C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430" -vmspx --data_model=restricted --use_hw_mpy=F5 --include_path="C:/ti/ccs1260/ccs/ccs_base/msp430/include" --include_path="C:/Users/mbarthel/Documents/Étude/Télémètre V3/sbac203b/sbac203b/release_0p9p1/OPT3101_SDK" --include_path="C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/include" --advice:power="all" --define=__MSP430F5529__ -g --printf_support=full --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="OPT3101Calibration.d_raw"  "../OPT3101Calibration.cpp"
subdir_rules.mk:9: recipe for target 'OPT3101Calibration.obj' failed
 
INTERNAL ERROR: C:/ti/ccs1260/ccs/tools/compiler/ti-cgt-msp430_18.12.8.LTS/bin/cl430 had an internal inconsistency and aborted
                  while processing file ../OPT3101Calibration.cpp
 
This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this.
 
Upgrading to the newest version of the compiler may fix this problem.
 
Contact TI in the E2E support forums at http://e2e.ti.com under
"Development Tools", "TI C/C++ Compiler".  See the link titled
"Submitting an issue".
 
We need to see this ENTIRE error message and a complete, reproducible
test case including ALL of the command-line options.
 
gmake: *** [OPT3101Calibration.obj] Error 2
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

Moreover, I have this pop-up: 

  

(in this pop-up it written another compiler version because I tried two compiler versions)

Of course, clicking on retry does not solve the problem.

I already tried the latest compiler version (21.6.1.LTS), but I have the same result.

How can I solve that? In the SDK user's guide, they just say "make sure you can compile without errors". On top of that, it is clearly said in the error message "This is caused by a defect in the TI C/C++ Compiler.
TI Customer Support may be able to suggest a workaround to avoid this."

  • Megan,

      I use CCS version 12.3 and I have used compilor versions 18 and 21. You also need the latest MSP430 Driver library installed.

    I have never seen this problem. 

    Did you do an actual CCS project import from the SDK? If it was imported incorectly then CCS will not have all of the project settings. This is important. 

    If you did do the import correctly then I need to move this question to the CCS team to help you.  Let me klnow is I need to move this thread.

  • Gordon,

    Thanks for your reply.

    I use CCS version 12.6.0.00008. 

    I selected the custom installation, with this library installed. 

    After launching the application, in the project explorer I select "import projects" then in "C/C++" I select "CCS projects". I browse the path to the SDK in "select search-directory" and click on "Finish". Is this the correct way to import the project?

    The project is then opened and when I build, I have the 69 errors I reported above.

    I uninstalled and reinstalled CCS. 

    Also, I am sure I installed the compiler version 18.12.8, but the project seems to have been compiled with version 18.12.3. Can this detail be of importance?

  • Megan,

     First, make sure you have the MSP430 Driver Library installed.

    https://dr-download.ti.com/software-development/driver-or-library/MD-7R8r1GV3NB/2.91.13.01/msp430_driverlib_2_91_13_01.zip

    Second you will need to remove the recently imported project from CCS C++, then Delete the folder from your hardrive that was created during the first import. This is important or it will keep previous information which will cause you problems compiling the newest import. 

    My experience is that the version of the compiler is important.  (My opinion: Other version have worked very well for me and I have not seen a difference) 

    Then import as a Code Composer Studio - project. This will bring in the hooks needed to compile a CCS project that was created by someone else in CCS.

    After the import the project you can change the compiler version if you want. Right click the project name in the left pane, select properties, then resources -> general. You should see the compiler version below. You can change this then go back and compile.

    Let me know how this works.

  • Gordon,

    I have installed the MSP430 library with the link you provided. I already had it, but I did not have all the directories. 

    I followed the steps you wrote, but I still have the same issue. 

    However, I zipped the SDK and CCS to someone else, and he succeeded on compiling on his computer. He told me he's got GCC on his computer, would it be possible that it would make a difference...?

    Moreover, I have added the compiler's path to my PATH environment variable, but it did not have any effect.

  • Megan,

      I'm goint to move this to the CCS group. I don't believe that GCC has anythiong to do with it. To many people import and run the utility. 

    Something is not right with your setup. 

  • I'm confident this is similar to the problem resolved in this forum thread.

    Thanks and regards,

    -George

  • I had some accent in my workspace path... I removed them and it worked. Thanks!