Re: [OpenOCD-devel] configure broken

2012-01-02 Thread Mathias K.
Hello, the configure.ac script doesn't check the library (header only). We should change this to something like this: http://www.winehq.org/pipermail/wine-patches/2010-April/087352.html This also include the pkg config stuff if available but then this test needs to be added too. Regards, Ma

[OpenOCD-devel] Adding a new part to OpenOCD: where to start ?

2012-01-02 Thread Álvaro Lopes
Hi list, I'm currently implementing a test interface/ICE for ZPU-based processor, and I wish to add support in OpenOCD for it, and I have no clue where to start ;) Right now what I have is: a) Full GCC and GDB implementation working. b) CPU support for debug mode, opcode injecti