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.

Compiler: C/C++ compiler wont compile with c2000 launchpad tms320f28379d

Other Parts Discussed in Thread: C2000WARE

Tool/software: TI C/C++ Compiler

I am trying to run just a simple project with the c2000 launch pad and I keep getting this error.

I have included the c2000 ware folders from common/header includes and source files as well.


**** Build of configuration Debug for project Display_Senior ****

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

Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_CodeStartBranch.d_raw" --obj_directory="Common" "../Common/F2837xD_CodeStartBranch.asm"
Finished building: "../Common/F2837xD_CodeStartBranch.asm"

Building file: "../Common/F2837xD_DBGIER.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_DBGIER.d_raw" --obj_directory="Common" "../Common/F2837xD_DBGIER.asm"
Finished building: "../Common/F2837xD_DBGIER.asm"

Building file: "../Common/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Adc.d_raw" --obj_directory="Common" "../Common/F2837xD_Adc.c"

>> Compilation failure
Common/subdir_rules.mk:9: recipe for target 'Common/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: *** [Common/F2837xD_Adc.obj] Error 1
Building file: "../Common/F2837xD_CpuTimers.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_CpuTimers.d_raw" --obj_directory="Common" "../Common/F2837xD_CpuTimers.c"
Finished building: "../Common/F2837xD_CpuTimers.c"

Building file: "../main.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="main.d_raw" "../main.c"
Finished building: "../main.c"

Building file: "../Common/F2837xD_DefaultISR.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_DefaultISR.d_raw" --obj_directory="Common" "../Common/F2837xD_DefaultISR.c"
Finished building: "../Common/F2837xD_DefaultISR.c"

Building file: "../Common/F2837xD_Dma.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Dma.d_raw" --obj_directory="Common" "../Common/F2837xD_Dma.c"
Finished building: "../Common/F2837xD_Dma.c"

Building file: "../Common/F2837xD_EPwm.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_EPwm.d_raw" --obj_directory="Common" "../Common/F2837xD_EPwm.c"
Finished building: "../Common/F2837xD_EPwm.c"

Building file: "../Common/F2837xD_ECap.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_ECap.d_raw" --obj_directory="Common" "../Common/F2837xD_ECap.c"
Finished building: "../Common/F2837xD_ECap.c"

Building file: "../Common/F2837xD_EQep.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_EQep.d_raw" --obj_directory="Common" "../Common/F2837xD_EQep.c"
Finished building: "../Common/F2837xD_EQep.c"

Building file: "../Common/F2837xD_Emif.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Emif.d_raw" --obj_directory="Common" "../Common/F2837xD_Emif.c"
Finished building: "../Common/F2837xD_Emif.c"

Building file: "../Common/F2837xD_Ipc.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc.c"
Finished building: "../Common/F2837xD_Ipc.c"

Building file: "../Common/F2837xD_I2C.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_I2C.d_raw" --obj_directory="Common" "../Common/F2837xD_I2C.c"
Finished building: "../Common/F2837xD_I2C.c"

Building file: "../Common/F2837xD_Ipc_Driver.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc_Driver.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc_Driver.c"
Finished building: "../Common/F2837xD_Ipc_Driver.c"

Building file: "../Common/F2837xD_Ipc_Driver_Lite.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc_Driver_Lite.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc_Driver_Lite.c"
Finished building: "../Common/F2837xD_Ipc_Driver_Lite.c"

Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_PieCtrl.d_raw" --obj_directory="Common" "../Common/F2837xD_PieCtrl.c"
Finished building: "../Common/F2837xD_PieCtrl.c"

Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Gpio.d_raw" --obj_directory="Common" "../Common/F2837xD_Gpio.c"
Finished building: "../Common/F2837xD_Gpio.c"

Building file: "../Common/F2837xD_Ipc_Driver_Util.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc_Driver_Util.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc_Driver_Util.c"
Finished building: "../Common/F2837xD_Ipc_Driver_Util.c"

