crosstool on OSX?
David Wuertele
dave-gnus@bfnet.com
Sat Feb 21 01:59:00 GMT 2004
>> My problem is that the glibc make eventually craps out here:
>> ...
>> *** errlist.c count 1134 vs Versions sys_errlist@GLIBC_2.0 count 123
>> make[3]: *** [/Users/abcd/targets/crosstool-0.27/build/mipsel-unknown-linux-gnu/gcc-3.3.2-glibc-2.3.2/build-glibc/\stdio-common/errlist-compat.c] Error 1
>> ...
>> Any suggestions on how I might get beyond this?
Daniel> Hey, I ran into this problem last year before I wrote crosstool:
Daniel> http://sources.redhat.com/ml/crossgcc/2003-05/msg00184.html
Daniel> but I think that was while installing headers, rather than
Daniel> building glibc. Did the failure happen before or after building
Daniel> the bootstrap gcc?
After. It happened on line 299 of crostool.sh, in the first "make"
after echoing "Build glibc and linuxthreads".
I'm now checking whether adding
make sysdeps/gnu/errlist.c; touch stdio-common/errlist-compat.c
to the spot makes a difference. I don't really understand what this
does, but since it worked for you before I'm giving it a try.
Dave
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list