This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Need help with making cross compiler and fixincludes.
- To: steveo at world dot std dot com
- Subject: Re: Need help with making cross compiler and fixincludes.
- From: Jeffrey A Law <law at cygnus dot com>
- Date: Sat, 31 Oct 1998 12:29:21 -0700
- cc: egcs at cygnus dot com, swo at openroute dot com
- Reply-To: law at cygnus dot com
In message <Pine.SGI.4.04.9810300753300.8066-100000@world.std.com>you write:
> I'm running egcs-1.1b
>
> I hope this helps. It turns out that the reason that the include files are
> trying to come in is because of a conditional on inhibit_libc. I traced
> that back to a shell variable called with_newlib which was not set.
>
> I tried to fix it by running
> with_newlib=yes configure etc...
>
> which got me to the next problem which I am about to give up on to see if
> I do better with gcc-2.8.1
>
> BTW, am I confused or is the configuration that I'm trying to build
> (m68k-unknown-coff) not something that is considered incredibly vanilla?
It is, and the problems you're running into are FAQs actually.
You need to find suitable header files for your target...
gcc2.8 may work better, but it's unlikely and it would be an accident.
jeff