Re: [Openocd-development] svn head should now be OK again

2009-05-19 Thread Peter Denison
On Mon, 18 May 2009, Peter Denison wrote: > On Mon, 18 May 2009, Peter Denison wrote: > >> Now, on to the actual crash. I will do more investigation, but for now, >> here's the backtrace: >> >> Starting program: /src/.libs/lt-openocd -f >> ../../../openocd-usr8200-jlink.cfg >> Open On-Chip Debugge

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Peter Denison
On Mon, 18 May 2009, Peter Denison wrote: > Now, on to the actual crash. I will do more investigation, but for now, > here's the backtrace: > > Starting program: /src/.libs/lt-openocd -f > ../../../openocd-usr8200-jlink.cfg > Open On-Chip Debugger 0.2.0-in-development (2009-05-18-18:52) svn:1827

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Spencer Oliver
> > Try using > > > >        libtool gdb ../openocd > > > > or the more pedantic (but future-proof): > > > >        libtool --mode=execute gdb ../openocd > > Once a solution has been identified, it would be nice to have > the BUGS file updated... > > -- for dev work it is often easier to config

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Peter Denison
On Mon, 18 May 2009, Øyvind Harboe wrote: Try using        libtool gdb ../openocd or the more pedantic (but future-proof):        libtool --mode=execute gdb ../openocd Once a solution has been identified, it would be nice to have the BUGS file updated... Excellent! That (to be precise the

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Zach Welch
On Mon, 2009-05-18 at 21:51 +0200, Øyvind Harboe wrote: > > Try using > > > >libtool gdb ../openocd > > > > or the more pedantic (but future-proof): > > > >libtool --mode=execute gdb ../openocd > > Once a solution has been identified, it would be nice to have the BUGS > file update

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Øyvind Harboe
> Try using > >        libtool gdb ../openocd > > or the more pedantic (but future-proof): > >        libtool --mode=execute gdb ../openocd Once a solution has been identified, it would be nice to have the BUGS file updated... -- Øyvind Harboe Embedded software and hardware consulting services h

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Zach Welch
On Mon, 2009-05-18 at 19:33 +0100, Peter Denison wrote: > On Mon, 18 May 2009, Øyvind Harboe wrote: > > [Oops - failed to copy the original to the list...] > > On Mon, May 18, 2009 at 8:21 AM, Peter Denison > > wrote: > >> On Sat, 16 May 2009, Øyvind Harboe wrote: > >> > >>> Could you post a GDB

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Peter Denison
On Mon, 18 May 2009, Øyvind Harboe wrote: $ gdb ../openocd --args openocd  ... ends up running /usr/bin/openocd ... Try gdb --args openocd -f interface/xxx.cfg -f target/.cfg ... This runs the one (r1409) in /usr/bin, not my newly compiled one. If I find the actual executable, which I

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Øyvind Harboe
> $ gdb ../openocd --args openocd >  ... ends up running /usr/bin/openocd ... Try gdb --args openocd -f interface/xxx.cfg -f target/.cfg ... -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Open

Re: [Openocd-development] svn head should now be OK again

2009-05-18 Thread Peter Denison
On Mon, 18 May 2009, Øyvind Harboe wrote: [Oops - failed to copy the original to the list...] On Mon, May 18, 2009 at 8:21 AM, Peter Denison wrote: On Sat, 16 May 2009, Øyvind Harboe wrote: Could you post a GDB backtrace? See: http://svn.berlios.de/svnroot/repos/openocd/trunk/BUGS I trie

Re: [Openocd-development] svn head should now be OK again

2009-05-16 Thread Peter Denison
On Sat, 9 May 2009, Øyvind Harboe wrote: Please report any problems you are experiencing with svn head. Except for the performance regressions, which will be addressed next week, there are no reported problems at this point w.r.t. the JTAG API changes. Every *other* time I run, I get this...

[Openocd-development] svn head should now be OK again

2009-05-09 Thread Øyvind Harboe
Please report any problems you are experiencing with svn head. Except for the performance regressions, which will be addressed next week, there are no reported problems at this point w.r.t. the JTAG API changes. -- Øyvind Harboe Embedded software and hardware consulting services http://consultin