Amir Fuhrmann wrote:
Does anyone have a working recipe to build gcc as a cross compiler for powerpc, to execute under cygwin
I've been able to compile binutils, and build the c/c++ compiler, but am failing in:
configure: error: No support for this host/target combination. make: *** [configure-target-libstdc++-v3] Error 1
My configure command is :
../gcc-3.4.3/configure --exec-prefix=/usr/local --program-prefix=ppc-
--with-stabs -with-cpu=603 --target=powerpc-eabi --with-gnu-as=ppc-as
--with-gnu-ld=ppc-ld --enable-languages=c,c++
Any help/pointers would be appreciated.
Amir
You can see if Dan Kegel's crosstool covers that combination: <http://kegel.com/crosstool/>
Eric