This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Need help with making cross compiler and fixincludes.



  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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]