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: error in building sh3eb toolchain


Robert P. J. Day wrote:
No idea, but you probably need a newer glibc.  See
http://sources.redhat.com/bugzilla/show_bug.cgi?id=802
and try using yesterday's glibc snapshot
(crosstool can download by date, e.g. glibc-20050401, iirc).


ok, but should i have a matching glibc-linuxthreads?

yes


i was going to just grab a recent snapshot tarball of glibc from

ftp://sources.redhat.com/pub/glibc/snapshots/

and while there are snapshots of glibc, there are no corresponding
ones of glibc-linuxthreads, at least not there.

They're embedded in the one tarball. You have to extract it like glibc-get.sh does:

file=2.3-20050328
tar -xzf glibc-$file.tar.gz
tar --exclude CVS --exclude linuxthreads* -czf ../glibc-$file.tar.gz glibc-$file
cd glibc-$file
tar -czf ../../glibc-linuxthreads-$file.tar.gz linuxthreads*

I should add support in getandpatch.sh for fetching and
repacking these...

do these exist in
another location?  barring that, i'll just go the CVS date checkout
route.

That would work, too. - 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]