# 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
- **バージョン:** 2.47
- **ソース概要:** GNU Binutils for i686-elf cross development
- **ホームページ:** <https://www.gnu.org/software/binutils/>
- **最終更新:** 2026-07-29T14:10:12Z
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- 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 (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 2.47
## プロジェクトの歴史と使われ方

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


## 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
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
