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.

No button "Locate File" in CCS5

Hi,

I complie a project  in Ubuntu and get a program iss_examples_chains_m3vpss_release.xem3, and now I load the program in win7 use CCS5.1.1.00031 without a project  , but  I cannot  locate the source file , here is the screenshot :

In the docment "CCSv5_Tips_&_Tricks.pdf", there is a button "Locate File", but why doesnot  see it ? can someone tell me how to enable the button.

Thanks.

  • Sorry , below is my screenshot:

  • Hello

    yang liu3 said:
    there is a button "Locate File", but why doesnot  see it ? can someone tell me how to enable the button.

    If you don't see this button, then it means one (or more) of the following:

    -no debug symbols available (no code or code where debug symbols were not generated)

    -the target is halted at a location where there is no source file correlation

    In your case you are halted at _c_int00, which is the default entry point code built with TI build tools. It is part of the runtime library of which there is not debug symbols available.

    Thanks

    ki