qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] How to build QEMU from git


From: Michael Eager
Subject: [Qemu-devel] How to build QEMU from git
Date: Mon, 07 Nov 2011 09:37:56 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:7.0) Gecko/20110927 Thunderbird/7.0

Hi --

I ran into a problem running the qemu-0.15 and I was told
that the problem was fixed in the 1.0 release candidate.
I don't find a package with the RC on http://wiki.qemu.org/Download,
so I cloned the git repo and tried to build qemu.

I didn't find any instructions on how to build qemu on the wiki,
so I winged it with the following configure:

  configure                     \
        --enable-sdl            \
        --enable-curses         \
        --enable-curl           \
        --enable-kvm            \
        --enable-nptl           \
        --enable-uuid           \
        --enable-linux-aio      \
        --enable-io-thread      \
        --enable-debug          

Is this correct, or is there a better set of options?

When I run make, there are a number of compiles which fail because
of variables being set but not used.  I've modified the code to
eliminate some of them to allow the build to continue.  Is there
a simpler way around this?

After getting past these issues, libhw32/serial.o is not being built:
  make[1]: *** No rule to make target `../libhw32/serial.o', needed by `qemu'.  
Stop.
  make[1]: Leaving directory `/local/eager/source/qemu/build/i386-softmmu'
  make: *** [subdir-i386-softmmu] Error

Is there a fix for this problem?

--
Michael Eager    address@hidden
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077



reply via email to

[Prev in Thread] Current Thread [Next in Thread]