cmd中提示找不到*.OBJ文件,可是debug里面明明有obj文件啊?
这是怎么回事?
[Linking...] "C:\CCStudio_v3.3\C6000\cgtools\bin\cl6x" -@"Debug.lkf" <Linking> >> linker.cmd: error: system error, can't open file '/.obj' for input: No such file or directory
>> Compilation failure
Build Complete, 2 Errors, 2 Warnings, 0 Remarks.
-z -c -m"./Debug/myhello.map" -o"./Debug/myhello.out" -w -x -i"C:/CCStudio_v3.3/C6000/csl/lib" -i"C:/CCStudio_v3.3/C6000/xdais/lib" -i"C:/CCStudio_v3.3/bios_5_31_02/packages/ti/bios/lib" -i"C:/CCStudio_v3.3/bios_5_31_02/packages/ti/rtdx/lib/c6000" -i"C:/CCStudio_v3.3/C6000/cgtools/lib" "C:\CCStudio_v3.3\MyProjects\myhello\linker.cmd" "C:\CCStudio_v3.3\MyProjects\myhello\Debug\myhello.obj" "C:\CCStudio_v3.3\MyProjects\myhello\evmdm6437bsl.lib"
求达人指点一下是怎么回事?
在cmd里面怎么设置搜索路径?
|