Hi,
When I try to compile the latest CVS version of plex86 I get the
following error:
make[1]: Entering directory `/root/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
make[1]: Leaving directory `/root/plex86/kernel'
host-linux.c: In function `init_module':
host-linux.c:197: warning: passing arg 4 of `create_proc_info_entry'
from incompatible pointer type
host-linux.c: In function `reserve_guest_pages':
host-linux.c:784: invalid type argument of `->'
host-linux.c: In function `unreserve_guest_pages':
host-linux.c:795: invalid type argument of `->'
host-linux.c: In function `host_map_page':
host-linux.c:930: warning: implicit declaration of function `MAP_NR'
make[1]: *** [host-linux.o] Error 1
make: *** [all] Error 2
I also cannot find any declaration of MAP_NR. If anyone can help me on
getting plex86 to compile I would appreciate it a lot. Need plex86 in
order to test my EduOS.
Frank.