diff options
author | Lauri Leukkunen <lle@rahina.org> | 2007-04-22 16:01:54 +0300 |
---|---|---|
committer | Lauri Leukkunen <lle@rahina.org> | 2007-04-22 16:01:54 +0300 |
commit | 98f3969f7fea13c5eed8bfaca263595618449b4b (patch) | |
tree | 0c1d5025200cded1f8f66b5a182f2c8ba329b29b /README | |
parent | 7d7a09ecf0dfceff081baf1bb6a5909ded5cc48c (diff) |
Update README
Minor stuff about 32/64bit hosts and toolchains.
Signed-off-by: Lauri Leukkunen <lle@rahina.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 10 |
1 files changed, 8 insertions, 2 deletions
@@ -27,9 +27,15 @@ You need Qemu for cpu-transparency. Debian/Etch and Debian/unstable provide a good one. If all else fails, there's a static qemu-arm-0.8.1-sb2 available on http://freedesktop.org/wiki/Software_2fsbox2. -If you're targeting ARM, you can get a good toolchain from CodeSourcery: +If you're targeting ARM and are on a 32bit x86 machine, you can get a +good toolchain from CodeSourcery: http://www.codesourcery.com/gnu_toolchains/arm/download.html +For amd64 systems there's a quite functional toolchain available here: +http://people.freedesktop.org/~lle/arm-lltc-gcc412-glibc25.tar.bz2 + +Add the compiler to your path before continuing, alternatively you can +give the absolute path to gcc in the sb2-init step below. Now complete sb2 target setup: @@ -53,7 +59,7 @@ Extract that to $HOME/buildroot. Then build a proper libtool for your active toolchain by running this inside sb2: -$ $HOME/scratchbox/bin/sb2-build-libtool.sh +[SB2] $ $HOME/scratchbox/bin/sb2-build-libtool In order to build debian packages, you have to use -d switch for dpkg-buildpackage to skip build dependency checking. A proper |