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.

new C2000 6.2.8 compiler problem

I just updated to the latest C2000 compiler (6.2.8).

When I compile with 6.2.7, it compiles fine without any warnings or errors.

However, with 6.2.8, it won't compile and fails to give any details about what went wrong (unless I'm not seeing it).

FYI, I changed project name to 'proj' and the path to protect IP information

**** Build of configuration Typhoon for project proj ****

"c:\\ti\\ccsv6\\utils\\bin\\gmake" -k all 
'Building file: ../Source/Adc.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Adc.pp" --obj_directory="Source"  "../Source/Adc.c"
'Finished building: ../Source/Adc.c'
' '
'Building file: ../Source/Calibrate.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Calibrate.pp" --obj_directory="Source"  "../Source/Calibrate.c"
'Finished building: ../Source/Calibrate.c'
' '
'Building file: ../Source/Cla.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Cla.pp" --obj_directory="Source"  "../Source/Cla.c"
'Finished building: ../Source/Cla.c'
' '
'Building file: ../Source/ClaTasks.cla'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/ClaTasks.pp" --obj_directory="Source"  "../Source/ClaTasks.cla"
'Finished building: ../Source/ClaTasks.cla'
' '
'Building file: ../Source/CodeStartBranch.asm'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/CodeStartBranch.pp" --obj_directory="Source"  "../Source/CodeStartBranch.asm"
'Finished building: ../Source/CodeStartBranch.asm'
' '
'Building file: ../Source/DefaultIsr.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/DefaultIsr.pp" --obj_directory="Source"  "../Source/DefaultIsr.c"
'Finished building: ../Source/DefaultIsr.c'
' '
'Building file: ../Source/DelayUs.asm'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/DelayUs.pp" --obj_directory="Source"  "../Source/DelayUs.asm"
'Finished building: ../Source/DelayUs.asm'
' '
'Building file: ../Source/Dma.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Dma.pp" --obj_directory="Source"  "../Source/Dma.c"
'Finished building: ../Source/Dma.c'
' '
'Building file: ../Source/EEPROM.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/EEPROM.pp" --obj_directory="Source"  "../Source/EEPROM.c"
'Finished building: ../Source/EEPROM.c'
' '
'Building file: ../Source/EPwm.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/EPwm.pp" --obj_directory="Source"  "../Source/EPwm.c"
'Finished building: ../Source/EPwm.c'
' '
'Building file: ../Source/F2806x_GlobalVariableDefs.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/F2806x_GlobalVariableDefs.pp" --obj_directory="Source"  "../Source/F2806x_GlobalVariableDefs.c"
'Finished building: ../Source/F2806x_GlobalVariableDefs.c'
' '
'Building file: ../Source/Flash.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Flash.pp" --obj_directory="Source"  "../Source/Flash.c"
'Finished building: ../Source/Flash.c'
' '
'Building file: ../Source/Gpio.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Gpio.pp" --obj_directory="Source"  "../Source/Gpio.c"
'Finished building: ../Source/Gpio.c'
' '
'Building file: ../Source/Main.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Main.pp" --obj_directory="Source"  "../Source/Main.c"
'Finished building: ../Source/Main.c'
' '
'Building file: ../Source/Passwords.asm'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Passwords.pp" --obj_directory="Source"  "../Source/Passwords.asm"
'Finished building: ../Source/Passwords.asm'
' '
'Building file: ../Source/PieCtrl.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/PieCtrl.pp" --obj_directory="Source"  "../Source/PieCtrl.c"
'Finished building: ../Source/PieCtrl.c'
' '
'Building file: ../Source/PieVect.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/PieVect.pp" --obj_directory="Source"  "../Source/PieVect.c"
'Finished building: ../Source/PieVect.c'
' '
'Building file: ../Source/Sci.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Sci.pp" --obj_directory="Source"  "../Source/Sci.c"
'Finished building: ../Source/Sci.c'
' '
'Building file: ../Source/Shell.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Shell.pp" --obj_directory="Source"  "../Source/Shell.c"
'Finished building: ../Source/Shell.c'
' '
'Building file: ../Source/SysCtrl.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/SysCtrl.pp" --obj_directory="Source"  "../Source/SysCtrl.c"
'Finished building: ../Source/SysCtrl.c'
' '
'Building file: ../Source/Watchdog.c'
'Invoking: C2000 Compiler'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict --include_path="c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" --include_path="C:/mypath/to/proj/lib/FPU/include" --include_path="C:/mypath/to/proj/lib/FlashAPI/include" --include_path="C:/mypath/to/proj/lib/VCU/include" --include_path="C:/mypath/to/proj/lib/FPUfastRTS/include" --include_path="C:/mypath/to/proj/lib/CLAmath/include" --include_path="C:/mypath/to/proj/F2806x_headers/include" --include_path="C:/mypath/to/proj/lib/SFO/include" --include_path="C:/mypath/to/proj/lib/IQmath/include" --include_path="C:/mypath/to/proj/Header" -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full --preproc_with_compile --preproc_dependency="Source/Watchdog.pp" --obj_directory="Source"  "../Source/Watchdog.c"
'Finished building: ../Source/Watchdog.c'
' '
'Building target: proj.out'
'Invoking: C2000 Linker'
"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/bin/cl2000" -v28 -ml -mt --cla_support=cla0 --float_support=fpu32 --vcu_support=vcu0 -Ooff --fp_reassoc=off --fp_mode=strict -g --define=__TMS320C28XX_CLA0__ --define=TYPHOON --diag_warning=225 --display_error_number --diag_wrap=off --printf_support=full -z -m"proj.map" --heap_size=0x400 --stack_size=0x400 --warn_sections -i"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/lib" -i"c:/ti/ccsv6/tools/compiler/c2000_6.2.8/include" -i"C:/mypath/to/proj/lib/FPU/lib" -i"C:/mypath/to/proj/lib/VCU/lib" -i"C:/mypath/to/proj/lib/FlashAPI/lib" -i"C:/mypath/to/proj/lib/SFO/lib" -i"C:/mypath/to/proj/lib/FPUfastRTS/lib" -i"C:/mypath/to/proj/lib/CLAmath/lib" -i"C:/mypath/to/proj/lib/IQmath/lib" --reread_libs --define=__TMS320C28XX_CLA0__ --define=TYPHOON --display_error_number --diag_wrap=off --xml_link_info="proj_linkInfo.xml" --rom_model -o "proj.out"  -l"rts2800_fpu32_fast_supplement.lib" -l"rts2800_fpu32.lib" "./Source/Adc.obj" "./Source/Calibrate.obj" "./Source/Cla.obj" "./Source/ClaTasks.obj" "./Source/CodeStartBranch.obj" "./Source/DefaultIsr.obj" "./Source/DelayUs.obj" "./Source/Dma.obj" "./Source/EEPROM.obj" "./Source/EPwm.obj" "./Source/F2806x_GlobalVariableDefs.obj" "./Source/Flash.obj" "./Source/Gpio.obj" "./Source/Main.obj" "./Source/Passwords.obj" "./Source/PieCtrl.obj" "./Source/PieVect.obj" "./Source/Sci.obj" "./Source/Shell.obj" "./Source/SysCtrl.obj" "./Source/Watchdog.obj" "../proj.cmd" "../F2806x_Headers_nonBIOS.cmd" "../lib/VCU/lib/c28x_vcu0_crcTables_library_fpu32.lib" "../lib/VCU/lib/c28x_vcu0_library_fpu32.lib" "../lib/SFO/lib/SFO_TI_Build_V6b_FPU.lib" "../lib/IQmath/lib/IQmath_fpu32.lib" "../lib/FlashAPI/lib/2806x_BootROM_API_TABLE_Symbols_fpu32.lib" "../lib/FPUfastRTS/lib/rts2800_fpu32_fast_supplement.lib" "../lib/FPU/lib/c28x_fpu_dsp_library.lib" "../lib/CLAmath/lib/cla0_math_library_fpu32.lib" -l"c28x_vcu0_library_fpu32.lib" -l"c28x_fpu_dsp_library.lib" -l"c28x_vcu0_crcTables_library_fpu32.lib" -l"2806x_BootROM_API_TABLE_Symbols_fpu32.lib" -l"cla0_math_library_fpu32.lib" -l"SFO_TI_Build_V6b_FPU.lib" -l"IQmath_fpu32.lib" 
<Linking>

INTERNAL ERROR: c:\ti\ccsv6\tools\compiler\c2000_6.2.8\bin\lnk2000.exe experienced an unhandled exception

This is a serious problem.  Please contact Customer
Support with this message and a copy of the input file
and help us to continue to make the tools more robust.


>> Compilation failure
gmake: *** [proj.out] Error 1
gmake: Target `all' not remade because of errors.

**** Build Finished ****