This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
help building gcc 3.2
- From: "Ralph Blach" <rcblach at us dot ibm dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Wed, 9 Oct 2002 09:00:29 -0400
- Subject: help building gcc 3.2
- Sensitivity:
I went to build a gcc3.2 cross compiler. My host is a i386 and my target
is a powerpc-linux-gnu. The build of the binutils wen flawlessly.
How ever when I went to build my cross compiler, xgcc insisted on the
following files
crti.o and libc.a
to build the cross compiler.
Whey would a compiler need these files or care about them. After all, you
might need the compiler to build theses files. How do I specify the
configure options so that these files are not needed. If they are needed,
could somebody explain why they are needed.
Thanks
Chip