arm-none-eabi-gcc-cs.x86_64 arm-none-eabi-binutils-cs.x86_64I 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
Tom's Computer Info / tom@mmto.org