When executing “make tools” on the latest
changeset in xen-unstable (21696), we see the following error:
xenpaging.c: In function ‘main’:
xenpaging.c:551: error: format ‘%lx’ expects
type ‘long unsigned int’, but argument 6 has type
‘uint64_t’
xenpaging.c:556: error: passing argument 3 of
‘xenpaging_populate_page’ from incompatible pointer type
xenpaging.c:581: error: format ‘%lx’ expects
type ‘long unsigned int’, but argument 8 has type ‘uint64_t’
make[3]: *** [xenpaging.o] Error 1
make[3]: Leaving directory
`/home/demo/xen-unstable/rev21696/tools/xenpaging'
make[2]: *** [subdir-install-xenpaging] Error 2
make[2]: Leaving directory
`/home/demo/xen-unstable/rev21696/tools'
make[1]: *** [subdirs-install] Error 2
make[1]: Leaving directory
`/home/demo/xen-unstable/rev21696/tools'
make: *** [install-tools] Error 2
This appears to be due to updates made to mem_event.h in
changeset 21694.
Thanks,
Kathy Hadley