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.

Error: "No source available for 0x40306384" using CCSv5 with XDS100v2

Hi

I am using XDS100v2 with panda board to debug linux kernel on Ubuntu 10.10. I have followed the steps given at http://processors.wiki.ti.com/index.php/Linux_Debug_in_CCSv5

After i run debug i get the following error "No source available for 0x40306384". Below is the screenshot. How to solve this issue?

Thanks

Manish

  • Manish,

    This usually happens because the linux kernel was not built with full debug information - if your vmlinux file has a few MBs that is probably insufficient.

    There is a remark in the page that mentions some linux kernel options that work with some boards here - I checked with OMAP3530EVM and C6A816x EVM, but not with Panda.

    Therefore I suggest checking your kernel options...

    Hope this helps,

    Rafael