This thread has been locked.

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

CCS/LAUNCHXL-F28379D: subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

Part Number: LAUNCHXL-F28379D

Tool/software: Code Composer Studio

Hello,

I am trying to go through the 1-day workshop provided by TI at https://training.ti.com/c2000-f2837xd-microcontroller-1-day-workshop-series?context=1134645

I am using CSS v10. When trying to run the lab6 exercise (I can copy and paste any files, if necessary) I encounter an error. The entire build log is pasted below:


**** Build of configuration Debug for project getting_starter_cpu01 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building target: "getting_starter_cpu01.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 --define=_LAUNCHXL_F28379D -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"getting_starter_cpu01.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="getting_starter_cpu01_linkInfo.xml" --entry_point=code_start --rom_model -o "getting_starter_cpu01.out" "../2837x_FLASH_lnk_cpu1.cmd" -llibc.a
<Linking>
warning #10211-D: cannot resolve archive C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib/libc.a to a compatible library, as no input files have been encountered
fatal error #10009: no input files

>> Compilation failure
makefile:140: recipe for target 'getting_starter_cpu01.out' failed
gmake[1]: *** [getting_starter_cpu01.out] Error 1
gmake: *** [all] Error 2
makefile:136: recipe for target 'all' failed

**** Build Finished ****

