File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ Additional components:
59
59
The subdirectories above may include READMEs with additional info.
60
60
61
61
"make" is used to build the components, or "gmake" on BSD-based systems.
62
- You will also need bash and Python (at least 2.7 or 3.3).
62
+ You will also need bash, gcc, and Python (at least 2.7 or 3.3).
63
63
64
64
The Unix version
65
65
----------------
@@ -140,8 +140,8 @@ The STM32 version
140
140
-----------------
141
141
142
142
The "stm32" port requires an ARM compiler, arm-none-eabi-gcc, and associated
143
- bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils and
144
- arm-none-eabi-gcc packages. Otherwise, try here:
143
+ bin-utils. For those using Arch Linux, you need arm-none-eabi-binutils,
144
+ arm-none-eabi-gcc and arm-none-eabi-newlib packages. Otherwise, try here:
145
145
https://launchpad.net/gcc-arm-embedded
146
146
147
147
To build:
You can’t perform that action at this time.
0 commit comments