ARMmbed / homebrew-formulae

homebrew ("the missing package manager for OS X") formulae from the mbed team.
Apache License 2.0
126 stars 39 forks source link

Update to 10-2020-q4-major #28

Closed cesarvandevelde closed 3 years ago

cesarvandevelde commented 4 years ago

Does exactly what it says on the tin. :)

To test, uninstall the existing package first, then install this new formula from source:

brew uninstall arm-none-eabi-gcc
brew install https://raw.githubusercontent.com/cesarvandevelde/homebrew-formulae/master/arm-none-eabi-gcc.rb
nrbrook commented 4 years ago

With the latest homebrew, these commands give an error. Install using:

brew tap cesarvandevelde/homebrew-formulae
brew install cesarvandevelde/homebrew-formulae/arm-none-eabi-gcc
cesarvandevelde commented 4 years ago

Do you have the specific error message? I've just retried the formula (albeit with reinstall instead of install) and did not get any error message. At this point, it might be better to wait for the Q4 release though. There hasn't been any reaction yet from the mbed team. :)

GHF commented 3 years ago

If mbed continues to be unresponsive on this, you might also consider switching entirely to https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/gcc-arm-embedded.rb or https://github.com/osx-cross/homebrew-arm

cesarvandevelde commented 3 years ago

Unfortunately, it seems like this formula will not be maintained by the Mbed team. I've updated the pull request to reflect the latest (2020 Q4) release in the hope that it might prove useful to somebody, but I'm not holding my breath. I will probably switch to the Cask version in the future...