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 ****