Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Point to gcc-arm-embedded cask #39

Merged
merged 1 commit into from
Aug 28, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
## Homebrew formulae for Arm Mbed
# 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:

[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):
```sh
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
```

We update this tap with new releases of the toolchain whenever they become available.

This tap is 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).
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).