Hi I am trying to compile chaos,
and I get this error:
CC lib/h2/xen/xc.o
lib/h2/xen/xc.c:46:21: fatal error: xencall.h: No such file or directory
compilation terminated.
lib/h2.mk:23: recipe for target 'lib/h2/xen/xc.o' failed
make: *** [lib/h2/xen/xc.o] Error 1
I built xen by cloning it from https://github.com/xen-project/xen.git and modified config file with XEN_ROOT and PREFIX pointing at the built source(Not installed). I couldnt find the file xencall.h, Can somebody help me with this.