This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: Errors while building bootstrap GCC for "mipsisa32-elf" target
- From: "Monika Sapra" <monika dot sapra at gmail dot com>
- To: "'Eric Christopher'" <echristo at apple dot com>
- Cc: <gcc at gcc dot gnu dot org>, "'Mr. RM Nair'" <rm at acmet dot com>, "'Prakhar Deep'" <prakhardeep at acmet dot com>
- Date: Sat, 10 Jun 2006 00:30:33 -0700
- Subject: RE: Errors while building bootstrap GCC for "mipsisa32-elf" target
- Reply-to: <monika dot sapra at gmail dot com>
Thanks for the reply. I have tried this but when I check out GCC source
using SVN, It is 1.38 GB. I have space problem on my system so it is
difficult to check out all supported tool sources and make combined tree.
I am not able to understand, why the checkout source of GCC is so large in
size? I am using the following command to checkout source:
"svn checkout svn://gcc.gnu.org/svn/gcc/trunk gcc"
Can I use gcc4.1.1 instead of checkout GCC source to make the combined tree?
> -----Original Message-----
> From: Eric Christopher [mailto:echristo@apple.com]
>
> > Hi all,
> >
> > I am new to this list and GCC compiler. I am trying to build
> > GCC4.1.0 for
> > "mipsisa32-elf" target. I would appreciate if someone could help me
> > out in
> > resolving the errors during build process.
>
> You should really use a combined tree for this. There are also docs
> on the web page on how to build a cross toolchain:
>
> http://gcc.gnu.org/simtest-howto.html
>
> -eric