This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cross-compiling for ppc-elf


I'm trying to build a cross-compiler for ppc-elf hosted on i686-pc-cygwin
and I'm running into some problems.  I've listed a few of the errors below,
but I've got pages and pages of the same error at different line numbers, so
something has to be amiss somewhere I believe.

The gcc code is what I pulled from the GCC CVS server earlier today.

My configure command looks like so:

../../gcc/configure --prefix=/usr/local/ppc-elf --target=ppc-elf -v

FWIW, I've also compiled the latest binutils (from CVS).

Here are the errors I'm seeing...

../../../gcc/gcc/config/rs6000/rs6000.md:5844: wrong number of alternatives
in the output template
../../../gcc/gcc/config/rs6000/rs6000.md:5873: wrong number of alternatives
in the output template
../../../gcc/gcc/config/rs6000/rs6000.md:5941: wrong number of alternatives
in the output template

It looks like something is setup a little wrong since the whole file looks
like its flaking out so that has to be a configuration or some sort of
issue, but I'm just not sure what at this point.  Can anyone help?

BTW, I'm using the latest cygwin also (installed it today also).

Thanks,

Michael Rich
http://www.alphax86.com/



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]