Skip to content

Instantly share code, notes, and snippets.

@tanakahx
Last active August 29, 2015 14:24
Show Gist options
  • Save tanakahx/e32903c0effd53384c02 to your computer and use it in GitHub Desktop.
Save tanakahx/e32903c0effd53384c02 to your computer and use it in GitHub Desktop.
How to build qemu-system-arm in Linux

QEMU のバージョン

QEMU 2.3.0

ビルド手順

$ sudo apt-get install pkg-config libglib2.0-dev autoconf libtool
$ ./configure --target-list=arm-softmmu,arm-linux-user
$ make
$ sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment