All of lore.kernel.org
 help / color / mirror / Atom feed
From: Michael Eager <eager@eagerm.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] How to build QEMU from git
Date: Mon, 07 Nov 2011 09:37:56 -0800	[thread overview]
Message-ID: <4EB81774.6070109@eagerm.com> (raw)

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

             reply	other threads:[~2011-11-07 17:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-11-07 17:37 Michael Eager [this message]
2011-11-08  2:53 ` [Qemu-devel] How to build QEMU from git 陳韋任
2011-11-08  3:22 ` Dong Xu Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4EB81774.6070109@eagerm.com \
    --to=eager@eagerm.com \
    --cc=qemu-devel@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.