Skip to content

Commit 8564c3a

Browse files
authored
Merge pull request arduino#64 from adamgreen/addArmBinNotesToREADME
Add arm tool install steps to README
2 parents 999846e + 1815a6e commit 8564c3a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ Remove the symlink to `api` you can find in `$sketchbook/hardware/arduino/mbed/
2222

2323
Open Arduino IDE; you should now see three new targets under `MBED boards` label
2424

25+
You may also need to install ARM build tools if you see an error like the following when you attempt to build for one of the mbed-os enabled boards.
26+
```
27+
fork/exec /bin/arm-none-eabi-g++: no such file or directory
28+
```
29+
The missing ARM build tools can be installed by using the `Boards Manager` option in the Arduino IDE to add the `Arduino mbed-enabled Boards` board package.
30+
31+
2532
## Adding an mbed target
2633

2734
Adding a target is a mostly automatic procedure that involves running https://github.com/arduino/ArduinoCore-mbed/blob/master/mbed-os-to-arduino after setting `BOARDNAME` and `ARDUINOCORE` env variables.

0 commit comments

Comments
 (0)