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 Remove Ubuntu Netplan and Go Back to /etc/network/interfaces
  • How To Force Flash an AMD Instinct GPU To Another Model Using Debian Ubuntu Mint Linux
  • How To compile ollama from source to use unsupported AMD GPU with rocm in Ubuntu Debian
  • QEMU KVM Virtio GPU Windows Cannot Select 1080P
  • Linux Gnome Desktop Ubuntu Mint Debian Gets Slower After Weeks
  • Firefox How to Save Full Page As Screenshot/PDF
  • Nvidia Datacenter Driver Tesla Slow nvidia-smi response and high utilization with 0 usage
  • ffmpeg how to normalize / increase the volume of your audio
  • kdenlive audio blips pops cracks artifacts solution fix
  • haproxy / nginx certbot SSL issues
  • nginx how to see the real IP when behind a CDN
  • Docker how to find real container child process ID
  • Alibaba Aliyun how to reset password solution 'Setup does not meet the requirements, please resetting'
  • RTL88X Series 80Mhz hostapd mode for Linux Debian Kali
  • How To Deploy Your Own Mastodon Server in Docker
  • ffmpeg burning subtitles in non-English errors [Parsed_subtitles_0 @ 0x561d3a0b3b80] Glyph 0x6709 not found, selecting one more font for (Sans, 700, 0)
  • rsyslog in container config
  • Interesting Whisper AI CPU vs GPU Test
  • How to install pytorch with cuda capability for AI acceleration with Nvidia Tesla etc.. GPUs
  • How to Spider the web archive.org to recover your old website/webpage