Added ability to have a local config that overrides the script.
[fw/cortex-toolchain] / README
1 REMEMBER!
2 ---------
3 THE RESULTING TOOLCHAIN IS FOR BARE BONE ARM PROCESSOR SOFTWARE. NOT FOR USE
4 WITH GLIBC OR THE LINUX KERNEL. DO NOT EVEN BOTHER TO ASK FOR THAT!
5
6 To compile the ARM toolchain for barebone ARM devices:
7 ------------------------------------------------------
8 * Edit the shell script to match your environment
9 * Run it
10 * Profit
11
12 Currently tested and known to work target platforms:
13 ----------------------------------------------------
14 * STM32F10x (Olimex STM32-H103 eval board)
15
16 Currently tested and known to work host platforms:
17 --------------------------------------------------
18 * Linux 32bit and 64bit (Debian unstable)
19 * Mac OS X Leopard with MacPorts
20
21 Notes for Mac OS X users:
22 -------------------------
23 You need to install gmp, mpfr and libiconv packages using MacPorts, DarwinPorts
24 or fink. GCC-4.4.0 requires them.