Cosmic/18.04: Had to install libnewlib-arm-none-eabi to resolve stdint.h not found error.
kamilion opened this issue · 1 comments
kamilion commented
Went and got stm32flash and gcc-arm-none-eabi on cosmic, but build failed. Googling indicated the package 'libnewlib-arm-none-eabi' was missing. Installed it. Build successful.
dword1511 commented
Thanks for the feedback. On most of the systems gcc-arm-none-eabi
should depend on newlib
. I will add a heads-up in the README.