Re: [Openocd-development] RPM Build

2009-08-21 Thread David Brownell
On Friday 21 August 2009, Dean Glazeski wrote: > So I guess either the static library build should be used and the resulting > libopenocd.a needs to be deleted Yes. ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.

Re: [Openocd-development] RPM Build

2009-08-21 Thread Dean Glazeski
Just to make everything clear, I did a build with the shared library for OpenOCD. This is the result on the final binary using ldd: $ ldd /usr/bin/openocd linux-vdso.so.1 => (0x7fffed7ff000) libopenocd.so.0 => /usr/lib64/libopenocd.so.0 (0x7fce2f631000) libdl.so.2 => /lib64/l

[Openocd-development] Exit Called in Shared Object

2009-08-21 Thread Dean Glazeski
Hi all, While working on a Fedora RPM for OpenOCD, I ran into a warning in the check processes because of an exit call in the OpenOCD shared object. I'm not familiar with what is in the shared object, so I thought I would put it on the list to see if anyone can find a patch to remove the exit if

Re: [Openocd-development] OpenOCD + beagle

2009-08-21 Thread Dirk Behme
David Brownell wrote: > On Wednesday 19 August 2009, James Lin wrote: > >> Then I tried to apply the patch described in >> >> http://lists.berlios.de/pipermail/openocd-development/2009-June/008256.html >> >> I don't know if this additional step was necessary but it seemed >> to get correct mfg, p

Re: [Openocd-development] GIT mirror of OpenOCD SVN set up ...

2009-08-21 Thread David Brownell
On Friday 21 August 2009, Øyvind Harboe wrote: > Mine is "gowinex". Perhaps I can pitch in a bit too. You are also set up as an admin for that project. Other than prettying up that web page, I think the main issue has to be getting some automated synch between SVN and GIT. (And maybe getting the

Re: [Openocd-development] ixp420 and config files

2009-08-21 Thread Michael Schwingen
Ron Jobmann wrote: > Is anyone successfully debugging code on ixp42x using Openocd? If so, > would you mind sharing config files/scripts that you're using? > > I want to be able to debug the linux kernel. So far, I've got Eclipse > set up and can cross compile fine. The next step I guess is to g

[Openocd-development] ixp420 and config files

2009-08-21 Thread Ron Jobmann
Is anyone successfully debugging code on ixp42x using Openocd?  If so, would you mind sharing config files/scripts that you're using? I want to be able to debug the linux kernel.  So far, I've got Eclipse set up and can cross compile fine.  The next step I guess is to get Eclipse to use Openocd to

Re: [Openocd-development] GIT mirror of OpenOCD SVN set up ...

2009-08-21 Thread Øyvind Harboe
On Fri, Aug 21, 2009 at 7:23 PM, David Brownell wrote: > On Friday 21 August 2009, Zach Welch wrote: >> Thanks for doing this for the project.  I am registered on SourceForge >> as 'zwelch' too, so you could go ahead and add me to the roster there as >> you see fit. > > Done! Mine is "gowinex". Pe

Re: [Openocd-development] GIT mirror of OpenOCD SVN set up ...

2009-08-21 Thread David Brownell
On Friday 21 August 2009, Zach Welch wrote: > Thanks for doing this for the project.  I am registered on SourceForge > as 'zwelch' too, so you could go ahead and add me to the roster there as > you see fit. Done! ___ Openocd-development mailing list Op

Re: [Openocd-development] 0.3.0 status check

2009-08-21 Thread Michael Schwingen
Zach Welch wrote: > Hi all, > > While I have been incommunicado for the past month, I have still been > following the progress with interest and have thought about turning out > a new release sometime soon. In that regard, what features need to be > included in it? What currently needs to be fixe

Re: [Openocd-development] 0.3.0 status check

2009-08-21 Thread Øyvind Harboe
What is the status on Beagleboard? It would be nice to have some solid progress on that long standing item -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-develo

[Openocd-development] 0.3.0 status check

2009-08-21 Thread Zach Welch
Hi all, While I have been incommunicado for the past month, I have still been following the progress with interest and have thought about turning out a new release sometime soon. In that regard, what features need to be included in it? What currently needs to be fixed that is broken? Any big pa

Re: [Openocd-development] GIT mirror of OpenOCD SVN set up ...

2009-08-21 Thread Zach Welch
On Thu, 2009-08-20 at 20:11 -0700, David Brownell wrote: > I did a "git svn clone -s svn://svn.berlios.de/openocd" and it > took over 97 minutes ... which is way too long. So I finally > just set up a public clone, which is visible via gitweb at > > > http://openocd.git.sourceforge.net/git/git

Re: [Openocd-development] Scripts for Atmel AT91SAM7S256 and AT91SAM9260

2009-08-21 Thread Øyvind Harboe
Fixed. -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] Scripts for Atmel AT91SAM7S256 and AT91SAM9260

2009-08-21 Thread Pieter Conradie
Hi Øyvind, Thanks for the commitment :) board/at91sam7sx.cfg and board/at91sam9260.cfg should be moved to target/at91sam7sx.cfg and target/at91sam9260.cfg. Also, I would recommend that board/unknown-board-atmel-at91sam9260.cfg be deleted. It is superseded by board/unknown_at91sam9260.cfg Best

Re: [Openocd-development] Scripts for Atmel AT91SAM7S256 and AT91SAM9260

2009-08-21 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://www.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] Scripts for Atmel AT91SAM7S256 and AT91SAM9260

2009-08-21 Thread Pieter Conradie
Hi List, FYI, attached are scripts tested with OpenOCD 0.2.0 and SVN 2600 (head) for: 1. Atmel AT91SAM7S-EK dev board (microcontroller AT91SAM7S256) board/atmel_at91sam7s-ek.cfg and target/at91sam7sx.cfg 2. Atmel AT91SAM9260-EK dev board (microcontroller AT91SAM9260-CJ) board/atmel_at91sam9260-e