From 127e9f0c18f5fbb2c6038f8f5fe2bad893e71485 Mon Sep 17 00:00:00 2001 From: Sebastian Plamauer Date: Mon, 16 Nov 2015 19:36:30 +0100 Subject: [PATCH] Added necessary packages to build stmhal on Fedora. --- Getting-Started.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Getting-Started.md b/Getting-Started.md index a33418b..b3b1f0f 100644 --- a/Getting-Started.md +++ b/Getting-Started.md @@ -177,4 +177,8 @@ Discussion on design https://forum.pjrc.com/threads/24794-MicroPython-for-Teensy > cd ../minimal -> make - FAILS \ No newline at end of file +> 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. \ No newline at end of file