This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

Installation Problems


I am trying to install  a cross compiler for a m68k-coff and have come up with
the following error messages when install the gcc.

gcc -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2   -DHAVE_CONFIG_H    -I.
-I../../gcc-2.95.2/gcc -I../../gcc-2.95.2/gcc/config
-I../../gcc-2.95.2/gcc/../include \
  -DSTANDARD_STARTFILE_PREFIX=\"/proj/ICWS/gcc/crossgcc/lib/\"
-DSTANDARD_EXEC_PREFIX=\"/proj/ICWS/gcc/crossgcc/lib/gcc-lib/\"
-DDEFAULT_TARGET_VERSION=\"2.95.2\"  -DDEFAULT_TARGET_MACHINE=\"m68k-coff\"
-DTOOLDIR_BASE_PREFIX=\"/proj/ICWS/gcc/crossgcc/\" \
  -c `echo ../../gcc-2.95.2/gcc/gcc.c | sed 's,^\./,,'`
gcc -DCROSS_COMPILE -DIN_GCC  -DSVR4  -g -O2   -DHAVE_CONFIG_H  -o xgcc gcc.o
gccspec.o intl.o \
  prefix.o version.o  obstack.o alloca.o       ../libiberty/libiberty.a
rm -rf include; mkdir include
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 /proj/ICWS/gcc/crossgcc/m68k-coff/sys-include
Fixing headers into /projects/ICWS/gcc/build-gcc/gcc/include for
m68k-unknown-coff target
./fixinc.sh: /proj/ICWS/gcc/crossgcc/m68k-coff/sys-include: does not exist
*** Error code 1
make: Fatal error: Command failed for target `stmp-fixinc'
Current working directory /projects/ICWS/gcc/build-gcc/gcc
*** Error code 1
make: Fatal error: Command failed for target `all-gcc'

Any ideas as to what is going on?

Thanks in advance

Bob



------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com


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