[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

gcc-3.4.0 howto build ?



Hello.
I can`t to build gcc-3.4.0 for x86_64. (debian/stable gcc-2.95 and new binutils-2.14)
I have
binutils-2.14
gcc-3.4.0
(need some more ?)

I build binutils
../binutils-2.14/configure --prefix=/opt/binutils-2.14 --target=x86_64-pc-linux-gnu make make install All ok and I have in /opt/binutils-2.14/bin files x86_64-pc-linux-gnu-as and so on.

Next I try build gcc export PATH=/opt/binutils-2.14/bin:$PATH ../gcc-3.4.0/configure --prefix=/opt/gcc-3.4.0 --target=x86_64-pc-linux-gnu --enable-languages=c,c++
make
Give error something about rip register can not be used in 32 bit operands ?

Anybody can me show step by step instruction howto build gcc ?
Thanks.

Regards,
Yuri Kozlov



Reply to: