This is the mail archive of the gcc@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]

Gcc Cross Compile


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





___________________________________________________________ Now you can scan emails quickly with a reading pane. Get the new Yahoo! Mail. http://uk.docs.yahoo.com/nowyoucan.html



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