# 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

```sh
sudo av install brew:arm-linux-gnueabihf-binutils
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install arm-linux-gnueabihf-binutils
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:arm-linux-gnueabihf-binutils
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/arm-linux-gnueabihf-binutils>
- **Version:** 2.46.1
- **Source summary:** FSF/GNU binutils for cross-compiling to arm-linux
- **Homepage:** <https://www.gnu.org/software/binutils/binutils.html>
- **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
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

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

## Dependencies

- zstd

## Build dependencies

- pkgconf
- texinfo

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 2.46.1
- Package-manager updated: 2026-06-09
- Local data: ok
- Upstream repository: https://www.gnu.org/software/binutils/binutils.html
- info: Release/tag comparison is only available for GitHub repositories.
## 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.

### Sources

- <https://sourceware.org/binutils/docs>
- <https://sourceware.org/binutils/docs/as.html>
- <https://sourceware.org/binutils/docs/binutils.html>
- <https://sourceware.org/binutils/docs/ld.html>
- <https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=summary>
- input.source_facts.executables
- input.source_facts.package-manager


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** arm-linux-gnueabihf-binutils
- **Version Scheme:** 0
- **Revision:** 0
- **Requirements:** macos
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** stable


## Related links

- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [zstd](https://www.automicvault.com/pkg/brew/zstd/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [texinfo](https://www.automicvault.com/pkg/brew/texinfo/) - Build dependency declared by Homebrew.
- [binutils](https://www.automicvault.com/pkg/brew/binutils/) - Shares the same upstream homepage.
- [x86_64-linux-gnu-binutils](https://www.automicvault.com/pkg/brew/x86-64-linux-gnu-binutils/) - Shares the same upstream homepage.
- [arm-none-eabi-binutils](https://www.automicvault.com/pkg/brew/arm-none-eabi-binutils/) - Shares av.db curated category or tags: arm, binutils, cli, compilers, cross-compilation.
- [arm-none-eabi-gcc](https://www.automicvault.com/pkg/brew/arm-none-eabi-gcc/) - Shares av.db curated category or tags: arm, cli, compilers, cross-compilation, developer-tools.
- [i686-elf-gcc](https://www.automicvault.com/pkg/brew/i686-elf-gcc/) - Shares av.db curated category or tags: cli, compilers, cross-compilation, developer-tools, gnu.
- [m68k-elf-gcc](https://www.automicvault.com/pkg/brew/m68k-elf-gcc/) - Shares av.db curated category or tags: cli, compilers, cross-compilation, developer-tools, gnu.
- [mingw-w64](https://www.automicvault.com/pkg/brew/mingw-w64/) - Shares av.db curated category or tags: cli, compilers, cross-compilation, developer-tools, toolchain.
- [aarch64-elf-gcc](https://www.automicvault.com/pkg/brew/aarch64-elf-gcc/) - Shares av.db curated category or tags: cli, compilers, cross-compilation, developer-tools.
- [x86_64-elf-gcc](https://www.automicvault.com/pkg/brew/x86-64-elf-gcc/) - Shares av.db curated category or tags: cli, compilers, cross-compilation, developer-tools.
- [aarch64-elf-binutils](https://www.automicvault.com/pkg/brew/aarch64-elf-binutils/) - Shares av.db curated category or tags: binutils, cli, cross-compilation, developer-tools.
- [i686-elf-binutils](https://www.automicvault.com/pkg/brew/i686-elf-binutils/) - Local package facts share a topical domain. Shared terms: addr2line, bfd, binutils, cli, compilation.

## Combined YAML source

View the package source record on GitHub. [combined/arm-linux-gnueabihf-binutils.yml](https://github.com/automic-vault/db/blob/main/combined/arm-linux-gnueabihf-binutils.yml)


## Sources

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