This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Compile GCC without a library
- From: Anders Ådland <aaadland at atmel dot no>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 27 Aug 2003 16:05:49 +0200
- Subject: Compile GCC without a library
Hi,
When I'm compiling my new port with --enable-languages="c", it compiles
with no errors. When configuring with --enable-language="c,c++" it fails
when compiling libiberty because it can't find sys/types.h. I don't have a
library for this architecture yet. Do I have to start porting a library
befor I can continue with porting GCC?
Regards,
Anders