On 16 January 2015 at 00:32, Laszlo Ersek <ler...@redhat.com> wrote:
> (2) Check out the latest upstream qemu (git), and apply the following
> patch on top (it's been reviewed and queued in target-arm.next):
>
> http://article.gmane.org/gmane.comp.emulators.qemu/312419/raw

Oops. I'll get this into master by end of next week -- I'd been
sitting on it because I only have two patches queued in
target-arm.next at the moment but I really shouldn't let stuff
sit as long as it has...

> Proposed / example build command:
>
> ./configure \
>   --target-list=aarch64-softmmu \
>   --prefix=/opt/qemu-installed \
>   --enable-debug \
>   --disable-gtk
> make -j $(getconf _NPROCESSORS_ONLN)
> make install

Personally I recommend building in a separate build directory:

mkdir -p build/aarch64
(cd build/aarch64 && ../../configure [options here])
make -C build/aarch64 -j4

as (a) it's easier to just blow the build dir away later
(b) you can build multiple configs in different directories.

thanks
-- PMM

------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
edk2-devel mailing list
edk2-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-devel

Reply via email to