Other Parts Discussed in Thread: CONTROLSUITE
Tool/software: Code Composer Studio
Sir,
I have read pdf file spruhh2b.pdf (Lab 1: Guide for creating portable projects in C2000) and created in GCC, CPUTimer project.
On compiling, I received following Error, Marked in GREEN.
**** Build of configuration Debug for project CPUTimer ****
"C:\\ti\\ccs900\\ccs\\utils\\bin\\gmake" -k -j 8 all -O
Building file: "../DSP2802x_CpuTimers.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_CpuTimers.d_raw" "../DSP2802x_CpuTimers.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_CpuTimers.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_CpuTimers.c".
Compilation terminated.
gmake: *** [DSP2802x_CpuTimers.obj] Error 1
Building file: "../DSP2802x_DefaultIsr.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_DefaultIsr.d_raw" "../DSP2802x_DefaultIsr.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_DefaultIsr.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_DefaultIsr.c".
Compilation terminated.
gmake: *** [DSP2802x_DefaultIsr.obj] Error 1
Building file: "../DSP2802x_GlobalVariableDefs.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_GlobalVariableDefs.d_raw" "../DSP2802x_GlobalVariableDefs.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_GlobalVariableDefs.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_GlobalVariableDefs.c".
Compilation terminated.
gmake: *** [DSP2802x_GlobalVariableDefs.obj] Error 1
Building file: "../DSP2802x_CodeStartBranch.asm"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_CodeStartBranch.d_raw" "../DSP2802x_CodeStartBranch.asm"
Finished building: "../DSP2802x_CodeStartBranch.asm"
Building file: "../DSP2802x_Gpio.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_Gpio.d_raw" "../DSP2802x_Gpio.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_Gpio.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_Gpio.c".
Compilation terminated.
gmake: *** [DSP2802x_Gpio.obj] Error 1
Building file: "../DSP2802x_PieCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_PieCtrl.d_raw" "../DSP2802x_PieCtrl.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_PieCtrl.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_PieCtrl.c".
Compilation terminated.
gmake: *** [DSP2802x_PieCtrl.obj] Error 1
Building file: "../DSP2802x_PieVect.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_PieVect.d_raw" "../DSP2802x_PieVect.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_PieVect.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_PieVect.c".
Compilation terminated.
gmake: *** [DSP2802x_PieVect.obj] Error 1
Building file: "../DSP2802x_SysCtrl.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_SysCtrl.d_raw" "../DSP2802x_SysCtrl.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'DSP2802x_SysCtrl.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../DSP2802x_SysCtrl.c".
Compilation terminated.
gmake: *** [DSP2802x_SysCtrl.obj] Error 1
Building file: "../Example_2802xCpuTimer.c"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="Example_2802xCpuTimer.d_raw" "../Example_2802xCpuTimer.c"
>> Compilation failure
subdir_rules.mk:16: recipe for target 'Example_2802xCpuTimer.obj' failed
Command-line error #1966: cannot open source file "C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include": Invalid argument
1 catastrophic error detected in the compilation of "../Example_2802xCpuTimer.c".
Compilation terminated.
gmake: *** [Example_2802xCpuTimer.obj] Error 1
Building file: "../DSP2802x_usDelay.asm"
Invoking: C2000 Compiler
"C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/bin/cl2000" -v28 -ml -mt --include_path="C:/Users/vgson/workspace_v9/CPUTimer" --include_path="C:/ti/ccs900/ccs/tools/compiler/ti-cgt-c2000_18.12.1.LTS/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_headers/include" --preinclude="C:/ti/controlSUITE/device_support/f2802x/v129/DSP2802x_common/include" -g --diag_warning=225 --diag_wrap=off --display_error_number --abi=coffabi --preproc_with_compile --preproc_dependency="DSP2802x_usDelay.d_raw" "../DSP2802x_usDelay.asm"
Finished building: "../DSP2802x_usDelay.asm"
gmake: Target 'all' not remade because of errors.
**** Build Finished ****