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 Compilling for PowerPc from FreeBDS6.1


Hi all,

I am trying to cross compile gcc-4.1.0 ( I have also
tried 3.3.2) for powerpc using a Freebsd 6.1 box. I
configure using:

var/gcc-4.1.0/configure --host=i386-freebsd
--target=powerpc-linux --prefix=/var/gcc
--disable-shared --disable-threads
--enable-languages=c,c++ --without-fp 

and everything seems ok. Then I type make all-gcc
install-gcc and the make begins.

After a while I get the following error:

srcdir="/var/gcc-4.1.0/fixincludes" /bin/sh
/var/gcc-4.1.0/fixincludes/mkfixinc.sh
powerpc-unknown-linux-gnu
sed -e 's/@gcc_version@//' <  > mkheadersT
Syntax error: redirection unexpected
*** Error code 2

Stop in /var/built-gcc/build-i386-freebsd/fixincludes.
*** Error code 1

I have tried to configure using other commands like:

/var/gcc-4.1.0/configure --target=powerpc-linux
--prefix=/var/gcc --disable-shared --disable-threads
--enable-languages=c --with-newlib

but nothing different happens.

Any ideas?

thanks in advance
Andreas Sotirakopoulos



	

	
		
___________________________________________________________ 
Χρησιμοποιείτε Yahoo!; 
Βαρεθήκατε τα ενοχλητικά μηνύματα (spam); Το Yahoo! Mail 
διαθέτει την καλύτερη δυνατή προστασία κατά των ενοχλητικών 
μηνυμάτων http://login.yahoo.com/config/mail?.intl=gr 


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