Hi,

this ist my first try to compile a new kernel under z/VM. Well, I installed
 SLES7.2 (kernel 2.4.5) and wanted to update to
kernel 2.4.17. I installed the patches and did a make dep. Everything was
ok. Then I run a make image which ended:

linux # make image
gcc -D__KERNEL__ -I/usr/src/linux-2.4.17/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -fno-strength-reduce   -c -o init/main.o init/main.c
In file included from /usr/src/linux-2.4.17/include/linux/slab.h:14,
                 from /usr/src/linux-2.4.17/include/linux/proc_fs.h:5,
                 from init/main.c:15:
/usr/src/linux-2.4.17/include/linux/mm.h: In function `pmd_alloc':
/usr/src/linux-2.4.17/include/linux/mm.h:435: incompatible type for
argument 1 of `pgd_none'
make: *** [init/main.o] Error 1
linux #

Were is the problem. I think mm.h is something with memory management,
isn't it?

Any ideas?

THX,
  - Tim -

Reply via email to