[Openocd-development] stellaris.cfg

2010-10-29 Thread billium
I had a problem with lm3s6965: Open On-Chip Debugger 0.5.0-dev-00565-g4617cd0 (2010-10-28-19:55) Licensed under GNU GPL v2 For bug reports, read http://openocd.berlios.de/doc/doxygen/bugs.html Info : only one transport option; autoselect 'jtag'

[Openocd-development] jimtcl compile error

2011-10-24 Thread billium
I am trying to update openocd but it fails to build: In function `Jim_Nvp_name2value_obj': jim-nvp.c:(.text+0xc7): undefined reference to `Jim_String' This is repeated four times for other instances of Jim_String. I am using amd64 on Gentoo, with the 999 ebuild which pulls from git. Anybody come

Re: [Openocd-development] jimtcl compile error

2011-10-26 Thread billium
On 25/10/11 15:20, Alexander Stein wrote: > On Monday 24 October 2011 20:24:57 billium wrote: >> I am trying to update openocd but it fails to build: >> >> In function `Jim_Nvp_name2value_obj': >> jim-nvp.c:(.text+0xc7): undefined reference to `Jim_String'