Automic VaultAutomic Vault

brew

aarch64-elf-binutils を Homebrew, MacPorts でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install aarch64-elf-binutils

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install aarch64-elf-binutils

MacPorts ports tree · cross/aarch64-elf-binutils/Portfile · ソース: api.github.com

概要

パッケージ概要

GNU Binutils for aarch64-elf cross development

コマンドとエイリアス

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

履歴

プロジェクトの歴史と使われ方

aarch64-elf-binutils is Homebrew's target-prefixed packaging of GNU Binutils for AArch64 bare-metal cross development. It provides the assembler, linker, archive tools, object-file inspection tools, and related utilities under aarch64-elf-* executable names.

プロジェクトの歴史

GNU Binutils is maintained in Sourceware's combined binutils-gdb.git repository, whose official gitweb summary describes the repository as gdb and binutils and publishes an HTTPS repository URL. The current Sourceware Binutils documentation is generated from the Binutils 2.46 sources and covers gas, ld, BFD, libctf, gprof, gprofng, SFrame, and the binary utilities manual.

The Homebrew formula is not a fork of Binutils; it packages the GNU release for the aarch64-elf target. As of the official Homebrew formula API checked for this batch, the stable formula uses GNU Binutils 2.46.1.

採用の歴史

Target-prefixed Binutils packages became a standard packaging pattern for cross development because they let multiple toolchains coexist without shadowing host tools such as as, ld, ar, objdump, or readelf. Homebrew exposes this convention directly through executables such as aarch64-elf-as, aarch64-elf-ld, aarch64-elf-objcopy, and aarch64-elf-readelf.

Homebrew analytics in the official formula API show the package is a niche but active cross-toolchain component, with installs tracked separately from the host binutils formula.

使われ方

Users install aarch64-elf-binutils when they need to assemble, link, convert, inspect, strip, or archive objects for AArch64 ELF targets outside the host operating system ABI. It is commonly paired with a matching cross GCC and, when debugging is needed, a target-matched GDB.

The package's target prefix matters operationally: build systems and cross-compilers can call aarch64-elf-as or aarch64-elf-ld explicitly, avoiding accidental use of platform-native tools.

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

For package-manager users, this formula is the low-level base of an AArch64 bare-metal toolchain. Getting the target triplet, prefix, and Binutils/GCC pairing right is the difference between a reproducible cross build and a host-tool leak that fails later in the build.

Package nerds care because Binutils packages are both leaf CLI tools and dependency infrastructure: they expose many small executables, interact closely with compiler specs, and often need to be versioned in step with cross compilers.

タイムライン

  • 2026: Sourceware's current Binutils documentation is generated from the Binutils 2.46 sources.
  • 2026: Sourceware git tags list an official GNU Binutils 2.46.1 release.
  • 2026: Homebrew's aarch64-elf-binutils formula packages GNU Binutils 2.46.1 for aarch64-elf cross development.

Related projects

  • GCC commonly consumes Binutils as the assembler/linker layer in GNU cross-toolchains.
  • GDB shares Sourceware's binutils-gdb.git repository with Binutils.
  • The aarch64-elf-gcc and aarch64-elf-gdb Homebrew formulae are natural companions for this target-specific Binutils package.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • formula メタデータに Homebrew post-install フックは記録されていません。
  • Homebrew bottle メタデータは 6 個のプラットフォームターゲットで利用できます。
  • 1 件の実行時依存関係とともにインストールされます。
  • ビルドメタデータには 2 件のビルド依存関係があります。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
aarch64-elf-addr2linecliグローバル実行可能ファイル
aarch64-elf-arcliグローバル実行可能ファイル
aarch64-elf-ascliグローバル実行可能ファイル
aarch64-elf-c++filtcliグローバル実行可能ファイル
aarch64-elf-elfeditcliグローバル実行可能ファイル
aarch64-elf-gprofcliグローバル実行可能ファイル
aarch64-elf-ldcliグローバル実行可能ファイル
aarch64-elf-ld.bfdcliグローバル実行可能ファイル
aarch64-elf-nmcliグローバル実行可能ファイル
aarch64-elf-objcopycliグローバル実行可能ファイル
aarch64-elf-objdumpcliグローバル実行可能ファイル
aarch64-elf-ranlibcliグローバル実行可能ファイル
aarch64-elf-readelfcliグローバル実行可能ファイル
aarch64-elf-sizecliグローバル実行可能ファイル
aarch64-elf-stringscliグローバル実行可能ファイル
aarch64-elf-stripcliグローバル実行可能ファイル

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-07-10
マネージャ版2.46.1
マネージャ更新日2026-06-09
ローカルデータOK
上流not checked
検出された最新未検出

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:aarch64-elf-binutils
バージョン2.46.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/aarch64-elf-binutils
ホームページhttps://www.gnu.org/software/binutils/
リポジトリhttps://sourceware.org/git/binutils-gdb.git
上流ドキュメントhttps://sourceware.org/binutils/docs
ライセンスGPL-3.0-or-later
ソースアーカイブhttps://ftpmirror.gnu.org/gnu/binutils/binutils-2.46.1.tar.bz2
最終更新2026-06-09T23:41:43Z
Pulseupdated
依存関係zstd
ビルド依存関係pkgconf, texinfo
Bottle利用可能 (対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定義
サービス宣言なし

レジストリ情報

ソースデータベース詳細

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

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

MacPorts95%

aarch64-elf-binutils

sudo port install aarch64-elf-binutils
  • normalized package name match
  • 一致条件: Aarch64 Elf Binutils
MacPorts ports tree · api.github.com · MacPorts ports tree: cross/aarch64-elf-binutils/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

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