Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xencall.h not found, compilation fails. #1

Open
anirudhkabi opened this issue Oct 27, 2017 · 1 comment
Open

xencall.h not found, compilation fails. #1

anirudhkabi opened this issue Oct 27, 2017 · 1 comment

Comments

@anirudhkabi
Copy link

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.

@anirudhkabi anirudhkabi changed the title xencall.h not found, compilation falis. xencall.h not found, compilation fails. Oct 27, 2017
@lukablurr
Copy link

Hi there! You also have to set the value for XEN_PREFIX in either config.in or .config file. That should be the same value you set when configuring xen tools. That is, if you ran the ./configure command with --prefix=<my-path>, you should also set XEN_PREFIX=<my_path>.
Let us know if you have further problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants