# homebrew-formulae **Repository Path**: mirrors_ARMmbed/homebrew-formulae ## Basic Information - **Project Name**: homebrew-formulae - **Description**: homebrew ("the missing package manager for OS X") formulae from the mbed team. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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).