macOS
brew install arm-none-eabi-binutilslocal Homebrew formula metadata
sudo port install arm-none-eabi-binutilsMacPorts ports tree · cross/arm-none-eabi-binutils/Portfile · source: api.github.com
brew
GNU Binutils for arm-none-eabi cross development. Version 2.46.1 via Homebrew; verified 2026-06-09.
install
brew install arm-none-eabi-binutilslocal Homebrew formula metadata
sudo port install arm-none-eabi-binutilsMacPorts ports tree · cross/arm-none-eabi-binutils/Portfile · source: api.github.com
sudo dnf install arm-none-eabi-binutils-csFedora Rawhide package metadata · arm-none-eabi-binutils-cs · source: dl.fedoraproject.org
sudo pacman -S arm-none-eabi-binutilsArch Linux sync databases · arm-none-eabi-binutils · source: geo.mirror.pkgbuild.com
overview
GNU Binutils for arm-none-eabi cross development
history
arm-none-eabi-binutils is the target-prefixed GNU Binutils package for bare-metal ARM EABI development. It provides the low-level assembler, linker, archiver, object-copy, object-dump, symbol, size, string, strip, and ELF-inspection tools used before or alongside a matching arm-none-eabi GCC.
The upstream project is GNU Binutils, maintained through Sourceware's binutils-gdb.git repository. The official documentation is generated from the Binutils sources and covers the binary utilities, GNU assembler, GNU linker, BFD, profiling tools, and support libraries.
The arm-none-eabi prefix is packaging and target selection rather than a fork. It tells build systems and compiler drivers that these tools target ARM with no hosted operating system and the Embedded ABI, a common setup for microcontrollers, firmware, bootloaders, and freestanding runtime work.
The supplied package facts show arm-none-eabi-binutils packaged in Homebrew, Fedora-derived packaging, MacPorts, and Arch. That spread reflects the embedded-development pattern: host systems need cross tools that do not replace native /usr/bin ar, as, ld, objcopy, objdump, or strip.
Because bare-metal ARM development often needs objcopy to create raw binaries or S-records, objdump/readelf for inspection, and linker scripts for memory layout, Binutils is often installed even before the full compiler and C library story is settled.
The package installs commands such as arm-none-eabi-as, arm-none-eabi-ld, arm-none-eabi-objcopy, arm-none-eabi-objdump, arm-none-eabi-readelf, and arm-none-eabi-strip. Users call them directly in firmware build scripts or indirectly through arm-none-eabi-gcc.
Official Binutils documentation describes objcopy as able to translate object-file formats and generate raw binary output, objdump as an object-file inspection tool, gas as a family of assemblers, and ld as the linker that combines object and archive files. Those are exactly the jobs that make the package central to embedded packaging.
This is one of the canonical cross-toolchain packages: small, target-prefixed, and boring in the right way. It makes build-system discovery deterministic and keeps host and target binary tools separate.
For package nerds, arm-none-eabi-binutils is the layer that reveals how much embedded build output is not just compilation. Firmware packaging depends on linker scripts, section placement, ELF metadata, stripped images, raw binary conversion, and post-link inspection.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
arm-none-eabi-addr2line | cli | global executable | |
arm-none-eabi-ar | cli | global executable | |
arm-none-eabi-as | cli | global executable | |
arm-none-eabi-c++filt | cli | global executable | |
arm-none-eabi-elfedit | cli | global executable | |
arm-none-eabi-gprof | cli | global executable | |
arm-none-eabi-ld | cli | global executable | |
arm-none-eabi-ld.bfd | cli | global executable | |
arm-none-eabi-nm | cli | global executable | |
arm-none-eabi-objcopy | cli | global executable | |
arm-none-eabi-objdump | cli | global executable | |
arm-none-eabi-ranlib | cli | global executable | |
arm-none-eabi-readelf | cli | global executable | |
arm-none-eabi-size | cli | global executable | |
arm-none-eabi-strings | cli | global executable | |
arm-none-eabi-strip | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://www.gnu.org/software/binutils/
install metadata
| Package key | brew:arm-none-eabi-binutils |
|---|---|
| Version | 2.46.1 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/arm-none-eabi-binutils |
| Homepage | https://www.gnu.org/software/binutils/ |
| Repository | https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git |
| Upstream docs | https://sourceware.org/binutils/docs |
| License | GPL-3.0-or-later |
| Source archive | https://ftpmirror.gnu.org/gnu/binutils/binutils-2.46.1.tar.bz2 |
| Last updated | 2026-06-09T23:41:43Z |
| Pulse | updated |
| Dependencies | zstd |
| Build dependencies | pkgconf, texinfo |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | arm-none-eabi-binutils |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
arm-none-eabi-binutils-cs 2.45-3.fc44
GNU Binutils for cross-compilation for arm-none-eabi target
http://www.codesourcery.com/sgpp/lite/arm
sudo dnf install arm-none-eabi-binutils-csarm-none-eabi-binutils 2.43-2
A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target
https://www.gnu.org/software/binutils/
sudo pacman -S arm-none-eabi-binutilsarm-none-eabi-binutils
sudo port install arm-none-eabi-binutilssource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.