macOS
brew install aarch64-elf-gcclocal Homebrew formula metadata
brew
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für aarch64-elf-gcc in AI-Agent-Workflows.
Installation
brew install aarch64-elf-gcclocal Homebrew formula metadata
Überblick
GNU compiler collection for aarch64-elf
Verlauf
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.
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.
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.
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.
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.
Sicherheitslage
narrow executable package without higher-risk signals.
grün Risiko · niedrig Konfidenz · appliance
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
aarch64-elf-c++ | cli | globales Executable | |
aarch64-elf-cpp | cli | globales Executable | |
aarch64-elf-g++ | cli | globales Executable | |
aarch64-elf-gcc | cli | globales Executable | |
aarch64-elf-gcc-16.1.0 | cli | globales Executable | |
aarch64-elf-gcc-ar | cli | globales Executable | |
aarch64-elf-gcc-nm | cli | globales Executable | |
aarch64-elf-gcc-ranlib | cli | globales Executable | |
aarch64-elf-gcov | cli | globales Executable | |
aarch64-elf-gcov-dump | cli | globales Executable | |
aarch64-elf-gcov-tool | cli | globales Executable | |
aarch64-elf-lto-dump | cli | globales Executable |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:aarch64-elf-gcc |
|---|---|
| Version | 16.1.0 |
| Paketmanager | Homebrew |
| Paketmanager-Seite | https://formulae.brew.sh/formula/aarch64-elf-gcc |
| Homepage | https://gcc.gnu.org |
| Repository | https://gcc.gnu.org/git/gcc.git |
| Upstream-Dokumentation | https://gcc.gnu.org/onlinedocs |
| Lizenz | GPL-3.0-or-later WITH GCC-exception-3.1 |
| Quellarchiv | https://ftpmirror.gnu.org/gnu/gcc/gcc-16.1.0/gcc-16.1.0.tar.xz |
| Zuletzt aktualisiert | 2026-05-26T23:37:44-04:00 |
| Pulse | updated |
| Abhängigkeiten | aarch64-elf-binutils, gmp, isl, libmpc, mpfr, zstd |
| Bottle | verfügbar (auf arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | nicht definiert |
| Dienst | keiner deklariert |
Registry-Fakten
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | aarch64-elf-gcc |
| Version Scheme | 0 |
| Revision | 0 |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
Quellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.