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