|
From: xavier.vvv <xav...@gm...> - 2009-02-12 16:30:45
|
I have made: ./configure --prefix=/root/opt/ And I use gcc 4.2.2 version Bugzilla from bar...@gm... wrote: > > 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. > > ------------------------------------------------------------------------------ > _______________________________________________ > Valgrind-users mailing list > Val...@li... > https://lists.sourceforge.net/lists/listinfo/valgrind-users > > -- View this message in context: http://www.nabble.com/valgring-3.4-compiling-problem-under-ppc405-and-gcc4.2.2-tp21978916p21979546.html Sent from the Valgrind - Users mailing list archive at Nabble.com. |