public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
* KVM on Centos 5 x86_64
@ 2007-05-03 17:01 Desjardins, Kristian
  0 siblings, 0 replies; 2+ messages in thread
From: Desjardins, Kristian @ 2007-05-03 17:01 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello, I'm trying to build KVM-21 on Centos 5 X86_64 with no luck.  The
kernel space drivers compile and load fine, however, I cannot get qemu
to compile.  See below.

Thanks.


./configure

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       /home/ics/devel/kvm-21/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     yes
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.

make

make -C kernel
make[1]: Entering directory `/home/ics/devel/kvm-21/kernel'
make -C /lib/modules/2.6.18-8.1.1.el5/build M=`pwd` "$@"
make[2]: Entering directory `/usr/src/kernels/2.6.18-8.1.1.el5-x86_64'
  LD      /home/ics/devel/kvm-21/kernel/built-in.o
  CC [M]  /home/ics/devel/kvm-21/kernel/svm.o
  CC [M]  /home/ics/devel/kvm-21/kernel/vmx.o
  CC [M]  /home/ics/devel/kvm-21/kernel/vmx-debug.o
  CC [M]  /home/ics/devel/kvm-21/kernel/kvm_main.o
  CC [M]  /home/ics/devel/kvm-21/kernel/mmu.o
  CC [M]  /home/ics/devel/kvm-21/kernel/x86_emulate.o
  LD [M]  /home/ics/devel/kvm-21/kernel/kvm.o
  LD [M]  /home/ics/devel/kvm-21/kernel/kvm-intel.o
  LD [M]  /home/ics/devel/kvm-21/kernel/kvm-amd.o
  Building modules, stage 2.
  MODPOST
  CC      /home/ics/devel/kvm-21/kernel/kvm-amd.mod.o
  LD [M]  /home/ics/devel/kvm-21/kernel/kvm-amd.ko
  CC      /home/ics/devel/kvm-21/kernel/kvm-intel.mod.o
  LD [M]  /home/ics/devel/kvm-21/kernel/kvm-intel.ko
  CC      /home/ics/devel/kvm-21/kernel/kvm.mod.o
  LD [M]  /home/ics/devel/kvm-21/kernel/kvm.ko
make[2]: Leaving directory `/usr/src/kernels/2.6.18-8.1.1.el5-x86_64'
make[1]: Leaving directory `/home/ics/devel/kvm-21/kernel'
make -C user
make[1]: Entering directory `/home/ics/devel/kvm-21/user'
cc -I /home/ics/devel/kvm-21/kernel/include -MMD -MF ./.kvmctl.d -g
-fomit-frame-pointer -
Wall -m64   -c -o kvmctl.o kvmctl.c
kvmctl.c:67: warning: 'translation_cache_init' defined but not used
kvmctl.c:73: warning: 'translate' defined but not used
cc -I /home/ics/devel/kvm-21/kernel/include -MMD -MF ./.main.d -g
-fomit-frame-pointer -Wa
ll -m64   -c -o main.o main.c
cc   kvmctl.o main.o   -o kvmctl
ar rcs libkvm.a kvmctl.o
make[1]: Leaving directory `/home/ics/devel/kvm-21/user'
make -C qemu
make[1]: Entering directory `/home/ics/devel/kvm-21/qemu'
/usr/bin/gcc34 -DQEMU_TOOL -I /home/ics/devel/kvm-21/qemu/../user -Wall
-O2 -g -fno-strict
-aliasing -I. -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
-L /home/ics/deve
l/kvm-21/qemu/../user -g  -o qemu-img qemu-img.c cutils.c block.c
block-raw.c block-cow.c
block-qcow.c aes.c block-vmdk.c block-cloop.c block-dmg.c block-bochs.c
block-vpc.c block-
vvfat.c block-qcow2.c -lz  -lrt
texi2html -monolithic -number qemu-doc.texi
texi2html -monolithic -number qemu-tech.texi
/home/ics/devel/kvm-21/qemu/texi2pod.pl qemu-doc.texi qemu.pod
pod2man --section=1 --center=" " --release=" " qemu.pod > qemu.1
/home/ics/devel/kvm-21/qemu/texi2pod.pl qemu-img.texi qemu-img.pod
pod2man --section=1 --center=" " --release=" " qemu-img.pod > qemu-img.1
gcc -I /home/ics/devel/kvm-21/qemu/../user -Wall -O2 -g
-fno-strict-aliasing -I. -D_GNU_SO
URCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE   -o dyngen dyngen.c
make -C x86_64-softmmu all
make: Entering an unknown directory
make: *** x86_64-softmmu: No such file or directory.  Stop.
make: Leaving an unknown directory
make[1]: *** [subdir-x86_64-softmmu] Error 2
make[1]: Leaving directory `/home/ics/devel/kvm-21/qemu'
make: *** [qemu] Error 2

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* KVM on Centos 5 x86_64
@ 2007-05-03 18:06 Alessandro Sardo
  0 siblings, 0 replies; 2+ messages in thread
From: Alessandro Sardo @ 2007-05-03 18:06 UTC (permalink / raw)
  To: kvm-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f

Hello,

that simply looks like a missing dependancy problem. Just do as root:

# yum install SDL-devel zlib-devel alsa-devel e2fsprogs-devel kernel-devel

Regards,

AleS

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-05-03 18:06 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-03 18:06 KVM on Centos 5 x86_64 Alessandro Sardo
  -- strict thread matches above, loose matches on Subject: below --
2007-05-03 17:01 Desjardins, Kristian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox