Automic VaultAutomic Vault

brew

arm-none-eabi-binutils を Homebrew, MacPorts, pacman, dnf でインストール

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

インストール

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

macOS

Homebrew確認済み · 100%
brew install arm-none-eabi-binutils

local Homebrew formula metadata

MacPorts確認済み · 94%
sudo port install arm-none-eabi-binutils

MacPorts ports tree · cross/arm-none-eabi-binutils/Portfile · ソース: api.github.com

Linux

Arch Linux pacman確認済み · 92%
sudo pacman -S arm-none-eabi-binutils

Arch Linux sync databases · arm-none-eabi-binutils · ソース: geo.mirror.pkgbuild.com

Fedora dnf確認済み · 92%
sudo dnf install arm-none-eabi-binutils-cs

Fedora Rawhide package metadata · arm-none-eabi-binutils-cs · ソース: dl.fedoraproject.org

概要

パッケージ概要

GNU Binutils for arm-none-eabi cross development

コマンドとエイリアス

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

履歴

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

arm-none-eabi-binutils is the target-prefixed GNU Binutils package for bare-metal ARM EABI development. It provides the low-level assembler, linker, archiver, object-copy, object-dump, symbol, size, string, strip, and ELF-inspection tools used before or alongside a matching arm-none-eabi GCC.

プロジェクトの歴史

The upstream project is GNU Binutils, maintained through Sourceware's binutils-gdb.git repository. The official documentation is generated from the Binutils sources and covers the binary utilities, GNU assembler, GNU linker, BFD, profiling tools, and support libraries.

The arm-none-eabi prefix is packaging and target selection rather than a fork. It tells build systems and compiler drivers that these tools target ARM with no hosted operating system and the Embedded ABI, a common setup for microcontrollers, firmware, bootloaders, and freestanding runtime work.

採用の歴史

The supplied package facts show arm-none-eabi-binutils packaged in Homebrew, Fedora-derived packaging, MacPorts, and Arch. That spread reflects the embedded-development pattern: host systems need cross tools that do not replace native /usr/bin ar, as, ld, objcopy, objdump, or strip.

Because bare-metal ARM development often needs objcopy to create raw binaries or S-records, objdump/readelf for inspection, and linker scripts for memory layout, Binutils is often installed even before the full compiler and C library story is settled.

使われ方

The package installs commands such as arm-none-eabi-as, arm-none-eabi-ld, arm-none-eabi-objcopy, arm-none-eabi-objdump, arm-none-eabi-readelf, and arm-none-eabi-strip. Users call them directly in firmware build scripts or indirectly through arm-none-eabi-gcc.

Official Binutils documentation describes objcopy as able to translate object-file formats and generate raw binary output, objdump as an object-file inspection tool, gas as a family of assemblers, and ld as the linker that combines object and archive files. Those are exactly the jobs that make the package central to embedded packaging.

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

This is one of the canonical cross-toolchain packages: small, target-prefixed, and boring in the right way. It makes build-system discovery deterministic and keeps host and target binary tools separate.

For package nerds, arm-none-eabi-binutils is the layer that reveals how much embedded build output is not just compilation. Firmware packaging depends on linker scripts, section placement, ELF metadata, stripped images, raw binary conversion, and post-link inspection.

タイムライン

  • 1991-2026: Current Sourceware manuals for gas and ld 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, MacPorts, Arch, and Fedora-family package metadata include arm-none-eabi-binutils variants.

Related projects

  • Related projects include arm-none-eabi-gcc, newlib or other embedded C libraries, GDB, OpenOCD, CMSIS-based firmware projects, and build systems that consume target-prefixed toolchains.
  • It is a sibling of arm-linux-gnueabihf-binutils, but aims at bare-metal EABI rather than GNU/Linux hard-float userland.

セキュリティ状態

リスクレベル: グリーン

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 件のビルド依存関係があります。

推奨レビュー

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

実行可能ファイル

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

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

鮮度

バージョンと鮮度

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

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

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

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:arm-none-eabi-binutils
バージョン2.46.1
パッケージマネージャHomebrew
パッケージマネージャページhttps://formulae.brew.sh/formula/arm-none-eabi-binutils
ホームページhttps://www.gnu.org/software/binutils/
リポジトリhttps://sourceware.org/git/gitweb.cgi?p=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 Namearm-none-eabi-binutils
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

ソースデータベース一致

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

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

dnf95%

arm-none-eabi-binutils-cs 2.45-3.fc44

GNU Binutils for cross-compilation for arm-none-eabi target

http://www.codesourcery.com/sgpp/lite/arm

sudo dnf install arm-none-eabi-binutils-cs
  • License: GPL-2.0-or-later AND GPL-3.0-or-later AND LicenseRef-Callaway-LGPLv2+ AND LicenseRef-Callaway-BSD
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: arm-none-eabi-binutils-cs
  • 3 依存関係
  • 2 提供
  • normalized package name match
  • 一致条件: Arm None Eabi Binutils
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: arm-none-eabi-binutils-cs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

arm-none-eabi-binutils 2.43-2

A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target

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

sudo pacman -S arm-none-eabi-binutils
  • License: GPL
  • Architecture: x86_64
  • 2 依存関係
  • normalized package name match
  • 一致条件: Arm None Eabi Binutils
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: arm-none-eabi-binutils from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

arm-none-eabi-binutils

sudo port install arm-none-eabi-binutils
  • normalized package name match
  • 一致条件: Arm None Eabi Binutils
MacPorts ports tree · api.github.com · MacPorts ports tree: cross/arm-none-eabi-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