Re: [Valgrind-users] Compiling valgrind with non-default gcc

2012-07-07 Thread Zvi Vered
Dear Members, Thanks. Fixing "configure" helped. Best regards, Zvika. On 7/7/12, John Reiser wrote: >> Now I want to use this toolchain to compile valgrind 3.7.0 (last >> release). >> So I ran "export >> CC=/home/zvivered/gnu/toolchain/release/bin/i686-nptl-linux-gnu-gcc" >> before running ./co

Re: [Valgrind-users] Compiling valgrind with non-default gcc

2012-07-06 Thread John Reiser
> Now I want to use this toolchain to compile valgrind 3.7.0 (last release). > So I ran "export > CC=/home/zvivered/gnu/toolchain/release/bin/i686-nptl-linux-gnu-gcc" > before running ./configure > configure: error: please use gcc >= 3.0 or clang >= 2.9 > > If I run gcc --version (on my gcc) I ge

Re: [Valgrind-users] Compiling valgrind with non-default gcc

2012-07-06 Thread Philippe Waroquiers
On Sat, 2012-07-07 at 03:19 +0300, Zvi Vered wrote: > If I run gcc --version (on my gcc) I get: > .i686-nptl-linux-gnu-gcc (crosstool-NG-1.5.2) 4.3.2 > Copyright (C) 2008 Free Software Foundation, Inc. > > If I run gcc --version on the default gcc installed on my Centos 5.3 I get: > gcc (GCC) 4.1

[Valgrind-users] Compiling valgrind with non-default gcc

2012-07-06 Thread Zvi Vered
Hello, Using crosstool-ng I created a gcc for Pentium-M running vanlilla 2.6.27.35 I used this compiler to build the kernel, busy box and a device driver I wrote. Now I want to use this toolchain to compile valgrind 3.7.0 (last release). So I ran "export CC=/home/zvivered/gnu/toolchain/release/bi