Jeremy Huntwork wrote:
> I'll start debugging it, but it might take me some time.

For anyone following this thread, here's the exact error that I hit when 
bootstrapping GCC pass1 on a multilib Debian Lenny system (sorry for the 
line-wrapping):

/mnt/lfs/sources/gcc-build/./gcc/xgcc 
-B/mnt/lfs/sources/gcc-build/./gcc/ 
-B/tools/x86_64-unknown-linux-gnu/bin/ 
-B/tools/x86_64-unknown-linux-gnu/lib/ -isystem 
/tools/x86_64-unknown-linux-gnu/include -isystem 
/tools/x86_64-unknown-linux-gnu/sys-include -O2 -O2 -g -O2  -DIN_GCC 
-W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes 
-Wold-style-definition  -isystem ./include  -I. -I. 
-I../../gcc-4.2.1/gcc -I../../gcc-4.2.1/gcc/. 
-I../../gcc-4.2.1/gcc/../include -I../../gcc-4.2.1/gcc/../libcpp/include 
  -I../../gcc-4.2.1/gcc/../libdecnumber -I../libdecnumber  -g0 
-finhibit-size-directive -fno-inline-functions -fno-exceptions 
-fno-zero-initialized-in-bss -fno-toplevel-reorder 
-fno-omit-frame-pointer -fno-asynchronous-unwind-tables \
           -c ../../gcc-4.2.1/gcc/crtstuff.c -DCRT_BEGIN \
                     -o crtbegin.o
xgcc: /mnt/lfs/sources/gcc-build/./gcc/specs: Invalid argument
make[3]: *** [crtbegin.o] Error 1
make[3]: Leaving directory `/mnt/lfs/sources/gcc-build/gcc'
make[2]: *** [all-stage2-gcc] Error 2
make[2]: Leaving directory `/mnt/lfs/sources/gcc-build'
make[1]: *** [stage2-bubble] Error 2
make[1]: Leaving directory `/mnt/lfs/sources/gcc-build'
make: *** [all] Error 2

The configure arguments are the same as what is in the jh branch 
currently, minus the '--disable-bootstrap' and '--disable-libmudflap'.

Now for the debugging...

--
JH
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to