Closed ProExpertProg closed 3 years ago
Also found a better way to install on Mac: https://github.com/ARMmbed/homebrew-formulae
$ brew tap ArmMbed/homebrew-formulae
$ brew install arm-none-eabi-gcc
Added to the wiki page! https://github.com/USCRPL/mbed-cmake/wiki/Toolchain-Setup
Thanks for the tips
Also, using choco with Windows makes this much easier as well: choco install gcc-arm-embedded
As explained in #2, the toolchain instructions for Linux are incomplete, as they don't correctly add everything to your path.
It is much easier to simply install them with
apt
:I think the docs should list this as the default installation method and provide the current one as backup. I've tested this on Ubuntu 20.04 using WSL and CLion and it works.