JTAGkey and KDevelop

Hi,

I am trying to setup JTAGkey and use it with KDevelop.

I am not too experienced with Linux so if anyone can help me with right commands for proper setup of OpenOCD under Linux? I installed libraries as suggested in Amontec manual.

the big one is that I still don’t know what and where to put into KDevelop IDE to make the whole thing running with JTAGkey.

Thanks!

Pedjasns

Sorry, but I’ve never used KDevelop for this purpose. A quick search on google brought up this page:

http://www.kdevelop.org/mediawiki/index … _debugging

Maybe this helps.

Generally, you’d configure the OpenOCD the same way you’d configure it if you were using plain GDB, Insight or Eclipse. Then you have to tell KDevelop that you don’t want to debug an application natively on your Linux host, but rather using a cross-GDB and a remote stub (the OpenOCD).

Regards,

Dominic