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 / rank 1679
GNU Binutils for arm-none-eabi cross development. Version 2.47 via Homebrew; verified 2026-07-29. Also installable with dnf: sudo dnf install arm-none-eabi-binutils-cs.
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 pacman -S arm-none-eabi-binutilsArch Linux sync databases · arm-none-eabi-binutils · source: geo.mirror.pkgbuild.com
sudo dnf install arm-none-eabi-binutils-csFedora Rawhide package metadata · arm-none-eabi-binutils-cs · source: dl.fedoraproject.org
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 | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-ar | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-as | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-c++filt | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-elfedit | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-gprof | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-ld | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-ld.bfd | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-nm | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-objcopy | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-objdump | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-ranlib | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-readelf | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-size | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-strings | executable | indexed executable | Discovered from the local executable index. |
arm-none-eabi-strip | executable | indexed executable | Discovered from the local executable index. |
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.
install metadata
| Package key | brew:arm-none-eabi-binutils |
|---|---|
| Version | 2.47 |
| Package manager | Homebrew |
| Homepage | https://www.gnu.org/software/binutils/ |
| Last updated | 2026-07-29T14:10:12Z |
| Pulse | updated |
| Bottle | not recorded |
| Service | none declared |
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-4.fc45
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.47-1
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.