[Openocd-development] [PATCH] dsp5680xx compiler warnings

2011-07-19 Thread Rodrigo Rosa
Hi, I modified the code to get rid of the compiler warnings, and fixed some other details. i had done this a while ago... was it rejected for some reason or simply forgotten? patch1: warnings. patch2: the flash module (FM) requieres the clock div to be set before issuing any commands to it. if th

Re: [Openocd-development] [PATCH 0/7] RLink interface speedup, and fixes

2011-07-19 Thread Peter Horn
Hi Andreas I have access to a standalone Rlink, an Olimex STM32-P103 board and a Raisonance REva STM32 connectivity board which has an onboard Rlink. I've applied your patches and built OpenOCD on Linux with success. A quick test revealed no problems but the test program I've used is too sma

Re: [Openocd-development] OpenOCD ticket 34 / usb_bulk_read failed

2011-07-19 Thread Simon Barner
Hi Jonas, > I can see one change that the referred commit introduced > to the ARM-JTAG-EW driver. It is that a speed setting in > the init script now actually is executed. Any such setting > was previously silently ignored. Do you mean the following in jtag/core.c? + retval = jtag->speed(j

Re: [Openocd-development] How to build openocd with debug symbols (-g)???

2011-07-19 Thread Brian Hutchinson
On Tue, Jul 19, 2011 at 8:19 AM, Jie Zhang wrote: > I noticed that: > > On Mon, Jul 18, 2011 at 10:41 PM, Brian Hutchinson > wrote: >> GNU gdb (GDB) 7.1 >> This GDB was configured as "i686-pc-linux-gnu". Ah, at first I didn't pick up on this. I did a dpkg -l | grep dpkg to make sure Debian had

Re: [Openocd-development] How to build openocd with debug symbols (-g)???

2011-07-19 Thread Brian Hutchinson
Yes. On Jul 19, 2011 8:19 AM, "Jie Zhang" wrote: > I noticed that: > > On Mon, Jul 18, 2011 at 10:41 PM, Brian Hutchinson wrote: >> GNU gdb (GDB) 7.1 >> This GDB was configured as "i686-pc-linux-gnu". > > and > >> hutch@neo:~/openocd/openocd/src$ file ./openocd >> ./openocd: ELF 64-bit LSB execut

Re: [Openocd-development] [PATCH] Automatically generate ChangeLog from git log for release tarball

2011-07-19 Thread Andreas Fritiofson
On Mon, Jul 18, 2011 at 3:46 PM, Spencer Oliver wrote: > On 17 July 2011 10:18, Luca Bruno wrote: > > make dist should use git2cl to genereate ChangeLog from git history, > > populating the placeholder file in released tarball. > > > > Still not working for srcdir != builddir > > make[1]: Enterin

Re: [Openocd-development] How to build openocd with debug symbols (-g)???

2011-07-19 Thread Jie Zhang
I noticed that: On Mon, Jul 18, 2011 at 10:41 PM, Brian Hutchinson wrote: > GNU gdb (GDB) 7.1 > This GDB was configured as "i686-pc-linux-gnu". and > hutch@neo:~/openocd/openocd/src$ file ./openocd > ./openocd: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), So gdb is for i686-pc-linux-gn

Re: [Openocd-development] OpenOCD ticket 34 / usb_bulk_read failed

2011-07-19 Thread Jonas Hoerberg
> OnMonday, July 18, 2011 8:33 PM, Simon Barner wrote: > > Hi, > > I just could track down the following OpenOCD bug > > > > to the following commit: > > mmitdiff;h

Re: [Openocd-development] How to build openocd with debug symbols (-g)???

2011-07-19 Thread Spencer Oliver
On 19 July 2011 03:41, Brian Hutchinson wrote: > Hi, > > I'm not quite sure if my gdb is hosed up or if it is my openocd build. >  OpenOCD version is Open On-Chip Debugger > 0.5.0-dev-00959-gd6c42bf-dirty (2011-07-18-18:35) > > Is there anything special that needs to be done to build openocd with