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

error encountered during setup of KVM VMI #45

Open
darshantank opened this issue Jan 16, 2020 · 1 comment
Open

error encountered during setup of KVM VMI #45

darshantank opened this issue Jan 16, 2020 · 1 comment

Comments

@darshantank
Copy link

Hello All,

I was trying to setup KVM VMI on my host running ubuntu 16.04. Followed the instructions given at https://github.com/KVM-VMI/kvm-vmi/wiki/KVM-VMI-setup

While running "make -j4 bzImage" command, terminal shows the following error.

kvm-vmi-setup-error

What are the possible causes of such errors? Kindly share your views.

Thanks

@Wenzel
Copy link
Member

Wenzel commented Jan 16, 2020

hi @darshantank ,

I don't really know what happened here, it's compilation issue.
What I do know is that I always need to install openssl-dev before compiling a kernel on Debian.

Also, try no to compile stuff as root (maybe this is the root cause here ??)

Did you try to do:

  • make distclean (this will also erase your .config)
  • make olddefconfig
  • tune the .config with make menuconfig and setup KVM introspection
  • and retry the build

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