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.

>> Cannot open "Debug.lkf"

Other Parts Discussed in Thread: TMS320LF2407A, CCSTUDIO

Hi,

In the last yeras i´m working with CC 2000 and now I migrate to CCS v3.3.

I work with TMS320LF2407A and when I create a new project and compile my files, CCS inform the message below:

>> Cannot open "Debug.lkf"

I already saw other foruns when users in the same situation have this problem but I can´t find a way to solve this problem.

I appreciate if someone help me...

 

  • Hello, Debug.lkf is a file generated by CCS that contains build options passed to the compiler. It should be generated in the project directory when you do a project build. Can you check to see if you see such a file in your project folder (where the pjt file is)? If one is not getting generated, please provide a reproducible test case so we can investigate further.

    Thanks

    ki

  • Hi Ki,

    I check that code composer create this file every time I compile my project.

    But, I opened this file and it was empty (blanc).

    In my mind its not ok.....

    Thanks

    Guilherme

  • Yes there is something odd. If you can provide a small reproducible test case, I can take a look but i can guarantee any fixes if there is a bug since CCSv3 is no longer a supported product.

    ki

  • Hi Ki,

    In another discussion I discovered this "magic" files (attached) that seems to solve my provlem.

    I only delete the "bin" folder in the path below and copy this new bin folder and everything works fine.

    Thanks.

    C:\CCStudio_v3.3PLA\C2400\cgtools\bin

    <attachment deleted>

  • I'm not sure how replacing the existing 24x code gen tools with the ones in the attached zip resolved the issue since it looks like all the files are the same version as the originals. The only difference I see is the change in the directory structure if you were reliant on that structure.

    In any case I'm glad you were able to resolve your issue.