# Install i686-elf-binutils with Homebrew

GNU Binutils for i686-elf cross development. Version 2.46.1 via Homebrew; verified 2026-06-09.

## Install

```sh
sudo av install brew:i686-elf-binutils
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install i686-elf-binutils
```

  Evidence: local Homebrew formula metadata

## Package facts

- **Package key:** brew:i686-elf-binutils
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/i686-elf-binutils>
- **Version:** 2.46.1
- **Source summary:** GNU Binutils for i686-elf cross development
- **Homepage:** <https://www.gnu.org/software/binutils/>
- **Repository:** <https://sourceware.org/git/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:44Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- i686-elf-addr2line (cli)
- i686-elf-ar (cli)
- i686-elf-as (cli)
- i686-elf-c++filt (cli)
- i686-elf-elfedit (cli)
- i686-elf-gprof (cli)
- i686-elf-ld (cli)
- i686-elf-ld.bfd (cli)
- i686-elf-nm (cli)
- i686-elf-objcopy (cli)
- i686-elf-objdump (cli)
- i686-elf-ranlib (cli)
- i686-elf-readelf (cli)
- i686-elf-size (cli)
- i686-elf-strings (cli)
- i686-elf-strip (cli)
- i686-elf-addr2line (alias)
- i686-elf-ar (alias)
- i686-elf-as (alias)
- i686-elf-c++filt (alias)
- i686-elf-elfedit (alias)
- i686-elf-gprof (alias)
- i686-elf-ld (alias)
- i686-elf-ld.bfd (alias)
- i686-elf-nm (alias)
- i686-elf-objcopy (alias)
- i686-elf-objdump (alias)
- i686-elf-ranlib (alias)
- i686-elf-readelf (alias)
- i686-elf-size (alias)
- i686-elf-strings (alias)
- i686-elf-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/
- info: Release/tag comparison is only available for GitHub repositories.
## Project history and usage

i686-elf-binutils is Homebrew's target-prefixed GNU Binutils package for i686-elf cross development. It packages the assembler, linker, object-file tools, and ELF inspection utilities that usually sit underneath a cross GCC.

### Project history

GNU Binutils collects the binary tools of the GNU toolchain. The GNU project page names ld, as, and gold as the main programs and lists utilities such as ar, nm, objcopy, objdump, readelf, strings, and strip, backed by libraries including BFD and opcodes.

The January 1987 GNU bulletin already described a GNU assembler, GNU ld in regular use, and object-file management utilities. The later Binutils project made those pieces a coherent release stream, with Sourceware-hosted documentation, release branches, release tags, and the shared binutils-gdb source repository.

### Adoption history

Binutils adoption follows the adoption of GNU compilers and Unix-like package systems: assemblers and linkers are needed for building operating systems, libraries, embedded firmware, and cross targets. The GNU page explicitly states that Binutils' main reason for existence is giving GNU and GNU/Linux the facility to compile and link programs.

The i686-elf-binutils formula is part of the package-manager tradition of target-prefixed toolchains. Homebrew identifies it as GNU Binutils for i686-elf cross development and ships prefixed commands including i686-elf-as, i686-elf-ld, i686-elf-objcopy, and i686-elf-readelf.

### How it is used

In an i686-elf cross toolchain, Binutils usually comes before GCC: the assembler and linker are required to build or use a cross compiler, and tools such as objdump, readelf, nm, and objcopy inspect or transform ELF artifacts.

The package is most useful in bare-metal, kernel, bootloader, and low-level systems work where output objects target i686-elf rather than the host machine's native ABI.

### Why package nerds care

Package nerds care about i686-elf-binutils because it is the small foundation layer of a cross toolchain. A working target-prefixed Binutils package lets the rest of the stack use predictable names and keeps host and target object formats from being confused.

It is also a good example of why package managers expose cross tools as separate formulae: the upstream source is the same as GNU Binutils, but the configured target changes the command names and the artifacts users can produce.

### Timeline

- 1987: GNU's bulletin described GNU assembler work, GNU ld in regular use, and object-file utilities.
- 1998: The GNU Binutils web page copyright history begins on the GNU project page.
- 1999: Historical Binutils mailing lists gas2 and bfd were superseded by the binutils list, according to the GNU project page.
- 2008: gold was added to Binutils as an ELF-only linker.
- 2026: Homebrew packaged i686-elf-binutils as the Binutils layer for i686-elf cross development.

### Related projects

- GNU GCC commonly consumes the target assembler and linker supplied by Binutils.
- GDB shares the binutils-gdb repository; elfutils and LLVM tools occupy adjacent object-file and linker-tooling space.

### Sources

- <https://formulae.brew.sh/formula/i686-elf-binutils>
- <https://sourceware.org/binutils/docs/>
- <https://sourceware.org/binutils/docs/as/GNU-Assembler.html>
- <https://www.gnu.org/bulletins/bull2.txt>
- <https://www.gnu.org/software/binutils/>


## 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:** i686-elf-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:** 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.
- [i686-elf-gcc](https://www.automicvault.com/pkg/brew/i686-elf-gcc/) - Popular package that depends on this formula.
- [aarch64-elf-binutils](https://www.automicvault.com/pkg/brew/aarch64-elf-binutils/) - Shares the same upstream homepage.
- [arm-none-eabi-binutils](https://www.automicvault.com/pkg/brew/arm-none-eabi-binutils/) - Shares the same upstream homepage.
- [m68k-elf-binutils](https://www.automicvault.com/pkg/brew/m68k-elf-binutils/) - Shares the same upstream homepage.
- [mips-linux-gnu-binutils](https://www.automicvault.com/pkg/brew/mips-linux-gnu-binutils/) - Shares the same upstream homepage.
- [mipsel-linux-gnu-binutils](https://www.automicvault.com/pkg/brew/mipsel-linux-gnu-binutils/) - Shares the same upstream homepage.
- [x86_64-linux-gnu-binutils](https://www.automicvault.com/pkg/brew/x86-64-linux-gnu-binutils/) - Shares av.db curated category or tags: assembler, binary-tools, binutils, cli, developer-tools.
- [binutils](https://www.automicvault.com/pkg/brew/binutils/) - Shares av.db curated category or tags: assembler, binary-tools, cli, developer-tools, linker.
- [cc65](https://www.automicvault.com/pkg/brew/cc65/) - Shares av.db curated category or tags: assembler, cli, cross-compilation, developer-tools, linker.
- [crosstool-ng](https://www.automicvault.com/pkg/brew/crosstool-ng/) - Shares av.db curated category or tags: cli, cross-compilation, developer-tools.
- [mingw-w64](https://www.automicvault.com/pkg/brew/mingw-w64/) - Shares av.db curated category or tags: cli, cross-compilation, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/i686-elf-binutils.yml](https://github.com/automic-vault/db/blob/main/combined/i686-elf-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
