Hush cant replace lash for my situation

Denys Vlasenko vda.linux at googlemail.com
Tue Jan 8 04:40:52 PST 2008


On Tuesday 08 January 2008 00:25, Martinb_ARM_NOMMU_KISSDVD wrote:
> I did "make ARCH=arm CROSS_COMPILE=arm-uclinux-elf-
> EXTRA_CFLAGS="-D__uClinux__ -DSKIP_STRIP=y" LDFLAGS="-Wl,-elf2flt"
> shell/hush.s"
> 
> I did attach the hush.s

Here it is:

.L542:
        bl      fork    @
        ldr     r6, .L578       @ tmp256,

fork() doesn't work on NOMMU. Instead you should see vfork
being called on NOMMU. (And, of course, the code
should be written so that it works correctly with vfork...)
--
vda


More information about the busybox mailing list