DSPRelated.com
Forums

Re: error: system error, can't open file '/.obj' for input: No such

Started by Jeff Brower January 1, 2007
CHJ Choi-

> I can find out the obj files in the directory where Debug.lkf tells where
> they are.. but Linker only fails to find out them..
> the message is
> *************************************
>
> >> ddr2.cmd: error: system error, can't open file '/.obj' for input: No such
> file or directory

/.obj is not a valid filename path. My guess is that either a) something is
mis-entered in your .cmd file, or b) somewhere in CCS you have an option not set
correctly.

What input files are listed in your .cmd file?

-Jeff

> >> Compilation failure
>
> Build Complete,
> 2 Errors, 0 Warnings, 0 Remarks.
> ********************************************
> What is the cause?
>
> ------------------------debug.lkf---------
> -z -c -m"./Debug/ddr2.map" -o"./Debug/ddr2.out" -w -x -i"C:/CCStudio_v3.2/tms470/rtdx/lib" -i"C:/CCStudio_v3.2/TMS470/cgtools/lib"
> "C:\CCStudio_v3.2\davincievm\examples\ddr2\ddr2.cmd"
> "C:\CCStudio_v3.2\davincievm\examples\ddr2\Debug\ddr_test.obj"
> "C:\CCStudio_v3.2\davincievm\examples\ddr2\Debug\main.obj"
> "C:\CCStudio_v3.2\davincievm\examples\ddr2\Debug\mem_test.obj"
> ---------------------------------