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 b.hutch...@gmail.com 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

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 https://sourceforge.net/apps/trac/openocd/ticket/34 to the following commit: http://openocd.git.sourceforge.net/git/gitweb.cgi?p=openocd/openocd;a=co

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 b.hutch...@gmail.com 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

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 s...@spen-soft.co.ukwrote: On 17 July 2011 10:18, Luca Bruno lu...@debian.org wrote: make dist should use git2cl to genereate ChangeLog from git history, populating the placeholder file in released tarball. Still not working for srcdir !=

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 jzhang...@gmail.com wrote: I noticed that: On Mon, Jul 18, 2011 at 10:41 PM, Brian Hutchinson b.hutch...@gmail.com wrote: GNU gdb (GDB) 7.1 This GDB was configured as i686-pc-linux-gnu. and hutch@neo:~/openocd/openocd/src$ file ./openocd ./openocd:

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 jzhang...@gmail.com wrote: I noticed that: On Mon, Jul 18, 2011 at 10:41 PM, Brian Hutchinson b.hutch...@gmail.com 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 |

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 =

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

[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