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: Crosstool


Greg Chandler wrote:
> I tried going back to:
> eval `cat mips.dat gcc-3.4.1-glibc-2.3.3.dat`        sh all.sh --notest
>
> Which is the last one in the script before the current.
>
> and still got:
> ...
> make[1]: Entering directory
`/usr/src/crosstool-0.28-rc37/build/mips-unknown-linux-gnu/gcc-3.4.1-glibc-2.3.3/glibc-2.3.3'
> { echo '#include "posix/bits/posix1_lim.h"';            \
>   echo '#define _LIBC 1';                                       \
>   echo '#include "misc/sys/uio.h"'; } |                 \
> gcc -mabi=32 -E ...
> -xc - -o
/usr/src/crosstool-0.28-rc37/build/mips-unknown-linux-gnu/gcc-3.4.1-glibc-2.3.3/build-glibc-headers/bits/stdio_lim.hT
> cc1: error: invalid option `abi=32'
> ...
> make: *** [sysdeps/gnu/errlist.c] Error 2

That's a different error (last time you had a 'trap' problem, right?).

It kind of sounds like the little tricks I use to get glibc-2.3.3
to install just the headers before building the bootstrap
gcc are failing for you.  (It *did* fail before building the
bootstrap, right?)
I'm on vacation now, so it's hard for me to check this out.
- Dan


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