[uClibc]compiling busybox with uclibc-dev-system

Erik Andersen andersen at codepoet.org
Wed Feb 19 23:01:10 UTC 2003


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.

 -Erik

--
Erik B. Andersen             http://codepoet-consulting.com/
--This message was written using 73% post-consumer electrons--



More information about the uClibc mailing list