Content originally posted in LPCWare by Wouter on Tue Sep 13 02:55:16 MST 2011
Hi guys,
I'm trying to debug a source code within the LPCXpresso IDE, originally, the code is written in Keil uvision4. Keil outputs an .axf file, which should be some ELF format. As I do not have a keil compatible debugger, I would like to use the LPCXpresso for debugging the Keil code by importing the AXF into the LPCXpresso IDE.
So I try to importing it into my LPCXpresso workspace, by choosing:
Import --> C/C++ Executable --> AXF file, ELF parser --> Create launch configuration: C/C++ MCU application --> Debug.
However, when hitting "Debug", nothing happens. In my workspace, I can see the project is added, and I can even view the associated source code files. But the "Debug" icon is greyed out...
Does anyone know what I'm doing wrong?? I guess this should be possible like this, right?
Kind regards,
Wouter