aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George2017-10-19 12:38:28 +1100
committerDamien George2017-10-19 12:38:28 +1100
commitc53ca32561d19add3c2f6fae9b09d472fe52165e (patch)
tree0e69f43c11be4a995502ab9960fb5c652e811558
parent8fa3d2996c9d69b1a6ba20f6beb354f4ce0001c8 (diff)
README: Add gcc and arm-none-eabi-newlib to list of required components.
gcc is required for mpy-cross, and arm-none-eabi-newlib for ports using arm-none-eabi-gcc.
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 00a0405f3..44d062e87 100644
--- a/README.md
+++ b/README.md
@@ -59,7 +59,7 @@ Additional components:
The subdirectories above may include READMEs with additional info.
"make" is used to build the components, or "gmake" on BSD-based systems.
-You will also need bash and Python (at least 2.7 or 3.3).
+You will also need bash, gcc, and Python (at least 2.7 or 3.3).
The Unix version
----------------
@@ -140,8 +140,8 @@ The STM32 version
-----------------
The "stm32" port requires an ARM compiler, arm-none-eabi-gcc, and associated
-bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils and
-arm-none-eabi-gcc packages. Otherwise, try here:
+bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils,
+arm-none-eabi-gcc and arm-none-eabi-newlib packages. Otherwise, try here:
https://launchpad.net/gcc-arm-embedded
To build: