Re: HowTo Cross Compile GCC on x86 Host for PowerPC Target

2005-10-26 Thread Andreas Schwab
Jeff Stevens <[EMAIL PROTECTED]> writes: > Here is the configuration I ran: > > ../../source/gcc-3.4.4/configure > --target=powerpc-linux --host=powerpc-linux > --prefix=/opt/luan2/toolchain/bin --enable-shared > --enable-threads --enable-languages=c You need to specify --build, otherwise it defa

RE: HowTo Cross Compile GCC on x86 Host for PowerPC Target

2005-10-26 Thread Jeff Stevens
Yes I added the cross-compiler to the path and created a separate build directory (ppc_gcc). Thanks, Jeff Stevens --- Dave Korn <[EMAIL PROTECTED]> wrote: > Dave Korn wrote: > > Jeff Stevens wrote: > >> Is there a HowTo out there on how to cross > compile GCC > >> to run on another platform

Re: HowTo Cross Compile GCC on x86 Host for PowerPC Target

2005-10-26 Thread Richard Guenther
On 10/26/05, Dave Korn <[EMAIL PROTECTED]> wrote: > Jeff Stevens wrote: > > Is there a HowTo out there on how to cross compile GCC > > to run on another platform? I have an x86 host > > running linux, and an embedded PowerPC 440SP target > > running linux. I would like to compile GCC to run on >

RE: HowTo Cross Compile GCC on x86 Host for PowerPC Target

2005-10-26 Thread Dave Korn
Dave Korn wrote: > Jeff Stevens wrote: >> Is there a HowTo out there on how to cross compile GCC >> to run on another platform? I have an x86 host >> running linux, and an embedded PowerPC 440SP target >> running linux. I would like to compile GCC to run on >> the target but am having some diffic

RE: HowTo Cross Compile GCC on x86 Host for PowerPC Target

2005-10-26 Thread Dave Korn
Jeff Stevens wrote: > Is there a HowTo out there on how to cross compile GCC > to run on another platform? I have an x86 host > running linux, and an embedded PowerPC 440SP target > running linux. I would like to compile GCC to run on > the target but am having some difficulties. I have > compil