Re: [Valgrind-users] Welcome to the Valgrind-users mailing list

2011-06-28 Thread CHEN Hong lin
Hi, I managed to cross-compile valgrind for linux on ppc (MPC8313), but failed to run it. Below is the err info caught by strace. What's wrong with it? Thanks in advance. BTW, the configure options are like: configure --host=powerpc-unknown-linux --target=powerpc-unknown-linux

[Valgrind-users] Valgrind MPI fails to build libmpiwrapers

2011-06-28 Thread janjust
Hi, I'm trying to build valgrind for testing some simple MPI programs; however, when building valgrind everything but the libmpiwrap_platform.so builds. The error that I'm getting is: - mpicc-I../include -g -O -fno-omit-frame-pointer -Wall -fpic -m64 -MT

Re: [Valgrind-users] Valgrind MPI fails to build libmpiwrapers

2011-06-28 Thread Dave Goodell
On Jun 28, 2011, at 12:45 PM CDT, janjust wrote: I'm trying to build valgrind for testing some simple MPI programs; however, when building valgrind everything but the libmpiwrap_platform.so builds. The error that I'm getting is: - mpicc-I../include -g -O

Re: [Valgrind-users] Valgrind MPI fails to build libmpiwrapers

2011-06-28 Thread Dave Goodell
On Jun 28, 2011, at 3:45 PM CDT, Dave Goodell wrote: On Jun 28, 2011, at 2:56 PM CDT, janjust wrote: Thanks for the reply. ; Setting $MPI_CC=mpicc -noswitcherror moved the build a bit further but it exited with a different error, this time: --- ... pgcc-Warning-Unknown switch:

Re: [Valgrind-users] Segmentation fault on ppc

2011-06-28 Thread John Reiser
I managed to cross-compile valgrind for linux on ppc (MPC8313), but failed to run it. Below is the err info caught by strace. What's wrong with it? Thanks in advance. BTW, the configure options are like: configure --host=powerpc-unknown-linux --target=powerpc-unknown-linux