On Friday 13 July 2007 18:17:11 Roman Yeryomin wrote:
> Hello!
>
> I'm now trying to build clfs-embedded for mips and I'm failing at the
> "6.7.1. Installation of uClibc Headers", exactly on "make headers". I have
> the following output:
>
> ln -fs sgidefs.h ./include/
> cc1: error: unrecognized command line option "-mips1"
> cc1: error: unrecognized command line option "-mabi=32"
> cc1: error: unrecognized command line option "-mips1"
> cc1: error: unrecognized command line option "-mabi=32"
>
> What does it mean and how to fix it (if need to be)?
> Anyway headers seem to be installed.. will try to go futher.
>
As expected uclibc fails at `make CC="${CC} ${BUILD}"` in "6.10.1.
Installation of uClibc". :(
ln -fs sgidefs.h ./include/
cc1: error: unrecognized command line option "-mabi32"
cc1: error: unrecognized command line option "-mabi32"
CC ldso/ldso/ldso.oS
cc1: error: unrecognized command line option "-mabi32"
make: *** [ldso/ldso/ldso.oS] Error 1
How do I fix this error?
Roman
_______________________________________________
Clfs-dev mailing list
[email protected]
http://lists.cross-lfs.org/cgi-bin/mailman/listinfo/clfs-dev