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
> 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
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
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