|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
本帖最后由 doposo 于 2011-9-6 15:12 编辑
每个项目都是一样的错误。不知道从何下手。
提示 could not open source file "DSP28x_Project.h"
**** Build of configuration Debug for project Example_2834xCodeRunFromXintf ****
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake -k all
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_headers/cmd/DSP2834x_Headers_nonBIOS.cmd', needed by `Example_2834xCodeRunFromXintf.out'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_CodeStartBranch.asm', needed by `DSP2834x_CodeStartBranch.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_CpuTimers.c', needed by `DSP2834x_CpuTimers.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_DBGIER.asm', needed by `DSP2834x_DBGIER.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_DefaultIsr.c', needed by `DSP2834x_DefaultIsr.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_headers/source/DSP2834x_GlobalVariableDefs.c', needed by `DSP2834x_GlobalVariableDefs.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_MemCopy.c', needed by `DSP2834x_MemCopy.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_PieCtrl.c', needed by `DSP2834x_PieCtrl.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_PieVect.c', needed by `DSP2834x_PieVect.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_SysCtrl.c', needed by `DSP2834x_SysCtrl.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_Xintf.c', needed by `DSP2834x_Xintf.obj'.
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** No rule to make target `C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/source/DSP2834x_usDelay.asm', needed by `DSP2834x_usDelay.obj'.
'Building file: ../Example_2834xCodeRunFromXintf.c'
'Invoking: C2000 Compiler'
"C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/bin/cl2000" --silicon_version=28 -g --define="_DEBUG" --define="LARGE_MODEL" --include_path="C:/Program Files/Texas Instruments/ccsv4/tools/compiler/c2000/include" --include_path="/packages/ti/xdais" --include_path="C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_headers/include" --include_path="C:/Documents and Settings/zhijian.chen/My Documents/DSP2834x_common/include" --quiet --diag_warning=225 --issue_remarks --optimize_with_debug --sat_reassoc=off --large_memory_model --unified_memory --fp_reassoc=off --float_support=fpu32 --preproc_with_compile --preproc_dependency="Example_2834xCodeRunFromXintf.pp" "../Example_2834xCodeRunFromXintf.c"
"../Example_2834xCodeRunFromXintf.c", line 58: fatal error: could not open source file "DSP28x_Project.h"
1 fatal error detected in the compilation of "../Example_2834xCodeRunFromXintf.c".
Compilation terminated.
>> Compilation failure
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: *** [Example_2834xCodeRunFromXintf.obj] Error 1
C:\Program Files\Texas Instruments\ccsv4\utils\gmake\gmake: Target `all' not remade because of errors.
Build complete for project Example_2834xCodeRunFromXintf |
|