This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Installing Cross-Compiler
- To: gcc at gcc dot gnu dot org
- Subject: Installing Cross-Compiler
- From: Desmond Cheung <dycheung at cs dot sfu dot ca>
- Date: Fri, 26 May 2000 17:13:51 -0700 (PDT)
Hi,
I'm trying to install a cross-compiler with sparc as the host and m68k-coff as the target. I've tried the instructions in the online manual but it always stops during the building process and gives me the following error
.
.
.
TARGET_MACHINE=m68k-unknown-coff; srcdir=`cd ../../gcc-2.95.2/gcc; pwd`; \
INSTALL_ASSERT_H=install-assert-h; SHELL=/bin/sh ;\
export TARGET_MACHINE srcdir INSTALL_ASSERT_H SHELL ; \
/bin/sh ./fixinc.sh `pwd`/include /usr/local-kirin/gnudev/gnu/m68k/bar/m68k-coff/sys-include
Fixing headers into /net/local-kirin/gnudev/gnu/m68k/build-gcc/gcc/include for m68k-unknown-coff target
./fixinc.sh: /usr/local-kirin/gnudev/gnu/m68k/bar/m68k-coff/sys-include: does not exist
make[1]: *** [stmp-fixinc] Error 1
make[1]: Leaving directory `/net/local-kirin/gnudev/gnu/m68k/build-gcc/gcc'
make: *** [all-gcc] Error 2
Does anybody know how to get around with this?
Thanks a lot!!
Desmond Cheung
dycheung@cs.sfu.ca