Using OpenOCD with Keil or IAR tools

Is there a driver available which implements the RDI protocol, so can be used with uVision or EWARM and can communicate with OpenOCD?

So I’d like to find a bridge which translates between RDI and GDB protocols, that way cheap JTAG adapters like Amontec’s JTAGKey supported by OpenOCD could be used under professional enviroments. (I mean the free eval or kickstart versions.)

lvagasi:
Is there a driver available which implements the RDI protocol, so can be used with uVision or EWARM and can communicate with OpenOCD?

So I’d like to find a bridge which translates between RDI and GDB protocols, that way cheap JTAG adapters like Amontec’s JTAGKey supported by OpenOCD could be used under professional enviroments. (I mean the free eval or kickstart versions.)

The only freely available RDI protocol implementation that I am aware of is H-JTAG on the Windows platform, but it only supports parallel port Wiggler clone hardware. I think that I remember reading that supporting RDI in open source software like OpenOCD would be a problem since the RDI protocol belongs to ARM?

–Dave

Thanks Dave, I was affraid about this. So I will use Eclipse and YAGARTO as so far.