Socket: Function not implemented errors in Busybox 1.6.1

Denis Vlasenko vda.linux at googlemail.com
Wed Jul 18 21:09:15 UTC 2007


> I have tested the busybox executable after being built with the following
> command line, note that have the config file set up to build it statically at
> this point:
>         make CROSS_COMPILE=arm-linux- V=1 all
>
> The resulting stripped Busybox executable is around 1.5MB.  It executes fine,
> and all socket operations work exactly as expected.
>
> However, when I install the executable to my root filesystem with the following
> command:
>         make CROSS_COMPILE=arm-linux- V=1 CONFIG_PREFIX=/rootfs/ install

Tried to reproduce, but it does not happen to me. You need to look
deeper I'm afraid. Maybe use make -d to see why it rebuilds busybox?
(Although output is plain scary...)
--
vda



More information about the busybox mailing list