Re: Problems in cross compiling GCC

2006-04-18 Thread DJ Delorie
Don't build *in* the source directory. Use two separate build directories, one for each target. At this point, you should run "make distclean" to clean up the source tree before doing anything else.

Re: Problems in cross compiling GCC

2006-04-18 Thread Eric Christopher
On Apr 18, 2006, at 3:13 PM, Ashit Kumar wrote: Hi, I tried to cross compile the GCC.I first configured,make and make install the binutils and newlibc respectively.Then i compiled the GCC for sparc-linux machine.It worked fine. Then i am trying to cross-compile for the arm-none-eabi but i am

Problems in cross compiling GCC

2006-04-18 Thread Ashit Kumar
Hi, I tried to cross compile the GCC.I first configured,make and make install the binutils and newlibc respectively.Then i compiled the GCC for sparc-linux machine.It worked fine. Then i am trying to cross-compile for the arm-none-eabi but i am getting the following error Configuring in ./libibert