**** Build of configuration Debug for project Lab2 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Lab2.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab2/cpu01" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Lab2.d_raw" "../Lab2.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'Lab2.obj' failed
"../Lab2.c", line 17: error #66: expected a ";"
1 error detected in the compilation of "../Lab2.c".
gmake: *** [Lab2.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab2 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Lab2.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab2/cpu01" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Lab2.d_raw" "../Lab2.c"
Finished building: "../Lab2.c"

Building target: "Lab2.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab2.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab2_linkInfo.xml" --rom_model -o "Lab2.out" "./Lab2.obj" "../Lab2.cmd" -llibc.a
<Linking>
Finished building target: "Lab2.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab2 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Lab2.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab2/cpu01" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Lab2.d_raw" "../Lab2.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'Lab2.obj' failed
"../Lab2.c", line 17: error #66: expected a ";"
1 error detected in the compilation of "../Lab2.c".
gmake: *** [Lab2.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab2 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Lab2.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab2/cpu01" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Lab2.d_raw" "../Lab2.c"
Finished building: "../Lab2.c"

Building target: "Lab2.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab2.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab2_linkInfo.xml" --rom_model -o "Lab2.out" "./Lab2.obj" "../Lab2.cmd" -llibc.a
<Linking>
Finished building target: "Lab2.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab2 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab2.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../CodeStartBranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="CodeStartBranch.d_raw" "../CodeStartBranch.asm"
Finished building: "../CodeStartBranch.asm"

Building file: "../DelayUs.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DelayUs.d_raw" "../DelayUs.asm"
Finished building: "../DelayUs.asm"

Building file: "../Main_5.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Main_5.d_raw" "../Main_5.c"
Finished building: "../Main_5.c"

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building file: "../SysCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="SysCtrl.d_raw" "../SysCtrl.c"
Finished building: "../SysCtrl.c"

Building file: "../Gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Gpio.d_raw" "../Gpio.c"
Finished building: "../Gpio.c"

Building file: "../Xbar.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Xbar.d_raw" "../Xbar.c"
Finished building: "../Xbar.c"

Building file: "../F2837xD_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d_raw" "../F2837xD_GlobalVariableDefs.c"
Finished building: "../F2837xD_GlobalVariableDefs.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Main_5.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Main_5.d_raw" "../Main_5.c"
Finished building: "../Main_5.c"

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building file: "../PieVect.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="PieVect.d_raw" "../PieVect.c"
Finished building: "../PieVect.c"

Building file: "../PieCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="PieCtrl.d_raw" "../PieCtrl.c"
Finished building: "../PieCtrl.c"

Building file: "../DefaultIsr_5.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DefaultIsr_5.d_raw" "../DefaultIsr_5.c"
Finished building: "../DefaultIsr_5.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DefaultIsr_5.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./PieCtrl.obj" "./PieVect.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../CodeStartBranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="CodeStartBranch.d_raw" "../CodeStartBranch.asm"
Finished building: "../CodeStartBranch.asm"

Building file: "../DelayUs.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DelayUs.d_raw" "../DelayUs.asm"
Finished building: "../DelayUs.asm"

Building file: "../Main_5.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Main_5.d_raw" "../Main_5.c"
Finished building: "../Main_5.c"

Building file: "../PieVect.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="PieVect.d_raw" "../PieVect.c"
Finished building: "../PieVect.c"

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building file: "../DefaultIsr_5.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DefaultIsr_5.d_raw" "../DefaultIsr_5.c"
Finished building: "../DefaultIsr_5.c"

Building file: "../PieCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="PieCtrl.d_raw" "../PieCtrl.c"
Finished building: "../PieCtrl.c"

Building file: "../SysCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="SysCtrl.d_raw" "../SysCtrl.c"
Finished building: "../SysCtrl.c"

Building file: "../Gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Gpio.d_raw" "../Gpio.c"
Finished building: "../Gpio.c"

Building file: "../F2837xD_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d_raw" "../F2837xD_GlobalVariableDefs.c"
Finished building: "../F2837xD_GlobalVariableDefs.c"

Building file: "../Xbar.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Xbar.d_raw" "../Xbar.c"
Finished building: "../Xbar.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DefaultIsr_5.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./PieCtrl.obj" "./PieVect.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DefaultIsr_5.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./PieCtrl.obj" "./PieVect.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DefaultIsr_5.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./PieCtrl.obj" "./PieVect.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab5/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building target: "Lab5.out"
Invoking: C2000 Linker
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Lab5.map" --stack_size=0x200 --warn_sections -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/lib" -i"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --reread_libs --diag_wrap=off --display_error_number --xml_link_info="Lab5_linkInfo.xml" --rom_model -o "Lab5.out" "./CodeStartBranch.obj" "./DefaultIsr_5.obj" "./DelayUs.obj" "./F2837xD_GlobalVariableDefs.obj" "./Gpio.obj" "./Main_5.obj" "./PieCtrl.obj" "./PieVect.obj" "./SysCtrl.obj" "./Watchdog.obj" "./Xbar.obj" "../F2837xD_Headers_nonBIOS_cpu1.cmd" "../Lab_5_6_7.cmd" -llibc.a
<Linking>
Finished building target: "Lab5.out"

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab5 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

gmake[1]: 'Lab5.out' is up to date.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../CodeStartBranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="CodeStartBranch.d_raw" "../CodeStartBranch.asm"
Finished building: "../CodeStartBranch.asm"

Building file: "../DelayUs.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DelayUs.d_raw" "../DelayUs.asm"
Finished building: "../DelayUs.asm"

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
Building file: "../Dac.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Dac.d_raw" "../Dac.c"
Finished building: "../Dac.c"

Building file: "../Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Adc.d_raw" "../Adc.c"
Finished building: "../Adc.c"

Building file: "../Main_6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Main_6.d_raw" "../Main_6.c"
Finished building: "../Main_6.c"

Building file: "../EPwm_6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="EPwm_6.d_raw" "../EPwm_6.c"
Finished building: "../EPwm_6.c"

Building file: "../PieVect.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="PieVect.d_raw" "../PieVect.c"
Finished building: "../PieVect.c"

Building file: "../PieCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="PieCtrl.d_raw" "../PieCtrl.c"
Finished building: "../PieCtrl.c"

Building file: "../DefaultIsr_6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="DefaultIsr_6.d_raw" "../DefaultIsr_6.c"
Finished building: "../DefaultIsr_6.c"

Building file: "../SineTable.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="SineTable.d_raw" "../SineTable.c"
Finished building: "../SineTable.c"

Building file: "../SysCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="SysCtrl.d_raw" "../SysCtrl.c"
Finished building: "../SysCtrl.c"

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building file: "../Gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Gpio.d_raw" "../Gpio.c"
Finished building: "../Gpio.c"

Building file: "../F2837xD_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d_raw" "../F2837xD_GlobalVariableDefs.c"
Finished building: "../F2837xD_GlobalVariableDefs.c"

Building file: "../Xbar.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Xbar.d_raw" "../Xbar.c"
Finished building: "../Xbar.c"

gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --define=CPU1 -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../CodeStartBranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="CodeStartBranch.d_raw" "../CodeStartBranch.asm"
Finished building: "../CodeStartBranch.asm"

Building file: "../DelayUs.asm"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="DelayUs.d_raw" "../DelayUs.asm"
Finished building: "../DelayUs.asm"

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
Building file: "../Dac.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Dac.d_raw" "../Dac.c"
Finished building: "../Dac.c"

Building file: "../Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Adc.d_raw" "../Adc.c"
Finished building: "../Adc.c"

Building file: "../Main_6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Main_6.d_raw" "../Main_6.c"
Finished building: "../Main_6.c"

Building file: "../EPwm_6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="EPwm_6.d_raw" "../EPwm_6.c"
Finished building: "../EPwm_6.c"

Building file: "../PieVect.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="PieVect.d_raw" "../PieVect.c"
Finished building: "../PieVect.c"

Building file: "../PieCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="PieCtrl.d_raw" "../PieCtrl.c"
Finished building: "../PieCtrl.c"

Building file: "../SineTable.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="SineTable.d_raw" "../SineTable.c"
Finished building: "../SineTable.c"

Building file: "../DefaultIsr_6.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="DefaultIsr_6.d_raw" "../DefaultIsr_6.c"
Finished building: "../DefaultIsr_6.c"

Building file: "../SysCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="SysCtrl.d_raw" "../SysCtrl.c"
Finished building: "../SysCtrl.c"

Building file: "../Watchdog.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Watchdog.d_raw" "../Watchdog.c"
Finished building: "../Watchdog.c"

Building file: "../Gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Gpio.d_raw" "../Gpio.c"
Finished building: "../Gpio.c"

Building file: "../F2837xD_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_GlobalVariableDefs.d_raw" "../F2837xD_GlobalVariableDefs.c"
Finished building: "../F2837xD_GlobalVariableDefs.c"

Building file: "../Xbar.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="Xbar.d_raw" "../Xbar.c"
Finished building: "../Xbar.c"

gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

**** Build of configuration Debug for project Lab6 ****

"C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

Building file: "../F2837xD_Adc.c"
Invoking: C2000 Compiler
"C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

>> Compilation failure
subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
while processing function (unknown or file scope) file (unknown) line 0

This is caused by a defect in the TI C/C++ Parser.
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.
Include the .pp file created by option --preproc_with_comment

gmake: *** [F2837xD_Adc.obj] Error 1
gmake: Target 'all' not remade because of errors.

**** Build Finished ****

 


I have looked through several forum posts in the past 7 days but could not find a solution to it. Could anyone help me with this?

- In advance, thank you for taking the time!

  • Caniggia Viana said:

    I am trying to go through the 1-day workshop provided by TI at https://training.ti.com/c2000-f2837xd-microcontroller-1-day-workshop-series?context=1134645

    I am using CSS v10. When trying to run the lab6 exercise (I can copy and paste any files, if necessary) I encounter an error.

    I am a bit confused. I don't see a Lab6 in that 1-day workshop material that you pointed to. Maybe I am looking in the wrong place? Could you please clarify which project you are trying to build and point us to the relevant part of the workshop material? 

    I also see your build output includes multiple builds of multiple projects. Again I am not clear what the specific issue is that you are needing help with. Please build one project at a time (instead of building all projects in a workspace) and provide additional details or point us to the exact project you are having trouble with.

  • Hey,

    First of all, thank you for taking the time!

    Second, you can find the project at https://training.ti.com/c2000-f2837xd-microcontroller-workshop under the "Workshop Materials - Revision 2.0 January 2018" section, in the link named "Solution Files" 

    Third, you are right! I didn't notice the build logs of each time I compiled were there. Here is only one build log:


    **** Build of configuration Debug for project Lab6 ****

    "C:\\ti\\ccs1000\\ccs\\utils\\bin\\gmake" -k -j 8 all -O

    Building file: "../F2837xD_Adc.c"
    Invoking: C2000 Compiler
    "C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/bin/cl2000" -v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 --vcu_support=vcu2 --include_path="C:/C28x/Labs/Lab6/cpu01" --include_path="C:/C28x/Labs/F2837xD_headers/include" --include_path="C:/C28x/Labs/Lab_common/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 -g --diag_warning=225 --diag_wrap=off --preproc_with_compile --preproc_dependency="F2837xD_Adc.d_raw" "../F2837xD_Adc.c"

    >> Compilation failure
    subdir_rules.mk:9: recipe for target 'F2837xD_Adc.obj' failed

    INTERNAL ERROR: C:\ti\ccs1000\ccs\tools\compiler\ti-cgt-c2000_20.2.0.LTS\bin\ac2000.exe experienced a segmentation fault
    while processing function (unknown or file scope) file (unknown) line 0

    This is caused by a defect in the TI C/C++ Parser.
    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.
    Include the .pp file created by option --preproc_with_comment

    gmake: *** [F2837xD_Adc.obj] Error 1
    gmake: Target 'all' not remade because of errors.

    **** Build Finished ****

    -Caniggia

  • Thank you for the details. I see the issue now and can reproduce it as well.

    The internal error generated here is due to a compiler bug in version 20.2.0.LTS of the compiler tools (the version that comes default with CCSv10). The bug is fixed in an updated release - v20.2.1.LTS. Please follow the steps below to install the compiler tools update and set your project to use the updated version. That should fix the build error.

    To install v20.2.1.LTS of the compiler tools, go to Help->Check for Updates, select the C2000 Compiler Tools 20.2.1.LTS (you can de-select other updates if you do not need them) and go through the installation.
    After it completes restart CCS.
    Go to Window->Preferences->Code Composer Studio->Build->Compilers and click Refresh - this should add C2000 20.2.1.LTS to the "Discovered tools" list. Normally this step would happen automatically but in CCSv10 there is a bug that requires this step to be manually done.
    Go to Project Properties->General, and set the Compiler version field to be 20.2.1.LTS.
    Rebuild project.

  • In reply to AartiG:

    Thank you so much for looking into this. 

    It fully solved my issue. Also, I'd never find it on my own.

    Cheers,

    -Caniggia