Need help with making cross compiler and fixincludes.

Jeffrey A Law law@cygnus.com
Sat Oct 31 16:39:00 GMT 1998


  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



More information about the Gcc mailing list