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.

CCS5 No Source Available in Debug

Other Parts Discussed in Thread: OMAP-L138

Yesterday I was running the bugger fine with source/symbols using BlackhawkXDS100v2 on the OMAP-l138 for both the DSP and the ARM. Today no symbols or source is found when I load and run. Cleaned, rebuilt and the same results. I followed the same steps yesterday as today.

In the Debug window:

0xC79B36B4 (No symbols are defined for 0xC79B36B4)

In the Source file Window:

No source available for "0xfffd5160"

  • Hi Terry,

    Please describe what exactly you are doing. Are you starting a project debug session or project-less debug session? Are you building with full debug symbols? The section of code where you are getting a message for no symbols - are you in code that was linked in from a library? What is the full version number of CCS you are using (ex. 5.2.1.00018)?

    Thanks

    ki

  • Ki,

    I'm running the TI StarterWare for OMAP-L138. It's the IPC Polling Project I'm building on. All the code has source and it's the main() that initially has no source found.

    When I do the following:

    1) Build the ARM and DSP side of the with Debug selected (compiler shows -g option)

    2) Launch a OMAP-L138 with XDS100v2 Target Configuration

    3) Connect each Processor and Load the Debug ipc_polling .out for each.

    But when I load them they automatically run and then I get the "no source available".

    What I did find is that if I just start out by selecting one of the two Projects (DSP or ARM) and do a Run-->Debug then the program loads and stops at main() with source code available. From that point on I can do the steps above and everything is OK (Debug source available).

    So I have a work around. It's just odd that I have to d a direct Run->Debug on a Project first. From that point on all Projects work with separate Connect and Loads.

    Terry

  • HI Terry,  Did you find the solution for this problem?