Crosscompiler

Leonardo tomstella@libero.it
Mon Feb 24 11:53:00 GMT 2003


Hi,
I have successfully done a cross compiler for alpha-linux target on my 
i686-pc-linux-gnu but the binaries are in ELF format and i need this in COFF 
format!

I try to build a crosscompiler for alpha-ecoff on my i686-pc-linux-gnu
I successfully build the binutils 2.13.2 with target=alpha-linuxecoff

I try with: ./configure --target=alpha-linuxecoff
and
make
but i have an error:

gcc.c:652: parse error before "SUB_CPP_PREDEFINES"
gcc.c:681: warning: string length '792' is greater then the length '509' ISO 
C89 compilers are required to support
gcc.c:843: warning: string length '792' is greater then the length '509' ISO 
C89 compilers are required to support
make[1]: *** [gcc.o] Error 1
make[1]: Leaving directory 'home/leonardo/crossdev/src/gcc-3.2.2/gcc'
make: *** [all-gcc] Error 2

Can you help me?
ty Leonardo



More information about the Gcc mailing list