From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lukas Ruf To: gcc help Subject: GCC: Cross Compiler Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <19991214201110.E16093@kom30.ethz.ch> X-SW-Source: 1999-12n/msg00220.html Message-ID: <19991231222400.wqSftAQLFIdMrxT_P9bRseZoPHiRD3rma_fAIJLC8j4@z> Dear list, Pre-Note: uname = SunOS 5.5.1 while trying to install a cross compiler with host=sunos and target=mips-idt-ecoff I always receive the same error message: xgcc: installation problem, cannot exec `mips-tfile': No such file or directory gmake[1]: *** [libgcc1-asm.a] Error 1 gmake[1]: Leaving directory `/scratch/ruf/gcc-2.95.1/b-mips/gcc' gmake: *** [all-gcc] Error 2 If I try to build mips-tfile for the sun environment, I receive the following list of errors (shortened): /scratch/ruf/gcc-2.95.1/b-solaris/gcc!109> gmake mips-tfile gcc -c -DIN_GCC -DHAIFA -DSVR4 -g -DHAVE_CONFIG_H -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/mips-tfile.c ../../gcc/mips-tfile.c: In function `xmalloc': ../../gcc/mips-tfile.c:5677: `HOST_PTR_PRINTF' undeclared (first use in this function) [...] ../../gcc/mips-tfile.c: At top level: ../../gcc/mips-tfile.c:5751: syntax error before `char' ../../gcc/mips-tfile.c:5767: syntax error before `char' gmake: *** [mips-tfile.o] Error 1 If I then try to build it from within the target mips configure directory, I receive the other error messages: /scratch/ruf/gcc-2.95.1/b-mips/gcc!115> gmake mips-tfile gcc -c -DCROSS_COMPILE -DIN_GCC -DSVR4 -g -DHAVE_CONFIG_H -I. -I../../gcc -I../../gcc/config -I../../gcc/../include ../../gcc/mips-tfile.c ../../gcc/mips-tfile.c:673: mips/a.out.h: No such file or directory gmake: *** [mips-tfile.o] Error 1 So, my beg to this list: If anyone knows how to overcome this problem, please let me know. Thanks in advance. Kind regards, Lukas