Building file: "../Common/F2837xD_Mcbsp.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Mcbsp.d_raw" --obj_directory="Common" "../Common/F2837xD_Mcbsp.c"
Finished building: "../Common/F2837xD_Mcbsp.c"

Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_PieVect.d_raw" --obj_directory="Common" "../Common/F2837xD_PieVect.c"
Finished building: "../Common/F2837xD_PieVect.c"

Building file: "../Common/F2837xD_Sci.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Sci.d_raw" --obj_directory="Common" "../Common/F2837xD_Sci.c"
Finished building: "../Common/F2837xD_Sci.c"

Building file: "../Common/F2837xD_SWPrioritizedPieVect.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_SWPrioritizedPieVect.d_raw" --obj_directory="Common" "../Common/F2837xD_SWPrioritizedPieVect.c"
Finished building: "../Common/F2837xD_SWPrioritizedPieVect.c"

Building file: "../Common/F2837xD_TempSensorConv.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_TempSensorConv.d_raw" --obj_directory="Common" "../Common/F2837xD_TempSensorConv.c"

>> Compilation failure
Common/subdir_rules.mk:9: recipe for target 'Common/F2837xD_TempSensorConv.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: *** [Common/F2837xD_TempSensorConv.obj] Error 1
Building file: "../Common/F2837xD_can.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_can.d_raw" --obj_directory="Common" "../Common/F2837xD_can.c"
Finished building: "../Common/F2837xD_can.c"

Building file: "../Common/F2837xD_Spi.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Spi.d_raw" --obj_directory="Common" "../Common/F2837xD_Spi.c"
Finished building: "../Common/F2837xD_Spi.c"

Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_SysCtrl.d_raw" --obj_directory="Common" "../Common/F2837xD_SysCtrl.c"
"../Common/F2837xD_SysCtrl.c", line 840 (col. 47): advice #2615-D: (Performance) Use --fp_mode=relaxed to enable TMU hardware support for FP division.
Finished building: "../Common/F2837xD_SysCtrl.c"

Building file: "../Common/F2837xD_usDelay.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_usDelay.d_raw" --obj_directory="Common" "../Common/F2837xD_usDelay.asm"
Finished building: "../Common/F2837xD_usDelay.asm"

Building file: "../Common/device.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/device.d_raw" --obj_directory="Common" "../Common/device.c"

>> Compilation failure
Common/subdir_rules.mk:9: recipe for target 'Common/device.obj' failed
"C:\ti\c2000\C2000Ware_3_03_00_00\device_support\f2837xd\common\include\driverlib.h", line 45: fatal error #1965: cannot open source file "inc/hw_memmap.h"
1 catastrophic error detected in the compilation of "../Common/device.c".
Compilation terminated.
gmake: *** [Common/device.obj] Error 1
Building file: "../Common/F2837xD_sci_io.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_sci_io.d_raw" --obj_directory="Common" "../Common/F2837xD_sci_io.c"
Finished building: "../Common/F2837xD_sci_io.c"

Building file: "../driverlib/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/adc.d_raw" --obj_directory="driverlib" "../driverlib/adc.c"

>> Compilation failure
driverlib/subdir_rules.mk:9: recipe for target 'driverlib/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: *** [driverlib/adc.obj] Error 1
Building file: "../Common/F2837xD_Upp.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Upp.d_raw" --obj_directory="Common" "../Common/F2837xD_Upp.c"
Finished building: "../Common/F2837xD_Upp.c"

Building file: "../Common/F2837xD_struct.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_struct.d_raw" --obj_directory="Common" "../Common/F2837xD_struct.c"
Finished building: "../Common/F2837xD_struct.c"

Building file: "../driverlib/cputimer.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/cputimer.d_raw" --obj_directory="driverlib" "../driverlib/cputimer.c"
Finished building: "../driverlib/cputimer.c"

Building file: "../driverlib/interrupt.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/interrupt.d_raw" --obj_directory="driverlib" "../driverlib/interrupt.c"
Finished building: "../driverlib/interrupt.c"

