Error in compiling kernel in ubuntu

0

I'm trying to compile kernel 3.2.91 on Ubuntu and when I run the make command this error occurs:

scripts/Makefile.build:305: recipe for target 'arch/x86/kvm/vmx.o' failed
make[2]: *** [arch/x86/kvm/vmx.o] Error 1
scripts/Makefile.build:441: recipe for target 'arch/x86/kvm' failed
make[1]: *** [arch/x86/kvm] Error 2
Makefile:946: recipe for target 'arch/x86' failed
make: *** [arch/x86] Error 2

I have already moved all kvm settings in menuconfig and I can not figure out what could be causing this error and how to fix it.

    
asked by anonymous 19.08.2017 / 05:10

0 answers