summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorLauri Leukkunen <lle@rahina.org>2008-10-20 15:56:11 +0300
committerLauri Leukkunen <lle@rahina.org>2008-10-20 15:56:11 +0300
commit0e29cbc24092080281cd3c8265ce5c4775d6348e (patch)
tree27cf9ca8b1ef8eefed799437d7444c68572237e3 /README
parent2610cc97f0751a4e6b3cff1dc51f40e12c3e110f (diff)
Add svn qemu build instructions to README
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
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