# Installer aarch64-elf-binutils avec Homebrew, MacPorts

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de aarch64-elf-binutils pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:aarch64-elf-binutils
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install aarch64-elf-binutils
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install aarch64-elf-binutils
```

  Preuve: MacPorts ports tree: cross/aarch64-elf-binutils/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

## Faits du paquet

- **Clé du paquet:** brew:aarch64-elf-binutils
- **Gestionnaire de paquets:** Homebrew
- **Version:** 2.47
- **Résumé source:** GNU Binutils for aarch64-elf cross development
- **Page d'accueil:** <https://www.gnu.org/software/binutils/>
- **Dernière mise à jour:** 2026-07-29T14:10:12Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

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

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 2.47
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <https://formulae.brew.sh/api/formula/aarch64-elf-binutils.json>
- <https://sourceware.org/binutils/docs/>
- <https://sourceware.org/git/?p=binutils-gdb.git;a=summary>


## Notes de sécurité

narrow executable package without higher-risk signals.

- **Risque Geiger:** vert / faible
- narrow executable package without higher-risk signals

## Autres enregistrements de gestionnaires de paquets

- MacPorts - aarch64-elf-binutils: normalized package name match | MacPorts ports tree: cross/aarch64-elf-binutils/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/aarch64-elf-binutils.yml](https://github.com/mxcl/pkgdb/blob/main/combined/aarch64-elf-binutils.yml)


## Sources

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
