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.

CCS/TMS320C6713B: Linking error: error: system error, can't open file '/.obj' for input: No

Part Number: TMS320C6713B
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

Hello to all, I am trying to build my project but I get an error in the linking part and I don't know how to fix it.

After making "Build All" I get the next error:

----------------------------  piloto2.pjt - Debug  ----------------------------
[Linking...] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
<Linking>
>> lnk6713.cmd:   error: system error, can't open file '/.obj' for input: No
                         such file or directory

>> Compilation failure

I am using the library rts6700.lib for my DSP C6713B

Could someone help me to fix this error please???

Thank you in advance

  • Cesar Barron said:
    >> lnk6713.cmd:   error: system error, can't open file '/.obj' for input: No
                             such file or directory

    Please check if you have '//' style comments in the linker command file. If so, that could be the problem, as stated in this related thread

    Also please note that CCS 3.1 is very old and no longer supported, so we are limited in the support we can provide.