[EMAIL PROTECTED] wrote:

> Well, you did ask: (kernel source is 2.4.0-test6, in /usr/src/linux):
> 
> make -C kernel CC="gcc" CFLAGS="-g -O2 -Wall -Wstrict-prototypes" LDFLAGS=""
> make[1]: Entering directory `/usr/local/src/cvs/plex86/kernel'
> gcc -c -g -O2 -Wall -Wstrict-prototypes -fno-strength-reduce -fomit-frame-pointer 
>-malign-loops=2 -malign-jumps=2 -malign-functions=2 -D__KERNEL__ 
>-I/usr/src/linux/include -DCPU=586 -DMODULE -I./include -I./.. -I.. host-linux.c
> host-linux.c: In function `init_module':
> host-linux.c:198: warning: passing arg 4 of `create_proc_info_entry' from 
>incompatible pointer type
> host-linux.c: In function `reserve_guest_pages':
> host-linux.c:785: invalid type argument of `->'
> host-linux.c: In function `unreserve_guest_pages':
> host-linux.c:796: invalid type argument of `->'
> host-linux.c: In function `host_map_page':
> host-linux.c:931: warning: implicit declaration of function `MAP_NR'

For now, can you 'touch host-linux.o' and 'make' the rest of the
kernel directory?

I don't have 2.4.x installed currently.  I will set up a 2.4.x
machine soon, if nobody else solves this.  Must be some 2.4 junkies
out there?

-Kevin

Reply via email to