Re: [Openocd-development] [PATCH] jtag dependendy removed from arm_adi_v5

2011-09-02 Thread Laurent Gauch
Hi, due to the coming SWD support, I found that the arm_adi_v5 has dependencies to the jtag subsystem. To preserve the performance I changed the interface to the transport layer. Both, dap_queue_ap_write and dap_queue_ap_read gets a pointer to a data array not a single value. The adi_v5_jtag

Re: [Openocd-development] [PATCH] jtag dependendy removed from arm_adi_v5

2011-09-02 Thread Laurent Gauch
I can take a look at this as I'm finishing to solder a hardware that I will finish the SWD implementation in upcoming days, but I would rather not change interface/jtag/transport layer until SWD is done. When its done and working then we can change internals, otherwise we will have two different

[Openocd-development] Jim Tcl problems

2011-09-02 Thread Øyvind Harboe
Not sure why I can't build today ccache cc -g -O2 -rdynamic -o jimsh jimsh.o _initjimsh.o libjim.a -ldl libjim.a(jim-stdlib.o): In function `Jim_stdlibInit': /home/oyvind/workspace/openocd/jimtcl/jim-stdlib.c:7: undefined reference to `Jim_Eval_Named' libjim.a(jim-glob.o): In function

Re: [Openocd-development] Jim Tcl problems

2011-09-02 Thread Øyvind Harboe
Jim_Eval_Named is a macro. I don't know why it's not substituted when preprocessing. Maybe make clean will help you. Maybe you need to remove the ccache cache and try again. I've tried what I can think of: rm -rf ~/.ccache git clean -f -x -d ./bootstrap ./configure --enable-dummy

Re: [Openocd-development] Implementation of a remote_bitbang jtag driver

2011-09-02 Thread Øyvind Harboe
Merged. Thanks! -- Øyvind Harboe - Can Zylin Consulting help on your project? US toll free 1-866-980-3434 http://www.zylin.com/ ___ Openocd-development mailing list Openocd-development@lists.berlios.de

Re: [Openocd-development] Jim Tcl problems

2011-09-02 Thread Jie Zhang
On Fri, Sep 2, 2011 at 10:58 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: Jim_Eval_Named is a macro. I don't know why it's not substituted when preprocessing. Maybe make clean will help you. Maybe you need to remove the ccache cache and try again. I've tried what I can think of: rm -rf

Re: [Openocd-development] Jim Tcl problems

2011-09-02 Thread Steve Bennett
On 03/09/2011, at 12:58 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: Jim_Eval_Named is a macro. I don't know why it's not substituted when preprocessing. Maybe make clean will help you. Maybe you need to remove the ccache cache and try again. I've tried what I can think of: rm -rf