PowerPC Cross Help

J.K. Brown jkbrown@west.raytheon.com
Wed Aug 18 17:20:00 GMT 1999


I have been attempting to build a Cygwin -> PPC X-compiler.  I successfully
built and installed Binutils for powerpc-elf.
In using EGCS-1.1.2, the make results in the following error:
_muldi3
as: unrecognized option `-ppc'
make[3]: *** [libgcc2.a] Error 1
make[2]: *** [stmp-multilib-sub] Error 2
make[1]: *** [stmp-multilib] Error 1
make: *** [cross] Error 2
The assembler call should be: "-mppc".  The "specs" file also indicates
this.  Might there be a patch available or another method to fix this
problem?  Either the make does not use the powerpc assembler or the
assembler is not being sent '-mppc'.
When trying to make using GCC-2.95, the following error results:
/build/gcc2/texinfo/makeinfo/makeinfo   -I../../../gcc-2.95/gcc
-o cpp.info ../../../gcc-2.95/gcc/cpp.texi
../../../gcc-2.95/gcc/cpp.texi: No such file or directory
make[1]: *** [cpp.info] Error 2
make: *** [cross] Error 2
Somewhere along the line, the makefile points to the incorrect directory.
Any assistance is most appreciated.
--
Jessica Brown



More information about the crossgcc mailing list