STM32F103C8T6 ARM STM32 Minimum System Development Board

September 5, 2020

libmaple and Fedora

I am running Fedora 32 and have the following packages installed for arm development:
arm-none-eabi-gcc-cs.x86_64
arm-none-eabi-binutils-cs.x86_64
I also need g++ to support libmaple, and ran into an issue fooling with Arduino_STM32 that was fixed by installing the newlib package as follows:
dnf install arm-none-eabi-newlib
dnf install arm-none-eabi-gcc-cs-c++
After this, I grab libmaple itself:
git clone https://github.com/leaflabs/libmaple.git

Feedback? Questions? Drop me a line!

Tom's Computer Info / tom@mmto.org