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: -

Part Number: TMS320C6713B
Other Parts Discussed in Thread: CCSTUDIO

Tool/software: Code Composer Studio

I've tried to build my project but it said 

>> C:\Users\XXXXX~1\AppData\Local\Temp\TI4003, line 21: error:
can't find input file 'dsk6713bsl.lib'

What it's supposed to mean?

I have copied that lib file to the "support" folder, which is the include search path folder, even copied it to the project folder. I have already checked my C:\Users\XXXXX~1\AppData\Local\Temp directory and there is no TI4003 file/folder in it

I use TMS320C6713 DSK and CCS V3.1

Thankyou before

  • Could you please do a rebuild of the project and show the full build output?

    Do you have a linker command file in the project (.cmd)? Is there a reference to the dsk library in the .cmd file?

    We will do our best to provide assistance as much as possible but please note that CCS 3.1 is very old and no longer supported.

  • --------------------------- squarewave.pjt - Debug ---------------------------
    [Linking...] "C:\CCStudio_v3.1\C6000\cgtools\bin\cl6x" -@"Debug.lkf"
    <Linking>
    >> C:\Users\XXXXX~1\AppData\Local\Temp\TI1963, line 19: error:
    can't find input file 'dsk6713bsl.lib'

    >> Compilation failure

    Build Complete,
    2 Errors, 0 Warnings, 0 Remarks.

    This is my build output.

    i have included c6713dsk.cmd

  • The c6713dsk.cmd did not get attached. Please try attaching again using the Insert File (paperclip) icon.

    Also please attach the Debug.lkf file as well.