summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Esden-Tempski <piotr@esden.net>2010-09-12 03:31:52 -0700
committerPiotr Esden-Tempski <piotr@esden.net>2010-09-12 03:31:52 -0700
commit4cb03220910ab94ee62882ce82e956c6839712af (patch)
tree6de013ec1cb95d4d47b3bb9a283ff2bcf8bacf33
parent97d03426e4ac528d0b30d70bc40db54f903d8194 (diff)
Updated README.
-rw-r--r--README17
1 files changed, 14 insertions, 3 deletions
diff --git a/README b/README
index c70ba45..fab7c50 100644
--- a/README
+++ b/README
@@ -11,7 +11,7 @@ To compile the ARM toolchain for barebone ARM devices:
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:
--------------------------------------------------
@@ -20,5 +20,16 @@ Currently tested and known to work host platforms:
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