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.

CCS 6.1.3 - Assembly Module Symbols Not Loading

Hello All,

I have attached a screen shot.

Since changing the .ccxml and .gel files so this project can boot from SPI FLASH or SD Card; I am having to load symbols manually; and have noticed my assembly module symbols are not loading.

Can someone please tell me how to force the debugger to load the assembly symbols?

Since I fixed the issue with duplicate .ccxml and .gel files the debugger (CCS/Eclipse) was finding that was buried in my directory structure; symbols are not
loading; when I do load symbols; the c file symbols are loaded but not the assembly file symbols.

There were multiple .ccxml and .gel files with the same exact name buried in the CCS project directory structure - it will take a lot of time to sort that out - 
I was hoping this would be a quick and easy answer for someone.

Thanks In Advance,
John W.

  • John Westmoreland43 said:
    Since changing the .ccxml and .gel files so this project can boot from SPI FLASH or SD Card; I am having to load symbols manually; and have noticed my assembly module symbols are not loading.

    Do you mean that the source correlation is lost when you step into/debug assembly modules? If you set a breakpoint in the assembly file and run to it, do the source file and disassembly view not sync up?

    Do you have full symbolic debug option turned on for the entire project? I would expect this to work if full symbolic debug is enabled.