[uClibc] Incomplete Makefile

Henri van Riel uclibc at vanriel.xs4all.nl
Sat May 8 07:34:54 UTC 2004


Hello,

Still struggling a bit to get a buildroot made... The problem now is
that the Makefile in /build_i386/binutils-target is incomplete:

PATH=/fli4l/uClibc/buildroot/build_i386/staging_dir/bin:/bin:/sbin:/usr/bin:/usr/sbin \
make  -C /fli4l/uClibc/buildroot/build_i386/binutils-target all
make[1]: Entering directory `/fli4l/uClibc/buildroot/build_i386/binutils-target'
make[1]: *** No rule to make target `maybe-all-gcc', needed by `all-host'.  Stop.
make[1]: Leaving directory `/fli4l/uClibc/buildroot/build_i386/binutils-target'
make: *** [/fli4l/uClibc/buildroot/build_i386/binutils-target/binutils/objdump] Error 2

The Makefile ends abruptly somewhere along line 20227:
.
  .PHONY: configure-ld maybe-configure-ld
  maybe-configure-ld:
  configure-ld:
          @test ! -f ld/Makefile || exit 0; \
          [ -d ld ] || mkdir ld; \
          r=`${PWD_COMMAND}`; export r; \
          s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
          CC="$(CC)"; export CC; \
          AR="$(AR)"; export AR; \
          AS="$(AS)"; export AS; \
          CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
          DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
          LD="$(LD)"; export LD; \
          NM="$(NM)"; export NM; \
          RANLIB="$(RANLIB)"; export RANLIB; \
          WINDRES="$(WINDRES)"; expor

... and that's where it it end. It's 631100 bytes in size and there's
more than enough free space available (about 1gig left on device)

Anybody here who has any idea or has seen this before?

-- 
Best regards,
 Henri                          mailto:uclibc at vanriel.xs4all.nl





More information about the uClibc mailing list