This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Breakpoints don't work in source files but does in disassembly

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 ?