qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] How to build QEMU from git


From: Dong Xu Wang
Subject: Re: [Qemu-devel] How to build QEMU from git
Date: Tue, 8 Nov 2011 11:22:34 +0800

2011/11/8 Michael Eager <address@hidden>:
> 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?
>

If you want faster, you can use --target-list option. Then other
targets will not be compiled.

> 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
>
>



-- 
Regards
Robert Wang



reply via email to

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