kvm centos cannot compile error

./configure
./configure: cannot locate gcc 3.x. please install it or specify with --qemu-cc
yum -y install gcc make

./configure
./configure: cannot locate gcc 3.x. please install it or specify with --qemu-cc

yum -y install compat-gcc-*

./configure

Error: Could not find alsa
Make sure to have the alsa libs and headers installed.

yum -y install alsa-lib-devel

./configure
which: no texi2html in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /root/kvm/kvm-17/qemu
C compiler        /usr/bin/gcc34
Host C compiler   gcc
make              make
install           install
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
profiler          no
static build      no
SDL support       no
mingw32 support   no
Adlib support     no
CoreAudio support no
ALSA support      yes
DSound support    no
FMOD support      no
kqemu support     no
kvm support       yes
Documentation     no
ERROR: QEMU requires SDL or Cocoa for graphical output
To build QEMU without graphical output configure with --disable-gfx-check
Note that this will disable all output from the virtual graphics card.

yum -y install SDL-devel

./configure
which: no texi2html in (/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin)
Install prefix    /usr/local
BIOS directory    /usr/local/share/qemu
binary directory  /usr/local/bin
Manual directory  /usr/local/share/man
ELF interp prefix /usr/gnemul/qemu-%M
Source path       /root/kvm/kvm-17/qemu
C compiler        /usr/bin/gcc34
Host C compiler   gcc
make              make
install           install
host CPU          x86_64
host big endian   no
target list       x86_64-softmmu
gprof enabled     no
profiler          no
static build      no
SDL support       yes
SDL static link   yes
mingw32 support   no
Adlib support     no
CoreAudio support no
ALSA support      yes
DSound support    no
FMOD support      no
kqemu support     no
kvm support       yes
Documentation     no

make -C kernel
make[1]: Entering directory `/root/kvm/kvm-17/kernel'
make -C /lib/modules/2.6.32-042stab079.6/build M=`pwd` "$@"
make[2]: Entering directory `/usr/src/kernels/2.6.32-042stab079.6'
  LD      /root/kvm/kvm-17/kernel/built-in.o
  CC [M]  /root/kvm/kvm-17/kernel/svm.o
In file included from /root/kvm/kvm-17/kernel/kvm_svm.h:9,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/svm.h:175:1: warning: "MSR_VM_HSAVE_PA" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:431:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/kvm_svm.h:10,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/vmx.h:290:1: warning: "MSR_IA32_VMX_BASIC" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:413:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/kvm_svm.h:10,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/vmx.h:291:1: warning: "MSR_IA32_FEATURE_CONTROL" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:216:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/kvm_svm.h:10,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/vmx.h:292:1: warning: "MSR_IA32_VMX_PINBASED_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:414:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/kvm_svm.h:10,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/vmx.h:293:1: warning: "MSR_IA32_VMX_PROCBASED_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:415:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/kvm_svm.h:10,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/vmx.h:294:1: warning: "MSR_IA32_VMX_EXIT_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:416:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/kvm_svm.h:10,
                 from /root/kvm/kvm-17/kernel/svm.c:24:
/root/kvm/kvm-17/kernel/vmx.h:295:1: warning: "MSR_IA32_VMX_ENTRY_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:417:1: warning: this is the location of the previous definition
/root/kvm/kvm-17/kernel/svm.c:206: warning: ‘inject_db’ defined but not used
  CC [M]  /root/kvm/kvm-17/kernel/vmx.o
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/vmx.c:18:
/root/kvm/kvm-17/kernel/vmx.h:290:1: warning: "MSR_IA32_VMX_BASIC" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:413:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/vmx.c:18:
/root/kvm/kvm-17/kernel/vmx.h:291:1: warning: "MSR_IA32_FEATURE_CONTROL" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:216:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/vmx.c:18:
/root/kvm/kvm-17/kernel/vmx.h:292:1: warning: "MSR_IA32_VMX_PINBASED_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:414:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/vmx.c:18:
/root/kvm/kvm-17/kernel/vmx.h:293:1: warning: "MSR_IA32_VMX_PROCBASED_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:415:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/vmx.c:18:
/root/kvm/kvm-17/kernel/vmx.h:294:1: warning: "MSR_IA32_VMX_EXIT_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:416:1: warning: this is the location of the previous definition
In file included from /root/kvm/kvm-17/kernel/kvm.h:15,
                 from /root/kvm/kvm-17/kernel/vmx.c:18:
/root/kvm/kvm-17/kernel/vmx.h:295:1: warning: "MSR_IA32_VMX_ENTRY_CTLS" redefined
In file included from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr.h:4,
                 from /usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/processor.h:21,
                 from include/linux/prefetch.h:14,
                 from include/linux/list.h:7,
                 from include/linux/kobject.h:20,
                 from include/linux/sysdev.h:24,
                 from include/linux/cpu.h:22,
                 from /root/kvm/kvm-17/kernel/external-module-compat.h:13,
                 from <command-line>:0:
