Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts 安装 aarch64-elf-binutils

查看 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

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

  • 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