From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralf@uni-koblenz.de To: The Red Fox Cc: egcs@cygnus.com Subject: Re: Building a cross compiler Date: Mon, 27 Apr 1998 00:33:00 -0000 Message-id: <19980427091025.45994@uni-koblenz.de> References: X-SW-Source: 1998-04/msg01059.html 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