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.

TMS32F28075 工程 编译出错make (e=2): 系统找不到指定的文件

TMS32F28075 工程 编译出错提示make (e=2): 系统找不到指定的文件;基本上工程里所有的.C文件都是gmake报错;

我的软件版本:Code Composer Studio 6.2.0 编译器:-v28 -ml -mt --cla_support=cla1 --float_support=fpu32 --tmu_support=tmu0 -O2 --fp_mode=relaxed --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_19.6.0.STS/include" --

请帮忙看下是否是编译器配置问题还是其他工程问题?

gmake: *** [Source/driverlib/systick.obj] Error 2
'Building file: ../Source/driverlib/uart.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -mt -ml --cla_support=cla1 --tmu_support=tmu0 --float_support=fpu32 -O2 --fp_mode=relaxed --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/Include" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/UnitTest/Headers" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/inc" --advice:performance=all -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Source/driverlib/uart.pp" --obj_directory="Source/driverlib" "../Source/driverlib/uart.c"
source/driverlib/subdir_rules.mk:35: recipe for target 'Source/driverlib/uart.obj' failed
process_begin: CreateProcess(NULL, C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000 -v28 -mt -ml --cla_support=cla1 --tmu_support=tmu0 --float_support=fpu32 -O2 --fp_mode=relaxed --include_path=C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/Include --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/UnitTest/Headers --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/inc --advice:performance=all -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency=Source/driverlib/uart.pp --obj_directory=Source/driverlib ../Source/driverlib/uart.c, ...) failed.
make (e=2): 系统找不到指定的文件。

gmake: *** [Source/driverlib/uart.obj] Error 2
'Building file: ../Source/driverlib/usb.c'
'Invoking: C2000 Compiler'
"C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000" -v28 -mt -ml --cla_support=cla1 --tmu_support=tmu0 --float_support=fpu32 -O2 --fp_mode=relaxed --include_path="C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/Include" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/UnitTest/Headers" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source" --include_path="D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/inc" --advice:performance=all -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency="Source/driverlib/usb.pp" --obj_directory="Source/driverlib" "../Source/driverlib/usb.c"
source/driverlib/subdir_rules.mk:42: recipe for target 'Source/driverlib/usb.obj' failed
process_begin: CreateProcess(NULL, C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/bin/cl2000 -v28 -mt -ml --cla_support=cla1 --tmu_support=tmu0 --float_support=fpu32 -O2 --fp_mode=relaxed --include_path=C:/ti/ccsv6/tools/compiler/ti-cgt-c2000_6.4.6/include --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/Include --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/UnitTest/Headers --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source --include_path=D:/soft_hybrid_X1/Master28075/Hybrid_G3X1_Master/Source/inc --advice:performance=all -g --diag_warning=225 --diag_wrap=off --display_error_number --preproc_with_compile --preproc_dependency=Source/driverlib/usb.pp --obj_directory=Source/driverlib ../Source/driverlib/usb.c, ...) failed.
make (e=2): 系统找不到指定的文件。