From 0e29cbc24092080281cd3c8265ce5c4775d6348e Mon Sep 17 00:00:00 2001 From: Lauri Leukkunen Date: Mon, 20 Oct 2008 15:56:11 +0300 Subject: Add svn qemu build instructions to README Signed-off-by: Lauri Leukkunen --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') diff --git a/README b/README index af4defe..9b2c922 100644 --- a/README +++ b/README @@ -38,6 +38,12 @@ $ make install prefix=$HOME/sb2 You need Qemu for cpu-transparency. As of 2008-10, the SVN version of qemu seems to work pretty well even with modern codesourcery toolchains (2008q3). +Get the latest Qemu with: + +$ svn co svn://svn.savannah.nongnu.org/qemu/trunk qemu +$ cd qemu +$ ./configure --prefix=$HOME/sb2 --target-list=arm-linux-user +$ make && make install If you're targeting ARM you can get a good toolchain from CodeSourcery: http://www.codesourcery.com/gnu_toolchains/arm/download.html -- cgit v1.2.3