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!