Building file: "../Common/F2837xD_sdfm_drivers.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_sdfm_drivers.d_raw" --obj_directory="Common" "../Common/F2837xD_sdfm_drivers.c"
Finished building: "../Common/F2837xD_sdfm_drivers.c"

Building file: "../Header/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=all --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Header/F2837xD_GlobalVariableDefs.d_raw" --obj_directory="Header" "../Header/F2837xD_GlobalVariableDefs.c"
Finished building: "../Header/F2837xD_GlobalVariableDefs.c"

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

**** Build Finished ****

  • You are experiencing the problem discussed in this forum thread.  The solution is to upgrade to the latest version of the C28x compiler, which is presently version 20.2.2.LTS.

    Thanks and regards,

    -George

  • Hi George, 

         Thank you for your reply. I have upgraded my compiler (it shows that there's no updates available now) and I changed my performance advisor to none. I also downloaded the code generation compiler tools. Unfortunately, I am still running into some errors: 

    #10010 errors encountered during linking; "Display_Senior.out" not built
    #10056 symbol "_InitPieVectTable" redefined: first defined in "./Common/F2837xD_PieVect.obj"; redefined in "./Common/F2837xD_SWPrioritizedPieVect.obj"
    #10056 symbol "_PieVectTableInit" redefined: first defined in "./Common/F2837xD_PieVect.obj"; redefined in "./Common/F2837xD_SWPrioritizedPieVect.obj"
    gmake: *** [all] Error 2
    gmake[1]: *** [Display_Senior.out] Error 1

  • Lauren,

    Can you send full compiler log now after updating the compiler?

  • Hi Santosh, 

        Here you go:


    **** Clean-only build of configuration Debug for project Display_Senior ****

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

    DEL /F "Display_Senior.hex" "Display_Senior.out"
    DEL /F "main.obj" "Common\F2837xD_Adc.obj" "Common\F2837xD_CodeStartBranch.obj" "Common\F2837xD_CpuTimers.obj" "Common\F2837xD_DBGIER.obj" "Common\F2837xD_DefaultISR.obj" "Common\F2837xD_Dma.obj" "Common\F2837xD_ECap.obj" "Common\F2837xD_EPwm.obj" "Common\F2837xD_EQep.obj" "Common\F2837xD_Emif.obj" "Common\F2837xD_Gpio.obj" "Common\F2837xD_I2C.obj" "Common\F2837xD_Ipc.obj" "Common\F2837xD_Ipc_Driver.obj" "Common\F2837xD_Ipc_Driver_Lite.obj" "Common\F2837xD_Ipc_Driver_Util.obj" "Common\F2837xD_Mcbsp.obj" "Common\F2837xD_PieCtrl.obj" "Common\F2837xD_PieVect.obj" "Common\F2837xD_Sci.obj" "Common\F2837xD_Spi.obj" "Common\F2837xD_SysCtrl.obj" "Common\F2837xD_TempSensorConv.obj" "Common\F2837xD_Upp.obj" "Common\F2837xD_can.obj" "Common\F2837xD_sci_io.obj" "Common\F2837xD_sdfm_drivers.obj" "Common\F2837xD_struct.obj" "Common\F2837xD_usDelay.obj" "Common\device.obj" "Header\F2837xD_GlobalVariableDefs.obj" "driverlib\adc.obj" "driverlib\asysctl.obj" "driverlib\can.obj" "driverlib\cla.obj" "driverlib\clb.obj"
    DEL /F "driverlib\cmpss.obj" "driverlib\cputimer.obj" "driverlib\dac.obj" "driverlib\dcsm.obj" "driverlib\dma.obj" "driverlib\ecap.obj" "driverlib\emif.obj" "driverlib\epwm.obj" "driverlib\eqep.obj" "driverlib\flash.obj" "driverlib\gpio.obj" "driverlib\hrpwm.obj" "driverlib\i2c.obj" "driverlib\interrupt.obj" "driverlib\mcbsp.obj" "driverlib\memcfg.obj" "driverlib\sci.obj" "driverlib\sdfm.obj" "driverlib\spi.obj" "driverlib\sysctl.obj" "driverlib\upp.obj" "driverlib\usb.obj" "driverlib\version.obj" "driverlib\xbar.obj"
    DEL /F "main.d" "Common\F2837xD_Adc.d" "Common\F2837xD_CpuTimers.d" "Common\F2837xD_DefaultISR.d" "Common\F2837xD_Dma.d" "Common\F2837xD_ECap.d" "Common\F2837xD_EPwm.d" "Common\F2837xD_EQep.d" "Common\F2837xD_Emif.d" "Common\F2837xD_Gpio.d" "Common\F2837xD_I2C.d" "Common\F2837xD_Ipc.d" "Common\F2837xD_Ipc_Driver.d" "Common\F2837xD_Ipc_Driver_Lite.d" "Common\F2837xD_Ipc_Driver_Util.d" "Common\F2837xD_Mcbsp.d" "Common\F2837xD_PieCtrl.d" "Common\F2837xD_PieVect.d" "Common\F2837xD_Sci.d" "Common\F2837xD_Spi.d" "Common\F2837xD_SysCtrl.d" "Common\F2837xD_TempSensorConv.d" "Common\F2837xD_Upp.d" "Common\F2837xD_can.d" "Common\F2837xD_sci_io.d" "Common\F2837xD_sdfm_drivers.d" "Common\F2837xD_struct.d" "Common\device.d" "Header\F2837xD_GlobalVariableDefs.d" "driverlib\adc.d" "driverlib\asysctl.d" "driverlib\can.d" "driverlib\cla.d" "driverlib\clb.d" "driverlib\cmpss.d" "driverlib\cputimer.d" "driverlib\dac.d" "driverlib\dcsm.d" "driverlib\dma.d" "driverlib\ecap.d" "driverlib\emif.d" "driverlib\epwm.d"
    DEL /F "driverlib\eqep.d" "driverlib\flash.d" "driverlib\gpio.d" "driverlib\hrpwm.d" "driverlib\i2c.d" "driverlib\interrupt.d" "driverlib\mcbsp.d" "driverlib\memcfg.d" "driverlib\sci.d" "driverlib\sdfm.d" "driverlib\spi.d" "driverlib\sysctl.d" "driverlib\upp.d" "driverlib\usb.d" "driverlib\version.d" "driverlib\xbar.d"
    DEL /F "Common\F2837xD_CodeStartBranch.d" "Common\F2837xD_DBGIER.d" "Common\F2837xD_usDelay.d"
    Could Not Find C:\Users\laure\workspace_v10\Display_Senior\Debug\Common\F2837xD_CodeStartBranch.d
    Finished clean

    **** Build Finished ****

    **** Build of configuration Debug for project Display_Senior ****

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

    Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_CodeStartBranch.d_raw" --obj_directory="Common" "../Common/F2837xD_CodeStartBranch.asm"
    Finished building: "../Common/F2837xD_CodeStartBranch.asm"

    Building file: "../Common/F2837xD_DBGIER.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_DBGIER.d_raw" --obj_directory="Common" "../Common/F2837xD_DBGIER.asm"
    Finished building: "../Common/F2837xD_DBGIER.asm"

    Building file: "../Common/F2837xD_CpuTimers.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_CpuTimers.d_raw" --obj_directory="Common" "../Common/F2837xD_CpuTimers.c"
    Finished building: "../Common/F2837xD_CpuTimers.c"

    Building file: "../Common/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Adc.d_raw" --obj_directory="Common" "../Common/F2837xD_Adc.c"
    Finished building: "../Common/F2837xD_Adc.c"

    Building file: "../Common/F2837xD_DefaultISR.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_DefaultISR.d_raw" --obj_directory="Common" "../Common/F2837xD_DefaultISR.c"
    Finished building: "../Common/F2837xD_DefaultISR.c"

    Building file: "../main.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="main.d_raw" "../main.c"
    Finished building: "../main.c"

    Building file: "../Common/F2837xD_Dma.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Dma.d_raw" --obj_directory="Common" "../Common/F2837xD_Dma.c"
    Finished building: "../Common/F2837xD_Dma.c"

    Building file: "../Common/F2837xD_EQep.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_EQep.d_raw" --obj_directory="Common" "../Common/F2837xD_EQep.c"
    Finished building: "../Common/F2837xD_EQep.c"

    Building file: "../Common/F2837xD_EPwm.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_EPwm.d_raw" --obj_directory="Common" "../Common/F2837xD_EPwm.c"
    Finished building: "../Common/F2837xD_EPwm.c"

    Building file: "../Common/F2837xD_ECap.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_ECap.d_raw" --obj_directory="Common" "../Common/F2837xD_ECap.c"
    Finished building: "../Common/F2837xD_ECap.c"

    Building file: "../Common/F2837xD_Emif.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Emif.d_raw" --obj_directory="Common" "../Common/F2837xD_Emif.c"
    Finished building: "../Common/F2837xD_Emif.c"

    Building file: "../Common/F2837xD_Ipc.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc.c"
    Finished building: "../Common/F2837xD_Ipc.c"

    Building file: "../Common/F2837xD_I2C.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_I2C.d_raw" --obj_directory="Common" "../Common/F2837xD_I2C.c"
    Finished building: "../Common/F2837xD_I2C.c"

    Building file: "../Common/F2837xD_Ipc_Driver.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc_Driver.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc_Driver.c"
    Finished building: "../Common/F2837xD_Ipc_Driver.c"

    Building file: "../Common/F2837xD_Ipc_Driver_Lite.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc_Driver_Lite.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc_Driver_Lite.c"
    Finished building: "../Common/F2837xD_Ipc_Driver_Lite.c"

    Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Gpio.d_raw" --obj_directory="Common" "../Common/F2837xD_Gpio.c"
    Finished building: "../Common/F2837xD_Gpio.c"

    Building file: "../Common/F2837xD_Mcbsp.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Mcbsp.d_raw" --obj_directory="Common" "../Common/F2837xD_Mcbsp.c"
    Finished building: "../Common/F2837xD_Mcbsp.c"

    Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_PieCtrl.d_raw" --obj_directory="Common" "../Common/F2837xD_PieCtrl.c"
    Finished building: "../Common/F2837xD_PieCtrl.c"

    Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_PieVect.d_raw" --obj_directory="Common" "../Common/F2837xD_PieVect.c"
    Finished building: "../Common/F2837xD_PieVect.c"

    Building file: "../Common/F2837xD_Ipc_Driver_Util.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Ipc_Driver_Util.d_raw" --obj_directory="Common" "../Common/F2837xD_Ipc_Driver_Util.c"
    Finished building: "../Common/F2837xD_Ipc_Driver_Util.c"

    Building file: "../Common/F2837xD_SWPrioritizedPieVect.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_SWPrioritizedPieVect.d_raw" --obj_directory="Common" "../Common/F2837xD_SWPrioritizedPieVect.c"
    Finished building: "../Common/F2837xD_SWPrioritizedPieVect.c"

    Building file: "../Common/F2837xD_Sci.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Sci.d_raw" --obj_directory="Common" "../Common/F2837xD_Sci.c"
    Finished building: "../Common/F2837xD_Sci.c"

    Building file: "../Common/F2837xD_Spi.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Spi.d_raw" --obj_directory="Common" "../Common/F2837xD_Spi.c"
    Finished building: "../Common/F2837xD_Spi.c"

    Building file: "../Common/F2837xD_TempSensorConv.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_TempSensorConv.d_raw" --obj_directory="Common" "../Common/F2837xD_TempSensorConv.c"
    Finished building: "../Common/F2837xD_TempSensorConv.c"

    Building file: "../Common/F2837xD_can.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_can.d_raw" --obj_directory="Common" "../Common/F2837xD_can.c"
    Finished building: "../Common/F2837xD_can.c"

    Building file: "../Common/F2837xD_sci_io.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_sci_io.d_raw" --obj_directory="Common" "../Common/F2837xD_sci_io.c"
    Finished building: "../Common/F2837xD_sci_io.c"

    Building file: "../Common/F2837xD_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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_SysCtrl.d_raw" --obj_directory="Common" "../Common/F2837xD_SysCtrl.c"
    Finished building: "../Common/F2837xD_SysCtrl.c"

    Building file: "../Common/F2837xD_Upp.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_Upp.d_raw" --obj_directory="Common" "../Common/F2837xD_Upp.c"
    Finished building: "../Common/F2837xD_Upp.c"

    Building file: "../Common/F2837xD_usDelay.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_usDelay.d_raw" --obj_directory="Common" "../Common/F2837xD_usDelay.asm"
    Finished building: "../Common/F2837xD_usDelay.asm"

    Building file: "../Common/F2837xD_struct.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_struct.d_raw" --obj_directory="Common" "../Common/F2837xD_struct.c"
    Finished building: "../Common/F2837xD_struct.c"

    Building file: "../driverlib/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/adc.d_raw" --obj_directory="driverlib" "../driverlib/adc.c"
    Finished building: "../driverlib/adc.c"

    Building file: "../Common/F2837xD_sdfm_drivers.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/F2837xD_sdfm_drivers.d_raw" --obj_directory="Common" "../Common/F2837xD_sdfm_drivers.c"
    Finished building: "../Common/F2837xD_sdfm_drivers.c"

    Building file: "../driverlib/asysctl.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/asysctl.d_raw" --obj_directory="driverlib" "../driverlib/asysctl.c"
    Finished building: "../driverlib/asysctl.c"

    Building file: "../driverlib/cla.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/cla.d_raw" --obj_directory="driverlib" "../driverlib/cla.c"
    Finished building: "../driverlib/cla.c"

    Building file: "../driverlib/clb.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/clb.d_raw" --obj_directory="driverlib" "../driverlib/clb.c"
    Finished building: "../driverlib/clb.c"

    Building file: "../driverlib/can.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/can.d_raw" --obj_directory="driverlib" "../driverlib/can.c"
    Finished building: "../driverlib/can.c"

    Building file: "../driverlib/cmpss.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/cmpss.d_raw" --obj_directory="driverlib" "../driverlib/cmpss.c"
    Finished building: "../driverlib/cmpss.c"

    Building file: "../driverlib/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/dac.d_raw" --obj_directory="driverlib" "../driverlib/dac.c"
    Finished building: "../driverlib/dac.c"

    Building file: "../driverlib/cputimer.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/cputimer.d_raw" --obj_directory="driverlib" "../driverlib/cputimer.c"
    Finished building: "../driverlib/cputimer.c"

    Building file: "../driverlib/dma.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/dma.d_raw" --obj_directory="driverlib" "../driverlib/dma.c"
    Finished building: "../driverlib/dma.c"

    Building file: "../driverlib/dcsm.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/dcsm.d_raw" --obj_directory="driverlib" "../driverlib/dcsm.c"
    Finished building: "../driverlib/dcsm.c"

    Building file: "../driverlib/ecap.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/ecap.d_raw" --obj_directory="driverlib" "../driverlib/ecap.c"
    Finished building: "../driverlib/ecap.c"

    Building file: "../driverlib/emif.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/emif.d_raw" --obj_directory="driverlib" "../driverlib/emif.c"
    Finished building: "../driverlib/emif.c"

    Building file: "../driverlib/eqep.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/eqep.d_raw" --obj_directory="driverlib" "../driverlib/eqep.c"
    Finished building: "../driverlib/eqep.c"

    Building file: "../Common/device.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Common/device.d_raw" --obj_directory="Common" "../Common/device.c"
    Finished building: "../Common/device.c"

    Building file: "../driverlib/epwm.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/epwm.d_raw" --obj_directory="driverlib" "../driverlib/epwm.c"
    Finished building: "../driverlib/epwm.c"

    Building file: "../driverlib/flash.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/flash.d_raw" --obj_directory="driverlib" "../driverlib/flash.c"
    Finished building: "../driverlib/flash.c"

    Building file: "../Header/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Header/F2837xD_GlobalVariableDefs.d_raw" --obj_directory="Header" "../Header/F2837xD_GlobalVariableDefs.c"
    Finished building: "../Header/F2837xD_GlobalVariableDefs.c"

    Building file: "../driverlib/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/gpio.d_raw" --obj_directory="driverlib" "../driverlib/gpio.c"
    Finished building: "../driverlib/gpio.c"

    Building file: "../driverlib/hrpwm.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/hrpwm.d_raw" --obj_directory="driverlib" "../driverlib/hrpwm.c"
    Finished building: "../driverlib/hrpwm.c"

    Building file: "../driverlib/i2c.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/i2c.d_raw" --obj_directory="driverlib" "../driverlib/i2c.c"
    Finished building: "../driverlib/i2c.c"

    Building file: "../driverlib/interrupt.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/interrupt.d_raw" --obj_directory="driverlib" "../driverlib/interrupt.c"
    Finished building: "../driverlib/interrupt.c"

    Building file: "../driverlib/sci.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/sci.d_raw" --obj_directory="driverlib" "../driverlib/sci.c"
    Finished building: "../driverlib/sci.c"

    Building file: "../driverlib/memcfg.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/memcfg.d_raw" --obj_directory="driverlib" "../driverlib/memcfg.c"
    Finished building: "../driverlib/memcfg.c"

    Building file: "../driverlib/sdfm.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/sdfm.d_raw" --obj_directory="driverlib" "../driverlib/sdfm.c"
    Finished building: "../driverlib/sdfm.c"

    Building file: "../driverlib/spi.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/spi.d_raw" --obj_directory="driverlib" "../driverlib/spi.c"
    Finished building: "../driverlib/spi.c"

    Building file: "../driverlib/upp.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/upp.d_raw" --obj_directory="driverlib" "../driverlib/upp.c"
    Finished building: "../driverlib/upp.c"

    Building file: "../driverlib/sysctl.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/sysctl.d_raw" --obj_directory="driverlib" "../driverlib/sysctl.c"
    Finished building: "../driverlib/sysctl.c"

    Building file: "../driverlib/version.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/version.d_raw" --obj_directory="driverlib" "../driverlib/version.c"
    Finished building: "../driverlib/version.c"

    Building file: "../driverlib/mcbsp.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/mcbsp.d_raw" --obj_directory="driverlib" "../driverlib/mcbsp.c"
    Finished building: "../driverlib/mcbsp.c"

    Building file: "../driverlib/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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/xbar.d_raw" --obj_directory="driverlib" "../driverlib/xbar.c"
    Finished building: "../driverlib/xbar.c"

    Building file: "../driverlib/usb.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:/Users/laure/workspace_v10/Display_Senior" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/deprecated/third_party/fatfs" --include_path="C:/Users/laure/workspace_v10/Display_Senior/driverlib" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/common/include" --include_path="C:/ti/c2000/C2000Ware_3_03_00_00/device_support/f2837xd/headers/include" --include_path="C:/ti/ccs1000/ccs/tools/compiler/ti-cgt-c2000_20.2.0.LTS/include" --advice:performance=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="driverlib/usb.d_raw" --obj_directory="driverlib" "../driverlib/usb.c"
    Finished building: "../driverlib/usb.c"

    Building target: "Display_Senior.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=none --define=CPU1 --define=_LAUNCHXL_F28379D -g --c99 --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi -z -m"Display_Senior.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="Display_Senior_linkInfo.xml" --rom_model -o "Display_Senior.out" "./main.obj" "./Common/F2837xD_Adc.obj" "./Common/F2837xD_CodeStartBranch.obj" "./Common/F2837xD_CpuTimers.obj" "./Common/F2837xD_DBGIER.obj" "./Common/F2837xD_DefaultISR.obj" "./Common/F2837xD_Dma.obj" "./Common/F2837xD_ECap.obj" "./Common/F2837xD_EPwm.obj" "./Common/F2837xD_EQep.obj" "./Common/F2837xD_Emif.obj" "./Common/F2837xD_Gpio.obj" "./Common/F2837xD_I2C.obj" "./Common/F2837xD_Ipc.obj" "./Common/F2837xD_Ipc_Driver.obj" "./Common/F2837xD_Ipc_Driver_Lite.obj" "./Common/F2837xD_Ipc_Driver_Util.obj" "./Common/F2837xD_Mcbsp.obj" "./Common/F2837xD_PieCtrl.obj" "./Common/F2837xD_PieVect.obj" "./Common/F2837xD_SWPrioritizedPieVect.obj" "./Common/F2837xD_Sci.obj" "./Common/F2837xD_Spi.obj" "./Common/F2837xD_SysCtrl.obj" "./Common/F2837xD_TempSensorConv.obj" "./Common/F2837xD_Upp.obj" "./Common/F2837xD_can.obj" "./Common/F2837xD_sci_io.obj" "./Common/F2837xD_sdfm_drivers.obj" "./Common/F2837xD_struct.obj" "./Common/F2837xD_usDelay.obj" "./Common/device.obj" "./Header/F2837xD_GlobalVariableDefs.obj" "./driverlib/adc.obj" "./driverlib/asysctl.obj" "./driverlib/can.obj" "./driverlib/cla.obj" "./driverlib/clb.obj" "./driverlib/cmpss.obj" "./driverlib/cputimer.obj" "./driverlib/dac.obj" "./driverlib/dcsm.obj" "./driverlib/dma.obj" "./driverlib/ecap.obj" "./driverlib/emif.obj" "./driverlib/epwm.obj" "./driverlib/eqep.obj" "./driverlib/flash.obj" "./driverlib/gpio.obj" "./driverlib/hrpwm.obj" "./driverlib/i2c.obj" "./driverlib/interrupt.obj" "./driverlib/mcbsp.obj" "./driverlib/memcfg.obj" "./driverlib/sci.obj" "./driverlib/sdfm.obj" "./driverlib/spi.obj" "./driverlib/sysctl.obj" "./driverlib/upp.obj" "./driverlib/usb.obj" "./driverlib/version.obj" "./driverlib/xbar.obj" "../2837xD_RAM_lnk_cpu1.cmd" "../Header/F2837xD_Headers_nonBIOS_cpu1.cmd" "../driverlib/ccs/Debug/driverlib.lib" "../driverlib/ccs/Debug/driverlib_coff.lib" "../driverlib/ccs/Debug/driverlib_eabi.lib" "../driverlib/ccs/Release/driverlib.lib" "../driverlib/ccs/Release/driverlib_coff.lib" "../driverlib/ccs/Release/driverlib_eabi.lib" -llibc.a
    <Linking>
    warning #10373-D: library "../driverlib/ccs/Debug/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
    warning #10373-D: library "../driverlib/ccs/Release/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
    warning #10373-D: library "../driverlib/ccs/Debug/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
    warning #10373-D: library "../driverlib/ccs/Release/driverlib_eabi.lib" contains ELF object files which are incompatible with the TI-COFF output file. Ensure you are using the proper library.
    error #10056: symbol "_PieVectTableInit" redefined: first defined in "./Common/F2837xD_PieVect.obj"; redefined in "./Common/F2837xD_SWPrioritizedPieVect.obj"
    error #10056: symbol "_InitPieVectTable" redefined: first defined in "./Common/F2837xD_PieVect.obj"; redefined in "./Common/F2837xD_SWPrioritizedPieVect.obj"
    error #10010: errors encountered during linking; "Display_Senior.out" not built

    >> Compilation failure
    makefile:219: recipe for target 'Display_Senior.out' failed
    gmake[1]: *** [Display_Senior.out] Error 1
    makefile:215: recipe for target 'all' failed
    gmake: *** [all] Error 2

    **** Build Finished ****

    Thank you, 

    Lauren

  • Lauren,

    Is this your custom project or C2000ware example code? I see that it is linking wrong version of driverlib library and InitPieVectTable is defined twice.