|
From: Bart V. A. <bar...@gm...> - 2009-02-12 16:11:50
|
On Thu, Feb 12, 2009 at 5:00 PM, xavier.vvv <xav...@gm...> wrote: > > Hi all, > I want to install valgrind on linux 2.6 embedded in xupv2p board (ppc405 > procesor + 256MB DDR). > The error is: > > make[4]: Leaving directory `/root/valgrind-3.4.0/VEX' > gcc -Wno-long-long -Wno-pointer-sign -Wdeclaration-after-statement > -fno-stack-protector -o memcheck-ppc32-linux -static > -Wl,-defsym,valt_load_address=0x3 > /usr/lib/gcc/ppc-linux/4.2.2/libgcc.a(divsf3.o): In function `__divsf3': > (.text+0x88): undefined reference to `abort' > /usr/lib/gcc/ppc-linux/4.2.2/libgcc.a(divdf3.o): In function `__divdf3': > (.text+0x118): undefined reference to `abort' > /usr/lib/gcc/ppc-linux/4.2.2/libgcc.a(muldf3.o): In function `__muldf3': > (.text+0x11c): undefined reference to `abort' > collect2: ld returned 1 exit status > make[3]: *** [memcheck-ppc32-linux] Error 1 > make[3]: Leaving directory `/root/valgrind-3.4.0/memcheck' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/valgrind-3.4.0/memcheck' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/valgrind-3.4.0' > make: *** [all] Error 2 > ************************************* Which options did you pass to configure ? And which gcc version did you use ? The output of gcc -v would be helpful. Bart. |