Added necessary packages to build stmhal on Fedora.

Sebastian Plamauer 2015-11-16 19:36:30 +01:00
parent 8e35630099
commit 127e9f0c18
1 changed files with 5 additions and 1 deletions

@ -177,4 +177,8 @@ Discussion on design https://forum.pjrc.com/threads/24794-MicroPython-for-Teensy
> cd ../minimal > cd ../minimal
> make - FAILS > make - FAILS
### Fedora
Install packages arm-none-eabi-gcc, arm-none-eabi-binutils and arm-none-eabi-newlib to be able to build stmhal port.