So close

Graham Stoney greyham@research.canon.com.au
Wed Aug 25 17:41:00 GMT 1999


Will Sloan writes:
> /Godzilla/tools/powerpc-linux-gnu/bin/ld:
> unrecognised emulation mode: elf32ppclinux
> Supported emulations: elf32ppc
> collect2: ld returned 1 exit status

The name of the emulation passed to the linker by gcc 2.95 has changed since
the last binutils was released. You can either edit the gcc specs file
installed in $prefix/lib/gcc-lib/$target/2.95/specs to change elf32ppclinux to
elf32ppc under the '*link' rule, or upgrade your binutils to one of the more
recent snapshots. I've just built a powerpc-linux cross with gcc-2.95 and used
the binutils-990809 snapshot to avoid this problem.

Regards,
Graham

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list