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]

Re: Problem with glibc2.2.1?


repinsten@sohu.com wrote:
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:
...
configure: error:
*** Some critical program is missing or too old. // <<<<<<<<<<<<<< this error
*** Check the INSTALL file for required versions.

I'd say you should read the configure script, and maybe insert set -x in order to understand why it decides to issue that error message. Also, have a look at the patches/glibc-2.2.* directories in crosstool to get an idea of what one has to do to build old glibc's with newer compilers. I have patches there for glibc-2.2.5 and 2.2.3, but I think none for 2.2.1, you might need to add some. - Dan

--
Trying to get a job as a c++ developer?  See http://kegel.com/academy/getting-hired.html


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