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.

Debug.lkf

Other Parts Discussed in Thread: TMS320LF2407A

I am working with tms320lf2407A. IN CC'C2000 everything is working fine, but when I try to migrate same project to CCS v3.3 I get

>> Cannot open "Debug.lkf"

I would appreciate any help I get. Thanks in advance.  

  • What is the full command line being passed to the compiler as shown in the CCS build window?

    Are there any spaces in the directory path for the project/source files?

    Are you running CCS 3.3 with administrator privileges?

  • ---------------------------  Real24xx.pjt - Custom  ---------------------------
    [c200mnrt.asm] dspcl -as -o1 -fr"C:/tic2xx/c2000/tutorial/realtime" -ms -v2xx -@"Custom.lkf" "c200mnrt.asm"
    >> Cannot open "Custom.lkf"
    <c200mnrt.asm>
    TMS320C1x/C2x/C2xx/C5x COFF Assembler       Version 7.00
    Copyright (c) 1987-1999  Texas Instruments Incorporated

     PASS 1
     PASS 2

    No Errors,  No Warnings.

    This is only first one of 9 files Real24xx.pjt example but the results for
    all are the same.There are no spaces in the directory path and I am running CCS 3.3 with
    administrator privileges on Windows XP SP2. Also everything is working great with 28xx series
    so I am presuming that something is wrong with library that I am using but
    I can't figure out what?

  • Is this version of CCS 3.3 a full Platinum or C2000 edition, or one that came with a hardware kit?

    I notice in your build output that the assembler being invoked says version 7.00, but the version I see in CCS 3.3 is 7.04. However, that should not be the reason for the "Cannot open Custom.lkf" message. Does the file Custom.lkf exist in the project directory? Can you zip up and attach your project directory including source files so we can take a closer look?

  • Hi,

    I´m have the same problem presented in the first post of this discussion.

    How can I solve this problem?