https://github.com/armmbed/homebrew-formulae
homebrew ("the missing package manager for OS X") formulae from the mbed team.
https://github.com/armmbed/homebrew-formulae
Last synced: 7 months ago
JSON representation
homebrew ("the missing package manager for OS X") formulae from the mbed team.
- Host: GitHub
- URL: https://github.com/armmbed/homebrew-formulae
- Owner: ARMmbed
- License: apache-2.0
- Created: 2014-12-05T17:05:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-09-15T13:45:33.000Z (over 2 years ago)
- Last Synced: 2023-11-07T19:48:41.951Z (about 2 years ago)
- Language: Ruby
- Size: 16.6 KB
- Stars: 120
- Watchers: 120
- Forks: 39
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Homebrew formulae for Arm Mbed
[Homebrew](https://brew.sh) is a package manager for macOS. You can use it to install the [Arm GCC toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm)
## Deprecation notice
New versions [Arm GCC toolchain](https://developer.arm.com/open-source/gnu-toolchain/gnu-rm) are available from the [gcc-arm-embedded](https://formulae.brew.sh/cask/gcc-arm-embedded) cask, using the following instructions.
```sh
brew install --cask gcc-arm-embedded
```
## Installing from this tap
If you still want to install from this tap, use the following instructions:
```sh
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
```
This tap was maintained by the Arm Mbed team, not the Arm OSS compiler team! Please raise [issues with this formula here](https://github.com/ArmMbed/homebrew-formulae/issues), and [issues with the toolchain here](https://bugs.launchpad.net/gcc-arm-embedded).