# Installer aarch64-elf-gcc avec Homebrew

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install aarch64-elf-gcc
```

  Preuve: local Homebrew formula metadata

## Faits du paquet

- **Clé du paquet:** brew:aarch64-elf-gcc
- **Gestionnaire de paquets:** Homebrew
- **Version:** 16.1.0
- **Résumé source:** GNU compiler collection for aarch64-elf
- **Page d'accueil:** <https://gcc.gnu.org>
- **Dernière mise à jour:** 2026-05-26T23:37:44-04:00
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- aarch64-elf-c++ (alias)
- aarch64-elf-cpp (alias)
- aarch64-elf-g++ (alias)
- aarch64-elf-gcc (alias)
- aarch64-elf-gcc-16.1.0 (alias)
- aarch64-elf-gcc-ar (alias)
- aarch64-elf-gcc-nm (alias)
- aarch64-elf-gcc-ranlib (alias)
- aarch64-elf-gcov (alias)
- aarch64-elf-gcov-dump (alias)
- aarch64-elf-gcov-tool (alias)
- aarch64-elf-lto-dump (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

aarch64-elf-gcc is Homebrew's AArch64 ELF cross-target build of GCC, the GNU Compiler Collection. It provides target-prefixed compiler drivers such as aarch64-elf-gcc, aarch64-elf-g++, aarch64-elf-cpp, and GCC support tools.

### Historique du projet

GCC development is part of the GNU Project and is aimed at improving the compiler used in GNU systems while supporting many architectures and environments. The official GCC release timeline lists early GCC 1.x releases in the late 1980s, EGCS releases beginning in 1997, GCC 3.0 in 2001, GCC 4.0 in 2005, and GCC 16.1 on April 30, 2026.

The official GCC git page publishes the HTTPS source repository and notes that the public repository includes versions and releases. Homebrew's aarch64-elf-gcc formula packages the GNU GCC release source for the aarch64-elf target rather than maintaining a separate compiler project.

### Historique d'adoption

GCC's portability and target support made it a common base for cross-compilers in embedded, operating-system, and bare-metal development. Package managers often expose that pattern as triplet-prefixed formulae so a developer can install host and target compilers side by side.

Homebrew analytics in the official formula API show aarch64-elf-gcc as an actively installed but specialized package, consistent with cross-toolchain usage rather than general desktop compiler use.

### Modes d'utilisation

Users install aarch64-elf-gcc to compile C, C++, and preprocessed sources for AArch64 ELF targets. The package is typically used with a matching aarch64-elf-binutils install so GCC can invoke the correct assembler, linker, archiver, and object tools.

The executable prefix is the important user-facing contract: build systems can select aarch64-elf-gcc or aarch64-elf-g++ explicitly and avoid confusing the target compiler with the host system compiler.

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

This formula matters because GCC cross-compilers are where package management, compiler configuration, target triplets, runtime libraries, and Binutils compatibility all meet. A small formula name encodes a large amount of toolchain policy.

For package nerds, aarch64-elf-gcc is also a useful signal that the package is for bare-metal or freestanding ELF work, not the host's native AArch64 operating-system ABI.

### Chronologie

- 1988: The official GCC release timeline lists GCC 1.27.
- 1997: EGCS 1.0 appears in the GCC release timeline.
- 2001: GCC 3.0 appears in the GCC release timeline.
- 2026: GCC 16.1 is released on April 30, 2026.
- 2026: Homebrew's aarch64-elf-gcc formula packages GCC 16.1.0 for aarch64-elf cross development.

### Related projects

- GNU Binutils provides the assembler, linker, and object utilities commonly paired with GCC cross-compilers.
- GDB is the debugger commonly paired with GCC and Binutils in GNU cross-development toolchains.
- The aarch64-elf-binutils and aarch64-elf-gdb Homebrew formulae are target-matched companions.

### Sources

- <https://formulae.brew.sh/api/formula/aarch64-elf-gcc.json>
- <https://gcc.gnu.org/gccmission.html>
- <https://gcc.gnu.org/git.html>
- <https://gcc.gnu.org/releases.html>


## Notes de sécurité

narrow executable package without higher-risk signals.

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


## Combined YAML source

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


## Sources

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