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 ?