Loading…
Loading…
Pre-built GNU bare-metal toolchain for 64-bit Arm processors
brew install --cask gcc-aarch64-embeddedFollow these steps to install GCC ARM Embedded using Homebrew, the most popular package manager for macOS. This works on both Apple Silicon (M1/M2/M3/M4) and Intel Macs.
Launch Terminal from your Applications > Utilities folder, or press Cmd + Space and type "Terminal".
If you don't have Homebrew yet, paste the install script from brew.sh into Terminal and follow the prompts.
brew install --cask gcc-aarch64-embeddedPaste the following command into Terminal and press Enter:
brew install --cask gcc-aarch64-embeddedRun `brew list` to confirm gcc-aarch64-embedded is installed, then try `gcc-aarch64-embedded --version` to check the version number.
Run `gcc-aarch64-embedded` in your Terminal to start using it.
sudo.brew update first to refresh the package list./opt/homebrew (the default for M-series chips).Pre-built GNU bare-metal toolchain for 64-bit Arm processors
Productivity & Workflow Analyst