> > Here is a patch to correct a compile error on linux 2.6.12-rc4-mm2 for uml. > > At the compilation of init/main.c, it complains because it doens't find > > the 2 constants FIXADDR_USER_START and FIXADDR_USER_END > Why deleting FIXADDR_START? Also FIXADDR_USER_* are defined, just in a > different way (and the patch below is IIRC uncorrect).
I've seen this error too after 'make menuconfig ARCH=um' on a clean tree. The following fixes it: cp .config /tmp make mrproper ARCH=um cp /tmp/.config . make ARCH=um So there's definitely something wrong with the build on UML. Miklos ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ User-mode-linux-devel mailing list User-mode-linux-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel