This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more infromation.


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

Re: cross gcc host HPUX11 target SPARC solaris2 HELP!


Cygnus Solutions		EGCS GNU Compiler System
http://www.cygnus.com		http://www.cygnus.com/egcs

  In message <00ba01bfebe6$bec8cf60$4d21848a@settimo.italtel.it>you write:
  > BUT
  > 
  > when make starts building libgcc.a i have the following errors:
  > 
  > ../../gcc-2.95.2/gcc/libgcc2.c:41: stdlib.h: No such file or directory
  > ../../gcc-2.95.2/gcc/libgcc2.c:42: unistd.h: No such file or directory=20
  > 
  > if i copy files from /usr/include make goes on but i get a bad gcc-cross
  > (it won't compile libiberty)
You need to provide headers and libraries that are suitable for your
target system to the build process using the --with-headers and
--with-libs options.

  > The question is: must i get the include files from a sparc system?
yes.
jeff

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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