public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* Cross Compiling Problem
@ 2003-08-05 23:47 Jose Cornado
  0 siblings, 0 replies; only message in thread
From: Jose Cornado @ 2003-08-05 23:47 UTC (permalink / raw)
  To: gcc-help

Guys:

I need to do the following: create a gcc cross-compiler where the host is
i686-pc-linux-gnu and the target is i686-pc-winnt. (I am using 3.2.3 sources
for GCC)

I have already successfully created the binutils for the specific target. (I
do not recall the version of binutils but it is the one before the latest)

When I tried to configure gcc, it fails with "configuration not supported"
even though "i686-pc-winnt" succeeded for binutils.
I changed $target just before calling config.gcc and it configures (I
changed i686-pc-winnt to i686-pc-win32)
But the make process stops while making gcc with the following error:

libbackend.a (winnt.o) In function i386_pe_file_end:
"PATH" to GCC/config/i386/winnt.c undefined reference to 'drectve_section'
"PATH" to GCC/config/i386/winnt.c undefined reference to
'I386_PE_STRIP_ENCODING'

Any thoughts?

I am using gcc 2.96 (the one that comes with RH 7.3)

Thanks a lot!

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

only message in thread, other threads:[~2003-08-05 23:47 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-05 23:47 Cross Compiling Problem Jose Cornado

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