[uClibc]compiling busybox with uclibc-dev-system

Claus Rosenberger Claus.Rosenberger at rocnet.de
Thu Feb 20 16:03:30 UTC 2003


it has something to do with the changes to version 1.30 to compile
gcc_target without toolchain.


>> On Wed Feb 19, 2003 at 06:40:30PM +0100, Claus Rosenberger wrote:
>>> hi,
>>>
>>> if i try to compile busybox with the dev-system i get following
>>> error:
>>>
>>> gcc -Wall -Wshadow -Os -march=i386 -mpreferred-stack-boundary=2
>>> -falign-functions=1 -falign-jumps=0 -falign-loops=0
>>> -fomit-frame-pointer -D_GNU_SOURCE  -DBB_VER='"0.60.5"'
>>> -DBB_BT='"2003.02.19-17:36+0000"' -DUSE_SYSTEM_PWD_GRP  -Ilibbb
>>> -DL_full_version -c libbb/messages.c -o libbb/full_version.o
>>> In file included from libbb/libbb.h:23,
>>>                  from libbb/messages.c:22:
>>> /usr/include/stdio.h:34:21: stddef.h: No such file or directory
>>
>> It looks like gcc was either not built or not installed
>> correctly...  The header files you are reporting missing, such as
>> stddef.h, as supposed to be provided by gcc.  I know you built
>> buildroot without building a bootstrapping toolchain...  Building with
>> USE_UCLIBC_TOOLCHAIN set true is much better tested and is
>> known to work.
>
> i tried with the toolchain but it stops then before compiling gcc_target
>
> make: *** No rule to make target `/.patched', needed by
> `/mnt/daten/projects/lfs-project/buildroot/build/binutils-target/.configured'.
>  Stop.
>
> it seems that there is a missing variable-value in front of /.patched
>
>
>
>
>
> _______________________________________________
> uClibc mailing list
> uClibc at uclibc.org
> http://uclibc.org/mailman/listinfo/uclibc






More information about the uClibc mailing list