Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 905 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 905 Bytes

homebrew-arm

This repository contains the GNU Toolchain for ARM Embedded Processors as formulae for Homebrew.

About

This is a Homebrew binary repository for the pre-built GNU toolchain for ARM Cortex-M and Cortex-R processors (Cortex-M0/M0+/M3/M4/M7/M23/M33, Cortex-R4/R5/R7/R8 and more).

Installing the formulae

First brew tap osx-cross/arm and then brew install <formula>.

Using the prebuilt binaries

To install the entire ARM toolchain, do:

# tap the repository
$ brew tap osx-cross/arm

# install the toolchain
$ brew install arm-gcc-bin

Building from source

This is not available yet, but we are working on it ;)

Docs