gcc 2.95.3 make[2]: Entering directory `/usr/src/linux-2.4.20-lolo-r1_pre8/mm' gcc -D__KERNEL__ -I/usr/src/linux-2.4.20-lolo-r1_pre8/include -Wall -Wstrict-prototypes -Wno-trigraphs -O3 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686 -nostdinc -iwithprefix include -DKBUILD_BASENAME=memory -DEXPORT_SYMTAB -c memory.c memory.c: In function `zap_page_range': memory.c:699: warning: implicit declaration of function `do_zap_page_range' memory.c: At top level: memory.c:708: warning: type mismatch with previous implicit declaration memory.c:699: warning: previous implicit declaration of `do_zap_page_range' memory.c:708: warning: `do_zap_page_range' was previously implicitly declared to return `int' memory.c: In function `vmtruncate_list': memory.c:699: conflicting types for `do_zap_page_range' memory.c:708: previous declaration of `do_zap_page_range' memory.c:699: conflicting types for `do_zap_page_range' memory.c:708: previous declaration of `do_zap_page_range' make[2]: *** [memory.o] Error 1 make[2]: Leaving directory `/usr/src/linux-2.4.20-lolo-r1_pre8/mm' make[1]: *** [first_rule] Error 2 make[1]: Leaving directory `/usr/src/linux-2.4.20-lolo-r1_pre8/mm' make: *** [_dir_mm] Error 2
Created attachment 6850 [details] Kernel configuration file This is the kernel config file that I used (with gcc 2.95.3) to try and make the lolo kernel
Created attachment 6851 [details, diff] patch for this Please try it with this patch applied, I hope that takes care of it.
compiles alright.
danks that patch is either in _pre9 or will be in _pre10/rc1 whichever I do next ;-)