Automic VaultAutomic Vault

brew

Install arm-linux-gnueabihf-binutils with Homebrew

FSF/GNU binutils for cross-compiling to arm-linux. Version 2.46.1 via Homebrew; verified 2026-06-09.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install arm-linux-gnueabihf-binutils

local Homebrew formula metadata

overview

Package summary

FSF/GNU binutils for cross-compiling to arm-linux

Commands and aliases

  • arm-linux-gnueabihf-addr2line
  • arm-linux-gnueabihf-ar
  • arm-linux-gnueabihf-as
  • arm-linux-gnueabihf-c++filt
  • arm-linux-gnueabihf-elfedit
  • arm-linux-gnueabihf-gprof
  • arm-linux-gnueabihf-ld
  • arm-linux-gnueabihf-ld.bfd
  • arm-linux-gnueabihf-nm
  • arm-linux-gnueabihf-objcopy
  • arm-linux-gnueabihf-objdump
  • arm-linux-gnueabihf-ranlib
  • arm-linux-gnueabihf-readelf
  • arm-linux-gnueabihf-size
  • arm-linux-gnueabihf-strings
  • arm-linux-gnueabihf-strip

history

Project history and usage

arm-linux-gnueabihf-binutils is a Homebrew cross-toolchain packaging of GNU Binutils for the arm-linux-gnueabihf target. The upstream project is GNU Binutils; the target-prefixed formula gives users assembler, linker, archive, symbol, object-copy, object-dump, and ELF-inspection tools that emit or inspect ARM GNU/Linux hard-float ABI objects.

Project history

GNU Binutils is the long-running GNU collection of binary tools around object files, archives, assembly, and linking. Sourceware's current documentation set includes manuals for gas, ld, BFD, libctf, gprof, gprofng, and the binary utilities such as ar, objcopy, objdump, readelf, size, strings, strip, and nm.

The Sourceware git repository is shared as binutils-gdb.git and identifies itself as the official gdb and binutils repository, with HTTPS, git, and SSH URLs. Current documentation is generated from Binutils 2.46 sources, and the git tag list includes official GNU Binutils 2.45, 2.46, and 2.46.1 release tags.

Adoption history

The arm-linux-gnueabihf target prefix exists for cross development aimed at ARM GNU/Linux systems using the hard-float ABI. In package-manager terms, the formula avoids colliding with host tools by installing prefixed commands such as arm-linux-gnueabihf-as, arm-linux-gnueabihf-ld, arm-linux-gnueabihf-objdump, and arm-linux-gnueabihf-readelf.

The supplied package facts show this exact cross-binutils package in Homebrew. That narrower packaging footprint is expected: cross-binutils packages are often target-specific and maintained where users need a particular embedded, board, sysroot, or foreign-architecture build workflow.

How it is used

Users install the package when they need binutils for ARM Linux objects from a non-ARM or differently configured host. The tools are used directly, or indirectly through a matching cross GCC, build system, or configure triplet that calls the prefixed assembler, linker, archiver, ranlib, objcopy, objdump, readelf, and strip.

The upstream manuals document the shared behavior: gas is the GNU assembler family, ld combines object and archive files and supports multiple object formats through BFD, and objcopy/objdump/readelf inspect or transform binary objects. The Homebrew package simply exposes those capabilities under the arm-linux-gnueabihf prefix.

Why package nerds care

This package is significant because cross-compilation lives and dies by boring names. A target-prefixed binutils set makes autotools, Makefiles, CMake toolchain files, and compiler drivers find the right ar, as, ld, objcopy, and strip without replacing the host system's own tools.

For package nerds, arm-linux-gnueabihf-binutils is not exciting because it adds features beyond GNU Binutils; it is useful because it packages a precise target tuple. That tuple carries ABI expectations into command names and build-system discovery.

Timeline

  • 1991-2026: Current Sourceware manuals for ld and gas carry Free Software Foundation copyright ranges beginning in 1991.
  • 2026: Sourceware publishes documentation for Binutils 2.46.
  • 2026: Sourceware git tags include official GNU Binutils 2.46 and 2.46.1 releases.
  • Current: Homebrew packages the arm-linux-gnueabihf-prefixed Binutils executable set.

Related projects

  • Related upstream components are GCC, GDB, gas, ld, BFD, libctf, gprof, gprofng, and the GNU binary utilities.
  • Related packaging patterns include arm-none-eabi-binutils for bare-metal ARM and target-prefixed GCC packages that drive these binutils under the hood.

security posture

Risk level: green

narrow executable package without higher-risk signals.

Risk classifier

green risk · low confidence · appliance

Why

  • narrow executable package without higher-risk signals

Signals

  • metadata:no-higher-risk-signals

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 1 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
arm-linux-gnueabihf-addr2linecliglobal executable
arm-linux-gnueabihf-arcliglobal executable
arm-linux-gnueabihf-ascliglobal executable
arm-linux-gnueabihf-c++filtcliglobal executable
arm-linux-gnueabihf-elfeditcliglobal executable
arm-linux-gnueabihf-gprofcliglobal executable
arm-linux-gnueabihf-ldcliglobal executable
arm-linux-gnueabihf-ld.bfdcliglobal executable
arm-linux-gnueabihf-nmcliglobal executable
arm-linux-gnueabihf-objcopycliglobal executable
arm-linux-gnueabihf-objdumpcliglobal executable
arm-linux-gnueabihf-ranlibcliglobal executable
arm-linux-gnueabihf-readelfcliglobal executable
arm-linux-gnueabihf-sizecliglobal executable
arm-linux-gnueabihf-stringscliglobal executable
arm-linux-gnueabihf-stripcliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version2.46.1
manager updated2026-06-09
local dataok
upstreamnot checked
latest detectednot detected

https://www.gnu.org/software/binutils/binutils.html

install metadata

Package metadata

Package keybrew:arm-linux-gnueabihf-binutils
Version2.46.1
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/arm-linux-gnueabihf-binutils
Homepagehttps://www.gnu.org/software/binutils/binutils.html
Repositoryhttps://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git
Upstream docshttps://sourceware.org/binutils/docs
LicenseGPL-3.0-or-later
Source archivehttps://ftpmirror.gnu.org/gnu/binutils/binutils-2.46.1.tar.bz2
Last updated2026-06-09T23:41:43Z
Pulseupdated
Dependencieszstd
Build dependenciespkgconf, texinfo
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared

registry facts

Source database details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namearm-linux-gnueabihf-binutils
Version Scheme0
Revision0
Requirements
  • macos
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment