qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] How to build QEMU from git
@ 2011-11-07 17:37 Michael Eager
  2011-11-08  2:53 ` 陳韋任
  2011-11-08  3:22 ` Dong Xu Wang
  0 siblings, 2 replies; 3+ messages in thread
From: Michael Eager @ 2011-11-07 17:37 UTC (permalink / raw)
  To: qemu-devel

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	 eager@eagercon.com
1960 Park Blvd., Palo Alto, CA 94306  650-325-8077

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

end of thread, other threads:[~2011-11-08  3:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-11-07 17:37 [Qemu-devel] How to build QEMU from git Michael Eager
2011-11-08  2:53 ` 陳韋任
2011-11-08  3:22 ` Dong Xu Wang

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).