Re: Howto Cross Compile GCC to run on PPC Platform

2005-11-03 Thread Kai Ruottu
Jeff Stevens wrote: I am creating the target tree on my host, so that I can later transfer it to a USB storage device. I was going to manually move everything, but only saw one binary, xgcc. Is that all, or aren't there some other utilities that go along with it? The 'cpp', 'cc1*', 'collect2

Re: Howto Cross Compile GCC to run on PPC Platform

2005-11-03 Thread Jeff Stevens
I am creating the target tree on my host, so that I can later transfer it to a USB storage device. I was going to manually move everything, but only saw one binary, xgcc. Is that all, or aren't there some other utilities that go along with it? I just didn't know exactly what to copy and where to

Re: Howto Cross Compile GCC to run on PPC Platform

2005-11-03 Thread Kai Ruottu
Jeff Stevens wrote: .../gcc-3.4.4/configure --build=`../gcc-3.4.4/config.guess` --target=powerpc-linux --host=powerpc-linux --prefix=${PREFIX} --enable-languages=c and then a make all. The make went fine, and completed without any errors. However, when I ran 'make install' I got the following

Re: Howto Cross Compile GCC to run on PPC Platform

2005-11-03 Thread Jeff Stevens
I am using the AMCC 440SP processor. I went and bought "Building Embedded Linux Systems" by Karim Yaghmour. It seems to be a pretty complete book, and I have gotten the cross-compiler completely installed, but it doesn't get into installing a native compiler. However, I tried cross compiling gcc