/usr/src/kernels/2.6.32-042stab079.6/arch/x86/include/asm/msr-index.h:417:1: warning: this is the location of the previous definition
/root/kvm/kvm-17/kernel/vmx.c: In function ‘vcpu_clear’:
/root/kvm/kvm-17/kernel/vmx.c:131: error: too many arguments to function ‘smp_call_function_single’
/root/kvm/kvm-17/kernel/vmx.c: In function ‘enter_pmode’:
/root/kvm/kvm-17/kernel/vmx.c:644: error: ‘IOPL_MASK’ undeclared (first use in this function)
/root/kvm/kvm-17/kernel/vmx.c:644: error: (Each undeclared identifier is reported only once
/root/kvm/kvm-17/kernel/vmx.c:644: error: for each function it appears in.)
/root/kvm/kvm-17/kernel/vmx.c: In function ‘enter_rmode’:
/root/kvm/kvm-17/kernel/vmx.c:701: error: ‘IOPL_MASK’ undeclared (first use in this function)
/root/kvm/kvm-17/kernel/vmx.c: In function ‘vmx_free_vmcs’:
/root/kvm/kvm-17/kernel/vmx.c:1999: error: too many arguments to function ‘on_each_cpu’
make[3]: *** [/root/kvm/kvm-17/kernel/vmx.o] Error 1
make[2]: *** [_module_/root/kvm/kvm-17/kernel] Error 2
make[2]: Leaving directory `/usr/src/kernels/2.6.32-042stab079.6'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/root/kvm/kvm-17/kernel'
make: *** [kernel] Error 2

vmx seems to be the issue
 


Tags:

kvm, centos, compile, configure, locate, gcc, install, specify, qemu, cc, yum, compat, alsa, libs, headers, installed, lib, devel, texi, html, usr, sbin, bin, prefix, bios, directory, binary, manual, elf, interp, gnemul, compiler, cpu, _, endian, softmmu, gprof, enabled, profiler, static, sdl, mingw, adlib, coreaudio, dsound, fmod, kqemu, documentation, requires, cocoa, graphical, output, disable, gfx, virtual, graphics, kernel, modules, pwd, quot, src, kernels, ld, svm, included, kvm_svm, msr_vm_hsave_pa, redefined, asm, msr, processor, linux, prefetch, kobject, sysdev, external, module, index, previous, definition, vmx, msr_ia, _vmx_basic, _feature_control, _vmx_pinbased_ctls, _vmx_procbased_ctls, _vmx_exit_ctls, _vmx_entry_ctls, lsquo, inject_db, rsquo, defined, vcpu_clear, arguments, smp_call_function_single, enter_pmode, iopl_mask, undeclared, identifier, reported, enter_rmode, vmx_free_vmcs, on_each_cpu, _module_,

Latest Articles

  • How to install Windows or other OS and then bring to another computer by using a physical drive and Virtual Machine with QEMU
  • PXE-E23 Error BOOTx64.EFI GRUB booting is 0 bytes tftp pxe dhcp solution NBP filesize is 0 Bytes
  • vagrant install on Debian Mint Ubuntu Linux RHEL Quick Setup Guide Tutorial
  • RHEL 8 CentOS 8, Alma Linux 8, Rocky Linux 8 System Not Booting with RAID or on other servers/computers Solution for dracut and initramfs missing kernel modules
  • How to Upgrade to Debian 11 from Version 8,9,10
  • Ubuntu Linux Mint Debian Redhat Cannot View Files on Android iPhone USB File Transfer Not Working Solution
  • Virtualbox Best Networking Mode In Lab/Work Environment without using NAT Network or Bridged
  • debootstrap how to install Ubuntu, Mint, Debian install
  • Linux grub not using UUID for the root device instead it uses /dev/sda1 or other device name solution
  • How To Restore Partition Table on Running Linux Mint Ubuntu Debian Machine
  • Debian Ubuntu apt install stop daemon questions/accept the default action without prompting
  • iptables NAT how to enable PPTP in newer Debian/Ubuntu/Mint Kernels Linux
  • Grandstream Phone Vulnerability Security Issue Remote Backdoor Connection to 207.246.119.209:3478
  • Linux How to Check Which NIC is Onboard eth0 or eth1 Ubuntu Centos Debian Mint
  • VboxManage VirtualBox NAT Network Issues Managment Troubleshooting
  • Dell PowerEdge Server iDRAC Remote KVM/IP Default Username, Password Reset and Login Information Solution
  • Nvidia Tesla GPUs K40/K80/M40/P40/P100/V100 at home/desktop hacking, cooling, powering, cable solutions Tutorial AIO Solutions
  • Stop ls in Linux Debian Mint CentOS Ubuntu from applying quotes around filenames and directory names
  • Thunderbird Attachment Download Error Corrupt Wrong filesize of 29 or 27 bytes Solution
  • Generic IP Camera LAN Default IP Settings DVR