On Tuesday 08 January 2008 18:21, Martinb_ARM_NOMMU_KISSDVD wrote: > Sorry for the stupid question but if I do not build NOMMU busybox correctly > can you please give me a hint where I have to make a change ? > All the other applets do work and I think that all other applets are using > vfork without me making any modification > > You did say that the -DBB_NOMMU is not a correct option so its possible > (likely) I do make a error on the building but please tell me what I need to > do to make it build correct ? > > so again I use: > > "make ARCH=arm CROSS_COMPILE=arm-uclinux-elf- > EXTRA_CFLAGS="-D__uClinux__ -DSKIP_STRIP=y" LDFLAGS="-Wl,-elf2flt" install"
I told you how to force NOMMU: On Sunday 06 January 2008 03:52, Denys Vlasenko wrote: > It seems you do everything right, apart from -DBB_NOMMU. busybox does > not expect that variable to be set like that. I typically > just replace > > #if defined __UCLIBC__ && __UCLIBC_MAJOR__ >= 0 && __UCLIBC_MINOR__ >= 9 && \ > __UCLIBC_SUBLEVEL__ > 28 && !defined __ARCH_USE_MMU__ > > by > > #if 1 > > in platform.h. > > Try doing that, and not pass -DBB_NOMMU. Please try to do as described. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
