]> git.gag.com Git - fw/cortex-toolchain/blobdiff - README
Updated README.
[fw/cortex-toolchain] / README
diff --git a/README b/README
index f50c1c5726e69cb2ba48224dfbd08de93505a590..fab7c502885c61ae8e790facaab19a69388bbdf7 100644 (file)
--- a/README
+++ b/README
@@ -3,22 +3,33 @@ 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!
 
 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:
+To compile the ARM toolchain for barebone ARM devices:
 ------------------------------------------------------
 ------------------------------------------------------
-* Edit the shellscript header to match your environment
+* Edit the shell script to match your environment
 * Run it
 * Profit
 
 Currently tested and known to work target platforms:
 ----------------------------------------------------
 * Run it
 * Profit
 
 Currently tested and known to work target platforms:
 ----------------------------------------------------
-* STM32F10x (Olimex STM32-H103 eval board)
+* STM32F10x (Olimex STM32-H103 eval board, Open-BLDC v0.1, v0.2, v0.3)
 
 Currently tested and known to work host platforms:
 --------------------------------------------------
 
 Currently tested and known to work host platforms:
 --------------------------------------------------
-* Linux 64bit (Debian Unstable)
+* Linux 32bit and 64bit (Debian unstable)
 * Mac OS X Leopard with MacPorts
 
 Notes for Mac OS X users:
 -------------------------
 * 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.
+You need to install gmp, mpfr, mpc and libiconv packages using MacPorts,
+DarwinPorts or fink. GCC-4.5.1 requires them.
+
+Notes for Linux users:
+----------------------
+You need to install several packages on debian just run:
+
+apt-get install flex bison libgmp3-dev libmpfr-dev libncurses5-dev \
+libmpc-dev autoconf texinfo build-essential
+
+You may want to try running the following comand instead too:
+
+apt-get build-dep gcc-4.5