I have a binary code built from other tools and run from flash. Since I have the binary file and load in the debug symbols from the binary file (in ELF format).
But when I step through the code, I get the error information - No source available for ....
I remember that in the past, there is a button for locating the source file. But I could find it from CCS (I am using CCS6.1.0) with ARM7 target.
Any other way I can lead the CCS to get the source file so that I can perform source code level debug?
Thanks!
Wen