You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add note about installing "Arduino mbed-enabled Boards" package if you
get ARM binary build errors. @facchinm helped me through this on my
machine when I tried to install this repo earlier in the week.
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,13 @@ Remove the symlink to `api` you can find in `$sketchbook/hardware/arduino/mbed/
22
22
23
23
Open Arduino IDE; you should now see three new targets under `MBED boards` label
24
24
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
+
25
32
## Adding an mbed target
26
33
27
34
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