macOS
brew install aarch64-elf-binutilslocal Homebrew formula metadata
sudo port install aarch64-elf-binutilsMacPorts ports tree · cross/aarch64-elf-binutils/Portfile · 来源: api.github.com
安装
brew install aarch64-elf-binutilslocal Homebrew formula metadata
sudo port install aarch64-elf-binutilsMacPorts ports tree · cross/aarch64-elf-binutils/Portfile · 来源: api.github.com
概览
GNU Binutils for aarch64-elf cross development
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
aarch64-elf-addr2line | cli | 全局可执行文件 | |
aarch64-elf-ar | cli | 全局可执行文件 | |
aarch64-elf-as | cli | 全局可执行文件 | |
aarch64-elf-c++filt | cli | 全局可执行文件 | |
aarch64-elf-elfedit | cli | 全局可执行文件 | |
aarch64-elf-gprof | cli | 全局可执行文件 | |
aarch64-elf-ld | cli | 全局可执行文件 | |
aarch64-elf-ld.bfd | cli | 全局可执行文件 | |
aarch64-elf-nm | cli | 全局可执行文件 | |
aarch64-elf-objcopy | cli | 全局可执行文件 | |
aarch64-elf-objdump | cli | 全局可执行文件 | |
aarch64-elf-ranlib | cli | 全局可执行文件 | |
aarch64-elf-readelf | cli | 全局可执行文件 | |
aarch64-elf-size | cli | 全局可执行文件 | |
aarch64-elf-strings | cli | 全局可执行文件 | |
aarch64-elf-strip | cli | 全局可执行文件 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
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 |
| Pulse | updated |
| 依赖 | zstd |
| 构建依赖 | pkgconf, texinfo |
| Bottle | 可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | 未定义 |
| 服务 | 未声明 |
注册表事实
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aarch64-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 |
|
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
aarch64-elf-binutils
sudo port install aarch64-elf-binutils来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.