macOS
brew install arm-none-eabi-binutilslocal Homebrew formula metadata
sudo port install arm-none-eabi-binutilsMacPorts ports tree · cross/arm-none-eabi-binutils/Portfile · Source: api.github.com
brew
Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de arm-none-eabi-binutils pour les workflows d'agents IA.
installation
brew install arm-none-eabi-binutilslocal Homebrew formula metadata
sudo port install arm-none-eabi-binutilsMacPorts ports tree · cross/arm-none-eabi-binutils/Portfile · Source: api.github.com
sudo pacman -S arm-none-eabi-binutilsArch Linux sync databases · arm-none-eabi-binutils · Source: geo.mirror.pkgbuild.com
sudo dnf install arm-none-eabi-binutils-csFedora Rawhide package metadata · arm-none-eabi-binutils-cs · Source: dl.fedoraproject.org
aperçu
GNU Binutils for arm-none-eabi cross development
historique
arm-none-eabi-binutils is the target-prefixed GNU Binutils package for bare-metal ARM EABI development. It provides the low-level assembler, linker, archiver, object-copy, object-dump, symbol, size, string, strip, and ELF-inspection tools used before or alongside a matching arm-none-eabi GCC.
The upstream project is GNU Binutils, maintained through Sourceware's binutils-gdb.git repository. The official documentation is generated from the Binutils sources and covers the binary utilities, GNU assembler, GNU linker, BFD, profiling tools, and support libraries.
The arm-none-eabi prefix is packaging and target selection rather than a fork. It tells build systems and compiler drivers that these tools target ARM with no hosted operating system and the Embedded ABI, a common setup for microcontrollers, firmware, bootloaders, and freestanding runtime work.
The supplied package facts show arm-none-eabi-binutils packaged in Homebrew, Fedora-derived packaging, MacPorts, and Arch. That spread reflects the embedded-development pattern: host systems need cross tools that do not replace native /usr/bin ar, as, ld, objcopy, objdump, or strip.
Because bare-metal ARM development often needs objcopy to create raw binaries or S-records, objdump/readelf for inspection, and linker scripts for memory layout, Binutils is often installed even before the full compiler and C library story is settled.
The package installs commands such as arm-none-eabi-as, arm-none-eabi-ld, arm-none-eabi-objcopy, arm-none-eabi-objdump, arm-none-eabi-readelf, and arm-none-eabi-strip. Users call them directly in firmware build scripts or indirectly through arm-none-eabi-gcc.
Official Binutils documentation describes objcopy as able to translate object-file formats and generate raw binary output, objdump as an object-file inspection tool, gas as a family of assemblers, and ld as the linker that combines object and archive files. Those are exactly the jobs that make the package central to embedded packaging.
This is one of the canonical cross-toolchain packages: small, target-prefixed, and boring in the right way. It makes build-system discovery deterministic and keeps host and target binary tools separate.
For package nerds, arm-none-eabi-binutils is the layer that reveals how much embedded build output is not just compilation. Firmware packaging depends on linker scripts, section placement, ELF metadata, stripped images, raw binary conversion, and post-link inspection.
posture de sécurité
narrow executable package without higher-risk signals.
risque vert · confiance faible · appliance
Avant une utilisation sans surveillance par un agent, vérifiez si l'outil lit des identifiants en clair, écrit un état distant, publie des artefacts ou lance des plugins.
exécutables
| Commande | Type | Exposition | Note |
|---|---|---|---|
arm-none-eabi-addr2line | cli | exécutable global | |
arm-none-eabi-ar | cli | exécutable global | |
arm-none-eabi-as | cli | exécutable global | |
arm-none-eabi-c++filt | cli | exécutable global | |
arm-none-eabi-elfedit | cli | exécutable global | |
arm-none-eabi-gprof | cli | exécutable global | |
arm-none-eabi-ld | cli | exécutable global | |
arm-none-eabi-ld.bfd | cli | exécutable global | |
arm-none-eabi-nm | cli | exécutable global | |
arm-none-eabi-objcopy | cli | exécutable global | |
arm-none-eabi-objdump | cli | exécutable global | |
arm-none-eabi-ranlib | cli | exécutable global | |
arm-none-eabi-readelf | cli | exécutable global | |
arm-none-eabi-size | cli | exécutable global | |
arm-none-eabi-strings | cli | exécutable global | |
arm-none-eabi-strip | cli | exécutable global |
fraîcheur
Ces signaux séparent l'âge de génération de la page, l'activité du gestionnaire de paquets et la comparaison avec les versions amont. Un retard de version n'est signalé que lorsqu'une URL de preuve et des versions comparables sont présentes.
https://www.gnu.org/software/binutils/
métadonnées d'installation
| Clé du paquet | brew:arm-none-eabi-binutils |
|---|---|
| Version | 2.46.1 |
| Gestionnaire de paquets | Homebrew |
| Page du gestionnaire de paquets | https://formulae.brew.sh/formula/arm-none-eabi-binutils |
| Page d'accueil | https://www.gnu.org/software/binutils/ |
| Dépôt | https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git |
| Docs amont | https://sourceware.org/binutils/docs |
| Licence | GPL-3.0-or-later |
| Archive source | https://ftpmirror.gnu.org/gnu/binutils/binutils-2.46.1.tar.bz2 |
| Dernière mise à jour | 2026-06-09T23:41:43Z |
| Pulse | updated |
| Dépendances | zstd |
| Dépendances de compilation | pkgconf, texinfo |
| Bouteille | disponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| post-install Homebrew | non défini |
| Service | aucun déclaré |
faits du registre
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | arm-none-eabi-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 |
|
correspondances dans les bases sources
Les correspondances proviennent d’index externes de gestionnaires de paquets et restent séparées des liens de paquets Automic Vault locaux.
arm-none-eabi-binutils-cs 2.45-3.fc44
GNU Binutils for cross-compilation for arm-none-eabi target
http://www.codesourcery.com/sgpp/lite/arm
sudo dnf install arm-none-eabi-binutils-csarm-none-eabi-binutils 2.43-2
A set of programs to assemble and manipulate binary and object files for the ARM EABI (bare-metal) target
https://www.gnu.org/software/binutils/
sudo pacman -S arm-none-eabi-binutilsarm-none-eabi-binutils
sudo port install arm-none-eabi-binutilspiste source
Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.