We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I'm building my code on Linux with gcc using emake. Then I followed the steps(http://www.keil.com/support/docs/2310.htm) and loaded the .elf file with debug information in Keil. I could do source-level debugging using "SET SRC" to link the source directory. But it doesn't let me to put breakpoints in the source files(.cpp) though allowed in disassembly.
How to do source-level debugging with breakpoints in keil with an .elf generated on linux outside uVision ? Am I missing something ?