# i686-elf-binutils を Homebrew でインストール

i686-elf-binutils のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

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

追加のインストールコマンド:

### macOS

- Homebrew (100%):

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

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:i686-elf-binutils
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/i686-elf-binutils>
- **バージョン:** 2.47
- **ソース概要:** GNU Binutils for i686-elf cross development
- **ホームページ:** <https://www.gnu.org/software/binutils/>
- **上流ドキュメント:** <https://www.gnu.org/software/binutils/>
- **ライセンス:** GPL-3.0-or-later
- **ソースアーカイブ:** <https://ftpmirror.gnu.org/gnu/binutils/binutils-2.47.tar.bz2>
- **最終更新:** 2026-07-29T14:10:12Z
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- 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 (エイリアス)
- i686-elf-ar (エイリアス)
- i686-elf-as (エイリアス)
- i686-elf-c++filt (エイリアス)
- i686-elf-elfedit (エイリアス)
- i686-elf-gprof (エイリアス)
- i686-elf-ld (エイリアス)
- i686-elf-ld.bfd (エイリアス)
- i686-elf-nm (エイリアス)
- i686-elf-objcopy (エイリアス)
- i686-elf-objdump (エイリアス)
- i686-elf-ranlib (エイリアス)
- i686-elf-readelf (エイリアス)
- i686-elf-size (エイリアス)
- i686-elf-strings (エイリアス)
- i686-elf-strip (エイリアス)

## 依存関係

- zstd

## ビルド依存関係

- pkgconf
- texinfo

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 2.47
- マネージャ更新日: 2026-07-29
- ローカルデータ: OK
- 上流リポジトリ: https://www.gnu.org/software/binutils/
- 情報: Release/tag comparison is only available for GitHub repositories.
## プロジェクトの歴史と使われ方

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.

### プロジェクトの歴史

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.

### 採用の歴史

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.

### 使われ方

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.

### パッケージ好きにとっての重要性

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.

### タイムライン

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

### ソース

- <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/>


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals

## ソースデータベース詳細

- **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


## 関連リンク

- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/ja/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/ja/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [zstd](https://pkg.so/ja/brew/zstd/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [texinfo](https://pkg.so/ja/brew/texinfo/) - Build dependency declared by Homebrew.
- [i686-elf-gcc](https://pkg.so/ja/brew/i686-elf-gcc/) - Popular package that depends on this formula.
- [arm-none-eabi-binutils](https://pkg.so/ja/brew/arm-none-eabi-binutils/) - Shares the same upstream homepage.
- [aarch64-elf-binutils](https://pkg.so/ja/brew/aarch64-elf-binutils/) - Shares the same upstream homepage.
- [x86_64-elf-binutils](https://pkg.so/ja/brew/x86-64-elf-binutils/) - Shares the same upstream homepage.
- [riscv64-elf-binutils](https://pkg.so/ja/brew/riscv64-elf-binutils/) - Shares the same upstream homepage.
- [m68k-elf-binutils](https://pkg.so/ja/brew/m68k-elf-binutils/) - Shares the same upstream homepage.
- [arm-linux-gnueabihf-binutils](https://pkg.so/ja/brew/arm-linux-gnueabihf-binutils/) - Shares pkgdb curated category or tags: assembler, binutils, cli, cross-compilation, developer-tools.
- [mipsel-linux-gnu-binutils](https://pkg.so/ja/brew/mipsel-linux-gnu-binutils/) - Shares pkgdb curated category or tags: assembler, binutils, cli, cross-compilation, developer-tools.
- [mips-linux-gnu-binutils](https://pkg.so/ja/brew/mips-linux-gnu-binutils/) - Shares pkgdb curated category or tags: assembler, binutils, cli, cross-compilation, developer-tools.
- [x86_64-linux-gnu-binutils](https://pkg.so/ja/brew/x86-64-linux-gnu-binutils/) - Shares pkgdb curated category or tags: assembler, binutils, cli, developer-tools, linker.

## Combined YAML source

View the package source record on GitHub. [combined/i686-elf-binutils.yml](https://github.com/mxcl/pkgdb/blob/main/combined/i686-elf-binutils.yml)


## ソース

- pkg.so package database
- Geiger risk classifier
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- cross-ecosystem install command graph
