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:[EMAIL PROTECTED] > > > 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