public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
* Building a cross compiler
@ 1998-04-26 18:12 The Red Fox
  1998-04-27  0:33 ` ralf
                   ` (2 more replies)
  0 siblings, 3 replies; 12+ messages in thread
From: The Red Fox @ 1998-04-26 18:12 UTC (permalink / raw)
  To: egcs

Hi,

I'm trying to build a cross compiler on a host i586-pc-linux-gnu for
target i586-pc-linux-gnulibc1 using egcs-1.0.2.

The configure command was this:

configure --host=i586-pc-linux-gnu --target=i586-pc-linux-gnulibc1
--enable-shared --with-headers=/usr/i486-linux-libc5/include
--with-libs=/usr/i486-linux-libc5/lib

I then started the build with "make cross". Everything went fine until the
following error was encountered toward the end of building the compiler:

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?

Thanks,
Ben

+---------------------------------------------------------+
|\\ + //   Ben Ross                                \\ ^ //|
| \- -/    ben@proximity.com.au                     \` '/ |
|  \|/     http://www.proximity.com.au/~ben/         \~/  |
+---+-------------------------------------------------+---+


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~1998-05-05 23:29 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1998-04-26 18:12 Building a cross compiler The Red Fox
1998-04-27  0:33 ` ralf
1998-04-27 11:10   ` H.J. Lu
1998-04-27 11:10     ` ralf
1998-04-27 11:10       ` H.J. Lu
1998-04-28 19:49       ` Todd Vierling
1998-04-27 14:44     ` Ian Lance Taylor
1998-04-28 19:49 ` Jim Wilson
1998-04-29  8:38   ` Joe Buck
1998-04-29 14:48     ` Jim Wilson
1998-05-04 21:55 ` Jeffrey A Law
1998-05-05 23:29   ` The Red Fox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).