summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2009-05-20 00:32:13 +0200
committerPiotr Esden-Tempski <piotr@esden.net>2009-05-20 00:39:29 +0200
commit6877dd1c94171ddb6281db40f4842e4d90dd419c (patch)
tree50b67b7c749b0328b5e352f1e6e33d135037231d /README
parentdfcf062595c857f416e024b35364abe0a1107936 (diff)
Added support for toolchain building on Mac OS X.
Diffstat (limited to 'README')
-rw-r--r--README20
1 files changed, 17 insertions, 3 deletions
diff --git a/README b/README
index 640bdcc..f50c1c5 100644
--- a/README
+++ b/README
@@ -1,10 +1,24 @@
+REMEMBER!
+---------
+THE RESULTING TOOLCHAIN IS FOR BARE BONE ARM PROCESSOR SOFTWARE. NOT FOR USE
+WITH GLIBC OR THE LINUX KERNEL. DO NOT EVEN BOTHER TO ASK FOR THAT!
+
To compile the arm toolchain for barebone arm devices:
+------------------------------------------------------
* Edit the shellscript header to match your environment
* Run it
* Profit
-Currently tested and know to work target platforms:
+Currently tested and known to work target platforms:
+----------------------------------------------------
* STM32F10x (Olimex STM32-H103 eval board)
-THE RESULTING TOOLCHAIN IS FOR BARE BONE ARM PROCESSOR SOFTWARE, NOT FOR USE
-WITH GLIBC OR THE LINUX KERNEL SO DO NOT EVEN BOTHER TO ASK FOR THAT!
+Currently tested and known to work host platforms:
+--------------------------------------------------
+* Linux 64bit (Debian Unstable)
+* Mac OS X Leopard with MacPorts
+
+Notes for Mac OS X users:
+-------------------------
+You need to install gmp, mpfr and libiconv packages using MacPorts, DarwinPorts
+or fink. GCC-4.4.0 requires them.