On Fri, Jul 8, 2011 at 1:08 AM, Rohit Arul Raj <rohitarul...@gmail.com> wrote: > On Wed, Mar 23, 2011 at 5:55 PM, Joseph S. Myers > <jos...@codesourcery.com> wrote: >> On Wed, 23 Mar 2011, Rohit Arul Raj wrote: >> >>> Hello All, >>> >>> I have been trying to build a cross compiler (for PowerPC) on x86_64 >>> linux host. I followed the build procedure given in the link below: >>> >>> http://www.eglibc.org/archives/patches/msg00078.html >> >> You should be referring to the current checked-in version of this >> documentation, not a four-year-old draft. However, it doesn't appear to >> have relevant changes. Maxim, perhaps we should add >> --disable-decimal-float --disable-libffi --disable-libquadmath to the >> configure options for the first GCC in EGLIBC.cross-building? >> >> -- >> Joseph S. Myers >> jos...@codesourcery.com >> > > Any updates on this one yet? > Adding "--disable-decimal-float --disable-libffi > --disable-libquadmath" to configure options gives the same error.
I a script based on these instructions which is uptodate and builds eglibc based toolchains https://github.com/kraj/ct-scripts/blob/master/toolchain-eglibc.sh You can try that > > Regards, > Rohit >