Eclipse / OpenOCD, Eclipse not connecting to target...

I am using

Eclipse 3.4 (Ganymede)

CDT 5.0.2,

Zylin 4.5.1,

OpenOCD 0.1.0,

Yagarto (gcc 4.3.3)…

to cross compile code for the LPC2378, using a Wiggler interface…

The OpenOCD part seems to work correctly.

After I compile my project and launch my debug configuration, I get the GDB console, but Eclipse does not seem to engage the debugger. i.e. In the GDB console, I can type commands such as file and load, which correctly flashes my LPC part, but the source code is never aligned to the PC, the registers tab has no registers…

My Launch config is using Zylin Native…

I can debug code just fine if I tru to debug with Insight or NoIceDebugger, but it won’t work in Eclipse… I am fairly sure this is some simple Eclipse setting but I just can’t seem to find it…

Anyone have any ideas…

Thank you

John G

Hi gentijo, were you able to get this working?