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
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
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
>
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
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