[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bootstrapping gcc and then (if I could) glibc



2009/8/27 Hector Oron <hector.oron@gmail.com>:
> Can be it disabled? Which are your ./configure commands?
>
> a) Maybe try something similar to get the bootstrap compiler:
> ./configure --target=arm-linux-gnueabi
> --prefix=/usr/arm-linux-gnueabi/ --disable-nls --without-headers
> --with-newlib --disable-shared --disable-decimal-float
> --disable-threads --disable-libssp --disable-libgomp
> --disable-libmudflap --enable-languages=c
>
> b) Then compile the C library
>
Hello,
finally xgcc works for me. I think your parameters are right. I
already tried those, but I had "--enable-languages=c,c++". I think
this messed all.
Now xgcc doesn't want any crt1.o.

Regards,
Lluís.


Reply to: