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]

uberbaum tree fails for --target=m68k-elf


Over the past couple of days, I can't build the uberbaum tree for
--target=m68k-elf.

The config line used(from config.status) is:

# /home/peter/work/cvs-gnu/uberbaum/configure   --target=m68k-elf --prefix=/home/mylocal/uberbaum --with-gcc-version-trigger=/home/peter/work/cvs-gnu/uberbaum/gcc/version.c --enable-languages=c


And the error from 'make' is:

gcc   -g -O2 -DIN_GCC -DCROSS_COMPILE  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes  -fno-common   -DHAVE_CONFIG_H  -o cpp gcc.o cppspec.o intl.o \
  prefix.o version.o  ../libcpp/libcpp.a   ../libiberty/libiberty.a
/home/peter/work/cvs-gnu/obj/gcc/xgcc -B/home/peter/work/cvs-gnu/obj/gcc/ -nostdinc -B/home/peter/work/cvs-gnu/obj/m68k-elf/newlib/ -isystem /home/peter/work/cvs-gnu/obj/m68k-elf/newlib/targ-include -isystem /home/peter/work/cvs-gnu/uberbaum/newlib/libc/include -B/home/mylocal/uberbaum/m68k-elf/bin/ -B/home/mylocal/uberbaum/m68k-elf/lib/ -isystem /home/mylocal/uberbaum/m68k-elf/include -isystem /home/mylocal/uberbaum/m68k-elf/sys-include -L/home/peter/work/cvs-gnu/obj/ld -dumpspecs > tmp-specs
mv tmp-specs specs
echo | /home/peter/work/cvs-gnu/obj/gcc/xgcc -B/home/peter/work/cvs-gnu/obj/gcc/ -nostdinc -B/home/peter/work/cvs-gnu/obj/m68k-elf/newlib/ -isystem /home/peter/work/cvs-gnu/obj/m68k-elf/newlib/targ-include -isystem /home/peter/work/cvs-gnu/uberbaum/newlib/libc/include -B/home/mylocal/uberbaum/m68k-elf/bin/ -B/home/mylocal/uberbaum/m68k-elf/lib/ -isystem /home/mylocal/uberbaum/m68k-elf/include -isystem /home/mylocal/uberbaum/m68k-elf/sys-include -L/home/peter/work/cvs-gnu/obj/ld -E -dM - | \
  sed -n 's/^#define \([^_][a-zA-Z0-9_]*\).*/\1/p ; \
	s/^#define \(_[^_A-Z][a-zA-Z0-9_]*\).*/\1/p' | \
  sort -u > macro_list
make[1]: *** No rule to make target `../build-i686-pc-linux-gnu/fixincludes/fixincl', needed by `stmp-fixinc'.  Stop.
make[1]: Leaving directory `/home/peter/work/cvs-gnu/obj/gcc'
make: *** [all-gcc] Error 2


The latest update was from around 14:30 UTC today.
Any ideas what's causing it to fail?

-- 
Peter Barada
peter@the-baradas.com


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