This is the mail archive of the gcc-bugs@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: Cross compiler x86->ARM (no stdio.h)


  In message <9804132244.AA32310@axp745.gsfc.nasa.gov>you write:
  > 
  > I'm trying to build a cross compiler using egcs-1.0.2 that compiles
  > code on a Linux machine to be run on an embedded Strong ARM processor.
  > I'm having trouble since the make process want to fix the stdio.h
  > prototypes.  I don't have a stdio.h to fix.  Can't I just live without
  > it.  I can't seem to tell the compiler to ignore it.  The error I get
  > is:
Well, for your cross compiler to be of any real value, you'll need
include files for the target system.



jeff


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