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.valgrind.org/valgrind/trunk valgrind cd valgrind source ../../../env.sh ./autogen.sh --host=powerpc-linux --prefix=$ELDK_PREFIX/eldk-4.2-ppc_4xx/ppc_4xx ./configure --host=powerpc-linux --prefix=$ELDK_PREFIX/eldk-4.2-ppc_4xx/ppc_4xx make make install seem to be happy. Now I'm at the same stage as before with the 3.5 trunk and some hacks here and there. 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# Where does valgrind expect to find memcheck on my target? I do have under /lib/valgrind this: -rwxr-xr-x 1 1001 1001 5591541 Jun 15 2010 cachegrind-ppc32-linux -rwxr-xr-x 1 1001 1001 5863593 Jun 15 2010 callgrind-ppc32-linux -rw-r--r-- 1 1001 1001 29789 Jun 15 2010 default.supp -rwxr-xr-x 1 1001 1001 5859015 Jun 15 2010 drd-ppc32-linux -rwxr-xr-x 1 1001 1001 5477994 Jun 15 2010 exp-bbv-ppc32-linux -rwxr-xr-x 1 1001 1001 5713694 Jun 15 2010 exp-ptrcheck-ppc32-linux -rwxr-xr-x 1 1001 1001 5854195 Jun 15 2010 helgrind-ppc32-linux -rwxr-xr-x 1 1001 1001 5488678 Jun 15 2010 lackey-ppc32-linux -rw-r--r-- 1 1001 1001 4065720 Jun 15 2010 libcoregrind-ppc32-linux.a -rw-r--r-- 1 1001 1001 51258 Jun 15 2010 libreplacemalloc_toolpreload-ppc32-linux.a -rw-r--r-- 1 1001 1001 4157614 Jun 15 2010 libvex-ppc32-linux.a -rwxr-xr-x 1 1001 1001 5553083 Jun 15 2010 massif-ppc32-linux -rwxr-xr-x 1 1001 1001 6054208 Jun 15 2010 memcheck-ppc32-linux -rwxr-xr-x 1 1001 1001 5466099 Jun 15 2010 none-ppc32-linux -rwxr-xr-x 1 1001 1001 14978 Jun 15 2010 vgpreload_core-ppc32-linux.so -rwxr-xr-x 1 1001 1001 235699 Jun 15 2010 vgpreload_drd-ppc32-linux.so -rwxr-xr-x 1 1001 1001 63804 Jun 15 2010 vgpreload_exp-ptrcheck-ppc32-linux.so -rwxr-xr-x 1 1001 1001 132807 Jun 15 2010 vgpreload_helgrind-ppc32-linux.so -rwxr-xr-x 1 1001 1001 49269 Jun 15 2010 vgpreload_massif-ppc32-linux.so -rwxr-xr-x 1 1001 1001 95557 Jun 15 2010 vgpreload_memcheck-ppc32-linux.so Regards, Robert > > > > Bart. -- Robert Berger Embedded Software Specialist Reliable Embedded Systems Consulting Training Engineering Tel.: (+30) 697 593 3428 Fax.:(+30) 210 684 7881 URL: http://www.reliableembeddedsystems.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -- ..."Stroustroup writes in the ARM: C programmers think that memory allocation is too important to be left to the computer, Lisp programmers think that memory allocation is too important to be left to the programmer." My public pgp key is available at: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x90320BF1 ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Valgrind-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/valgrind-users
