public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* ABI problem: building libgcc_s for n64 MIPS glibc.
@ 2006-10-20 18:40 Kaz Kylheku
  0 siblings, 0 replies; only message in thread
From: Kaz Kylheku @ 2006-10-20 18:40 UTC (permalink / raw)
  To: gcc-help

I have compiled a MIPS glibc2 with -mabi=64, to run under the n64 MIPS
memory model over a 64 bit kernel.

I want to rebuild the final cross-compiler which will use the headers
and libraries from this glibc.

There is a little problem, however. GCC compiler isn't using the right
ABI when building the objects for the target system, and so it cannot
link against libc.

The linking attempt to make libgcc_s.so results in tons of messages:
``ABI is incompatible with that of the selected emulation''.

What's the right way to set this up?

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-10-20 18:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-20 18:40 ABI problem: building libgcc_s for n64 MIPS glibc Kaz Kylheku

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).