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]

Re: Uberbaum fails to build for --target=m68k-elf


On Mon, Nov 29, 2004 at 07:24:49PM -0500, Peter Barada wrote:
> 
> Uberbaum fails to build for --target=m68k-elf.  Build fails with:
> 
> 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 > tmp-macro_list
> /bin/sh /home/peter/work/cvs-gnu/uberbaum/gcc/../move-if-change tmp-macro_list macro_list
> echo timestamp > s-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
> 
> Any ideas what wrong?

If I remember right, uberbaum is implemented as a symlink farm on the
server.  In that case it probably needs the fixincludes directory
added.

-- 
Daniel Jacobowitz


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