This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem with glibc2.2.1?


Hi, all:

I have got a cross-compiler for arm9 by using:
	binutils-2.13, gcc-3.2.3, glibc-2.2.5, glibc-linuxthreads-2.2.5, linux-2.4.21

It worked fine. But, when I use
	binutils-2.11.2, gcc-3.2.3, glibc-2.2.1, glibc-linuxthreads-2.2.1, linux-2.4.18

I got an error as following:
==============================================
+ echo 'Install glibc headers needed to build bootstrap compiler -- but only if gcc-3.x' //<<<<<<<<<<
Install glibc headers needed to build bootstrap compiler -- but only if gcc-3.x
+ grep -q gcc-3 /home/xzz/crosstool-0.28/build/armv41-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.1/gcc-3.
2.3/ChangeLog
+ test '!' -f /opt/crosstool/armv41-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.1/armv41-unknown-linux-gnu
/include/features.h
+ mkdir -p build-glibc-headers
+ cd build-glibc-headers
+ test '!' -f Makefile
+ libc_cv_ppc_machine=yes
+ CC=gcc
+ /home/xzz/crosstool-0.28/build/armv41-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.1/glibc-2.2.1/configur
e --prefix=/usr --build=i686-pc-linux-gnu --host=armv41-unknown-linux-gnu --without-cvs --disable-sa
nity-checks --with-headers=/opt/crosstool/armv41-unknown-linux-gnu/gcc-3.2.3-glibc-2.2.1/armv41-unkn
own-linux-gnu/include --enable-hacker-mode
creating cache ./config.cache
checking host system type... armv41-unknown-linux-gnu
checking sysdep dirs... sysdeps/arm/elf sysdeps/unix/sysv/linux/arm sysdeps/unix/sysv/linux sysdeps/
gnu sysdeps/unix/common sysdeps/unix/mman sysdeps/unix/inet sysdeps/unix/sysv sysdeps/unix/arm sysde
ps/unix sysdeps/posix sysdeps/arm/fpu sysdeps/arm sysdeps/wordsize-32 sysdeps/ieee754/flt-32 sysdeps
/ieee754/dbl-64 sysdeps/ieee754 sysdeps/generic/elf sysdeps/generic
checking for a BSD compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for pwd... /bin/pwd
checking build system type... i686-pc-linux-gnu
checking for armv41-unknown-linux-gnu-gcc... gcc
checking version of gcc... 3.2.2, bad //<<<<<<<<< why it is 3.2.2? I'm sure I gave the correct version 3.2.3 in .dat file
checking for gnumake... no
checking for gmake... gmake
checking version of gmake... 3.79.1, ok
checking for gnumsgfmt... no
checking for gmsgfmt... no
checking for msgfmt... msgfmt
checking version of msgfmt... 0.11.4, ok
checking for makeinfo... makeinfo
checking version of makeinfo... 4.3, ok
checking for gsed... no
checking for sed... sed
checking version of sed... 4.0.5, ok
configure: error:
*** Some critical program is missing or too old. // <<<<<<<<<<<<<< this error
*** Check the INSTALL file for required versions.
====================================================== 

I have tried to use gcc-3.2.2, it also gives me the same error!

Is there someting wrong with glibc-2.2.1? I have to use it, anyone can help me?

Thanks for your suggestion!





------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]