droogmic / microrust

Learning embedded development with Rust on the micro:bit
https://droogmic.github.io/microrust/
Other
61 stars 14 forks source link

gcc-arm-embedded Mac OS X instructions are outdated #9

Open beagleknight opened 5 years ago

beagleknight commented 5 years ago

Hi there!

I tried installing the gcc-arm-embedded package using brew cask but it looks like the formula doesn't exists anymore as pointed in here https://github.com/rust-embedded/book/issues/118

I installed it using brew install armmbed/formulae/arm-none-eabi-gcc. I am gonna open a pull request to update this 😄