Re: [Openocd-development] [PATCH] building with jim on linux

2008-07-05 Thread Alan Carvalho de Assis
Hi Spen, 2008/7/5 Spen <[EMAIL PROTECTED]>: > Alan, > > Could you try svn head now, as Charles's original patch was modified and > committed. > I have tested svn head on linux, cygwin and mingw all seem ok now. > Right, now the svn code is working fine! Thank you, > Cheers Cheers, > Spen > A

Re: [Openocd-development] [PATCH] building with jim on linux

2008-07-05 Thread Spen
Alan, > Hi Charles, > thank you very much. > > This solved this problem: > Could you try svn head now, as Charles's original patch was modified and committed. I have tested svn head on linux, cygwin and mingw all seem ok now. Cheers Spen ___ Openo

Re: [Openocd-development] [PATCH] building with jim on linux

2008-07-05 Thread Alan Carvalho de Assis
Hi Charles, thank you very much. This solved this problem: /home/alan/jtag/openocd/trunk/src/jim.c:7534: undefined reference to `dlopen' /home/alan/jtag/openocd/trunk/src/jim.c:7564: undefined reference to `dlerror' /home/alan/jtag/openocd/trunk/src/jim.c:7559: undefined reference to `dlopen' /ho

Re: [Openocd-development] [PATCH] building with jim on linux

2008-07-05 Thread Spen
Charles, > > Slight hiccup with the latest changes in the tip of head > > jim is setup to support dynamic load, so you can either turn > that off using the #define or need to link against a dlopen > > I believe this is the "correct" autoconf way to solve it > Could you explain a bit more, i

[Openocd-development] [PATCH] building with jim on linux

2008-07-05 Thread Charles Hardin
Slight hiccup with the latest changes in the tip of head jim is setup to support dynamic load, so you can either turn that off using the #define or need to link against a dlopen I believe this is the "correct" autoconf way to solve it Index: configure.in =

Re: [Openocd-development] Embedded Linux, MMU and OpenOCD

2008-07-05 Thread Ben Dooks
On Fri, Jul 04, 2008 at 06:54:57PM +0200, ?yvind Harboe wrote: > Has anyone successfully used OpenOCD to debug Linux w/MMU? To debug the kernel? the best way is to attach gdb to OpenOCD and use it to interface with the kernel vmlinux file to provide symbol and other debug information. Since we pr

Re: [Openocd-development] Subject: [PATCH] building with jim on linux

2008-07-05 Thread Spen
Charles, > Slight hiccup with the latest changes in the tip of head > > jim is setup to support dynamic load, so you can either turn > that off > using the #define or need to link against a dlopen > > I believe this is the "correct" autoconf way to solve it > Thanks, committed a slight