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."

