Re: [Openocd-development] bug database [ WAS Re: STR7x flash protect ... ]

2010-01-31 Thread Øyvind Harboe
On Fri, Jan 29, 2010 at 11:05 AM, Austin, Alex wrote: > As far as bug databases go, I’m kinda partial to ticgit. It stores the whole > bug database in one git branch that never actually gets checked out. It > hasn’t been updated in a while, but it’s not exactly a complex system, > either. I'm int

[Openocd-development] [PATCH] build: fix problems with "struct stat" not being defined under eCos

2010-01-31 Thread Øyvind Harboe
Include according to http://www.opengroup.org/onlinepubs/95399/functions/stat.html Signed-off-by: Øyvind Harboe --- src/target/arm_semihosting.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/target/arm_semihosting.c b/src/target/arm_semihosting.c index 8db60a5

[Openocd-development] [PATCH] gdb: restore behavior from 0.3.1 for srst_asserted and power_restore

2010-01-31 Thread Øyvind Harboe
srst_asserted and power_restore can now be overriden to do nothing. By default they will "reset init" the targets and halt gdb. Signed-off-by: Øyvind Harboe --- src/jtag/startup.tcl | 23 ++- src/target/target.c | 32 +--- 2 files changed, 43

[Openocd-development] Help with openocd 0.4.0 and the Olimex arm-jtag-ew programmer

2010-01-31 Thread Nick
Hi Everyone, Just started with openocd and the Olimex arm-jtag-ew programmer. I am using winxp and have updated the Olimex programmer. I have successfully rebuilt openocd version 0.4.0. but I have trouble with it. The following is the output generated when I try to run it. My guess is that o