Port-xen archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
XEN3PAE_DOM0 in NetBSD-5.0
Hello,
I've checked out netbsd-5 branch on Tuesday (2009-06-02) and created
XEN3PAE_DOM0_MY with following content:
include "arch/i386/conf/XEN3_DOM0"
options PAE
However, kernel build of XEN3PAE_DOM0_MY failed with warnings treated
as errors (see attached file).
Is the head of netbsd-5 branch supposed to support PAE in Dom0?
Thanks,
Juraj
compile XEN3PAE_DOM0_MY/bus_space.o
compile XEN3PAE_DOM0_MY/cac.o
cc1: warnings being treated as errors
In file included from ./machine/bus_private.h:3,
from /os/netbsd/netbsd-5/sys/arch/x86/x86/bus_dma.c:97:
./xen/bus_private.h: In function '_bus_virt_to_bus':
./xen/bus_private.h:46: warning: passing argument 3 of 'pmap_extract_ma' from
incompatible pointer type
cc1: warnings being treated as errors
/os/netbsd/netbsd-5/sys/arch/x86/x86/bus_space.c: In function
'_x86_memio_unmap':
/os/netbsd/netbsd-5/sys/arch/x86/x86/bus_space.c:398: warning: passing argument
3 of 'pmap_extract_ma' from incompatible pointer type
/os/netbsd/netbsd-5/sys/arch/x86/x86/bus_space.c: In function 'bus_space_unmap':
/os/netbsd/netbsd-5/sys/arch/x86/x86/bus_space.c:450: warning: passing argument
3 of 'pmap_extract_ma' from incompatible pointer type
--- bus_dma.o ---
*** [bus_dma.o] Error code 1
--- bus_space.o ---
*** [bus_space.o] Error code 1
2 errors
nbmake: stopped in
/os/netbsd/build/netbsd-5-i386/obj/sys/arch/i386/compile/XEN3PAE_DOM0_MY
ERROR: Failed to make all in
/os/netbsd/netbsd-5/../build/netbsd-5-i386/obj/sys/arch/i386/compile/XEN3PAE_DOM0_MY
*** BUILD ABORTED ***
Home |
Main Index |
Thread Index |
Old Index