On Thursday 10 January 2008 20:22, Martinb_ARM_NOMMU_KISSDVD wrote: > Can I suggest the following patch for include/platform.h ? > > - * for a mmu-less system; the user should pass EXTRA_CFLAGS="-DBB_NOMMU" > - * on his own. > + * But if uClinux is set we know for sure we don't have a MMU > */
I don't know whether it's true that uClinux is always NOMMU. However you are right, "the user should pass EXTRA_CFLAGS=..." part is wrong and should be removed. After seeing your problem with hush I added a CONFIG_NOMMU option which forces NOMMU mode regardless of uclibc presence/version, this will hopefully catch many such cases. -- vda _______________________________________________ busybox mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/busybox
