> 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
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
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
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#
>
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
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
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.
-
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
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
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
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
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
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:
%
> "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
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
> "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
__
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
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 -
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
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
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
21 matches
Mail list logo