Re: [Valgrind-users] cross compiling valgrind

2015-10-07 Thread John Reiser
> My target machine is running an older linux distro on a 32 bit armv5 processor > Linux Evolution.example.com 2.6.18_pro500-davinci_IPNC_DM368_2.6.0 #1 PREEMPT > Fri Apr 24 12:17:38 BST 2015 armv5tejl GNU/Linux armv5* is not officially supported as a target. The hardware is deficient because it

[Valgrind-users] cross compiling valgrind

2015-10-07 Thread Jerry Oram
Having difficulty (valgrind newbie) configuring valgrind for a cross compile for my armv5/Linux embedded target. (Host/target and config information shown below) Doubt my configuration was correct but could find little documentation or examples online. Guessed at the required config options. My

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-15 Thread Mogens Lindholdt Lauridsen
15-06-2010 21:13 Please respond to gm...@reliableembeddedsystems.com To valgrind-users@lists.sourceforge.net cc valgrind-users@lists.sourceforge.net Subject Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc On 06/15/2010 07:05 PM, Bart Van Assche wrote: > On Tue, Jun 15, 2010 at 5:55 PM, Robert

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-15 Thread Robert Berger
On 06/15/2010 07:05 PM, Bart Van Assche wrote: > On Tue, Jun 15, 2010 at 5:55 PM, Robert Berger > wrote: >> >> [ ... ] >> >> That's what my target says: >> >> -bash-3.2# valgrind >> valgrind: failed to start tool 'memcheck' for platform 'ppc32-linux': No >> such file or directory >> -bash-3.2# >

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-15 Thread Bart Van Assche
On Tue, Jun 15, 2010 at 5:55 PM, Robert Berger wrote: > > [ ... ] > > That's what my target says: > > -bash-3.2# valgrind > valgrind: failed to start tool 'memcheck' for platform 'ppc32-linux': No > such file or directory > -bash-3.2# You can analyze what went wrong by analyzing the output of the

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-15 Thread Robert Berger
Hi Bart, On 06/15/2010 06:10 PM, Bart Van Assche wrote: > > > > Hi Robert, > > > > Does the current Valgrind trunk build and install fine on your setup ? > > Cross-compilation should work again with the current trunk. It looks like cross compilation is up and running again. Cool! svn co svn://svn

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-15 Thread Bart Van Assche
On Mon, Jun 14, 2010 at 5:28 PM, Robert Berger wrote: > > It looks like last time this mail did not make it to the list. > Here I try again. Hi Robert, Does the current Valgrind trunk build and install fine on your setup ? Cross-compilation should work again with the current trunk. Bart. -

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-13 Thread Bart Van Assche
On Sun, Jun 13, 2010 at 1:51 PM, Robert Berger wrote: > On 06/10/2010 07:38 PM, Bart Van Assche wrote: > I'm using ELDK 4.2 on an AMCC kilauea board: > > All on the host: > > svn co svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH > > VALGRIND_PATH="VALGRIND_3_5_BRANCH" > > The patches

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-13 Thread Robert Berger
On 06/10/2010 07:38 PM, Bart Van Assche wrote: Hi, I'm using ELDK 4.2 on an AMCC kilauea board: All on the host: svn co svn://svn.valgrind.org/valgrind/branches/VALGRIND_3_5_BRANCH VALGRIND_PATH="VALGRIND_3_5_BRANCH" The patches are attached as well. This patch is to remove the altivec instru

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-10 Thread Bart Van Assche
On Thu, Jun 10, 2010 at 5:37 PM, Saranya P. L wrote: > > When I try to cross compile valgrind-3.5.0 for ppc and my host is x86 Linux , > I am getting the following error > checking for /proc/self/fd... configure: error: cannot check for file > existence when cross compiling > > I heard that this

[Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-06-10 Thread Saranya P. L
Hi, When I try to cross compile valgrind-3.5.0 for ppc and my host is x86 Linux , I am getting the following error checking for /proc/self/fd... configure: error: cannot check for file existence when cross compiling I heard that this bug is already raised for 3.5.0 and the bugId is #204843

Re: [Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-02-10 Thread Bart Van Assche
On Wed, Feb 10, 2010 at 11:27 PM, Stephen Williams wrote: > > I'm on an x86_64 workstation (Linux 2.6) trying to cross compile > for ppc (Linux 2.4). I can't even get past the configure, it fails > with the error: > > checking for /proc/self/fd... configure: error: cannot check for file > existenc

[Valgrind-users] Cross compiling valgrind 3.5.0 for ppc

2010-02-10 Thread Stephen Williams
I'm on an x86_64 workstation (Linux 2.6) trying to cross compile for ppc (Linux 2.4). I can't even get past the configure, it fails with the error: checking for /proc/self/fd... configure: error: cannot check for file existence when cross compiling The complete configure output is as follows: %

Re: [Valgrind-users] Cross-Compiling Valgrind

2008-10-18 Thread Peter Korsgaard
> "Chris" == Chris Packham <[EMAIL PROTECTED]> writes: Hi, Chris> I've attached my buildroot patch. When I get round to it I'll Chris> submit it to the buildroot project. Thanks, good to know. Chris> I'm using a fairly hacked up version of buildroot (which is Chris> one reason I've yet

Re: [Valgrind-users] Cross-Compiling Valgrind

2008-10-16 Thread Chris Packham
I've attached my buildroot patch. When I get round to it I'll submit it to the buildroot project. I'm using a fairly hacked up version of buildroot (which is one reason I've yet to submit it upstream) so the patch may not apply cleanly the first time but it may point you in the right direction. O

Re: [Valgrind-users] Cross-Compiling Valgrind

2008-10-16 Thread Peter Korsgaard
> "Chris" == Chris Packham <[EMAIL PROTECTED]> writes: Hi, Chris> Also have a look at the buildroot projects makefile for valgrind Chris> http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/package/ Chris> valgrind/ Chris> They're currently building version 3.2.3 but with a l

Re: [Valgrind-users] Cross-Compiling Valgrind

2008-10-15 Thread GUPTA Richa NMG-B12360
__ From: Chris Bornmann [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 15, 2008 10:28 PM To: valgrind-users@lists.sourceforge.net Subject: [Valgrind-users] Cross-Compiling Valgrind Hi All, I'm trying to cross-compile Valgrind 3.3.1 on a x86 running Linux 2.6.9 for a

Re: [Valgrind-users] Cross-Compiling valgrind

2008-10-15 Thread Christian Keil
Chris, > I'm trying to cross-compile Valgrind 3.3.1 on a x86 > running Linux 2.6.9 for a PPC8313 that will be running Linux 2.6.21.? I tried > the following for my configure > script: > > ? > > ./configure --prefix=/home/cbornman/bin/valgrind > --host=i686-intel-linux --target=powerpc-linux -

Re: [Valgrind-users] Cross-Compiling Valgrind

2008-10-15 Thread Chris Packham
Also have a look at the buildroot projects makefile for valgrind http://buildroot.uclibc.org/cgi-bin/viewcvs.cgi/trunk/buildroot/package/valgrind/ They're currently building version 3.2.3 but with a little tweaking I've used buildroot to cross compile valgrind 3.3.1 for ppc. On Thu, Oct 16, 2008

Re: [Valgrind-users] Cross-Compiling Valgrind

2008-10-15 Thread Bart Van Assche
On Wed, Oct 15, 2008 at 6:58 PM, Chris Bornmann <[EMAIL PROTECTED]> wrote: > Does anybody have experience with configure and cross-compiling who can > point to what I'm doing wrong? Any suggestions for other things to try? Did you already notice the following bug report, the attached compilation

[Valgrind-users] Cross-Compiling Valgrind

2008-10-15 Thread Chris Bornmann
Hi All,   I'm trying to cross-compile Valgrind 3.3.1 on a x86 running Linux 2.6.9 for a PPC8313 that will be running Linux 2.6.21.  I tried the following for my configure script:   ./configure --prefix=/home/cbornman/bin/valgrind --host=i686-intel-linux --target=powerpc-linux --disable-tls