Building a cross compiler
ralf@uni-koblenz.de
ralf@uni-koblenz.de
Mon Apr 27 00:33:00 GMT 1998
On Mon, Apr 27, 1998 at 11:11:37AM +1000, The Red Fox wrote:
> mv libgcc1.a libgcc1.cross || (echo You must find a way to make libgcc1.a;
> false)
> mv: libgcc1.a: No such file or directory
> You must find a way to make libgcc1.a
> make[1]: *** [libgcc1.cross] Error 1
> make[1]: Leaving directory `/home/usr_src/egcs-1.0.2/build/gcc'
> make: *** [cross] Error 2
>
> The big question is, how do I find a way to make libgcc1.a?
In general writing libgcc1.a in assembler or just taking it from an
existing native gcc compile are the two options.
Ralf
More information about the Gcc
mailing list