diff options
author | Lauri Leukkunen <lle@rahina.org> | 2008-10-20 15:56:11 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2008-10-20 15:56:11 +0300 |
commit | 0e29cbc24092080281cd3c8265ce5c4775d6348e (patch) | |
tree | 27cf9ca8b1ef8eefed799437d7444c68572237e3 /README | |
parent | 2610cc97f0751a4e6b3cff1dc51f40e12c3e110f (diff) |
Add svn qemu build instructions to README
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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 |