> 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
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to