Toolchain

From Sharpfin
Revision as of 08:02, 23 August 2007 by Philipp (talk | contribs) (New page: == Download Crosstool == Crosstool is a collection of scripts which can help you building a cross compiler toolchain without pain. Get the latest version from [http://kegel.com/crosst...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search



Download Crosstool

Crosstool is a collection of scripts which can help you building a cross compiler toolchain without pain. Get the latest version from [1]

Build the toolchain

It seems that reciva uses glibc 2.3.2 and gcc 3.3.4 at this moment. We'll create a toolchain with the same versions:

  • unpack crosstool:
 tar -zxvf crosstool-<version>.tgz
  • choose the right flavour and build
 export RESULT_TOP=/opt/crosstool
 eval `cat arm.dat gcc-3.3.4-glibc-2.3.2.dat` sh all.sh --notest
 (note, we might needt the arm-softfloat.dat)

This might take some time. If all goes well, you'll and up with a fresh cross complier in /opt/crosstool