[BusyBox] problem about busybox 1.00-rc3

liuyong ly at ncic.ac.cn
Sat Sep 11 13:52:20 UTC 2004


i download busybox-1.00-rc3.
at first, i compile it for x86 and my host arch is x86,
all is ok.
but when i do crosscompile for powerpc,it give these
infomation.
powerpc-linux-gcc -I./include -Wall -Wstrict-prototypes -Wshadow -Os -fomit-frame-pointer -D_GNU_SOURCE -DNDEBUG   -I./home/linkroot/crossppc/source/linux-2.6.8/include/linux  -c -o applets/applets.o applets/applets.c
applets/applets.c:28:20: unistd.h: No such file or directory
applets/applets.c:29:19: stdio.h: No such file or directory
applets/applets.c:30:20: stdlib.h: No such file or directory
applets/applets.c:31:20: string.h: No such file or directory
applets/applets.c:32:20: assert.h: No such file or directory
In file included from applets/applets.c:33:
./include/busybox.h:32:22: sys/stat.h: No such file or directory
./include/busybox.h:33:23: sys/types.h: No such file or directory
./include/busybox.h:37:2: #error "Sorry, libc5 is not supported"
./include/busybox.h:51:22: features.h: No such file or directory
In file included from ./include/busybox.h:54,
                 from applets/applets.c:33:
./include/libbb.h:32:19: regex.h: No such file or directory
./include/libbb.h:33:21: termios.h: No such file or directory
./include/libbb.h:34:20: stdint.h: No such file or directory
./include/libbb.h:36:19: netdb.h: No such file or directory
...........................
 
many header files cannot be found even if i configure CFLAGS.

        ly at ncic.ac.cn
          2004-09-11


More information about the busybox mailing list