root wrote: >Hi all, >i am trying to build a kernel for CDB89712 followed Roland Seuhs step by step >many times in many ways no matter what I always get the following error when >I run "make install" for the compile gcc. > >../libiberty/libiberty.a >gcc: ../libiberty/libiberty.a: No such file or directory >make[1]: *** [cc1] Error 1 >make[1]: Leaving directory `/arm_root/src/gcc-3.0/gcc' >make: *** [install-gcc] Error 2 > >I am using Mandrake Linux, on a Pentium computer. >I have tried all the proper steps made sure the path is correct, >tried with versions binutils -2.11, gcc-2.95.3, linux-2.4.6,etc and the >binutils-2.11.2, gcc-3.0.3, linux-2.4.9 and everything in between. I have >even tried the linux-2.5 and no luck. > Building a cross compiling gcc it's not easy, as far as i can remember it have never happen to me that gcc compiles painless without any manual hand touch. libiberty have not been compiled properly, can't say exactly why, you need to do some research on autoconf configure results and try find out why.
If you dont want to spend some hours of your life finding out why gcc dont compile maybe better try find some precompiled tool-chain that you can download at: ftp://ftp.arm.linux.org.uk/pub/armlinux/toolchain/ /Benny > _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm http://www.arm.linux.org.uk/armlinux/mailinglists.php Please visit the above addresses for information on this list.
