Automic VaultAutomic Vault

brew

Installer x86_64-elf-binutils avec Homebrew

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

installation

Commandes d'installation supplémentaires

macOS

Homebrewvérifié · 100%
brew install x86_64-elf-binutils

local Homebrew formula metadata

aperçu

Résumé du paquet

GNU Binutils for x86_64-elf cross development

Commandes et alias

  • x86_64-elf-addr2line
  • x86_64-elf-ar
  • x86_64-elf-as
  • x86_64-elf-c++filt
  • x86_64-elf-elfedit
  • x86_64-elf-gprof
  • x86_64-elf-ld
  • x86_64-elf-ld.bfd
  • x86_64-elf-nm
  • x86_64-elf-objcopy
  • x86_64-elf-objdump
  • x86_64-elf-ranlib
  • x86_64-elf-readelf
  • x86_64-elf-size
  • x86_64-elf-strings
  • x86_64-elf-strip

historique

Historique du projet et usages

x86_64-elf-binutils is the GNU Binutils suite built for the `x86_64-elf` target, a bare-metal ELF toolchain target used for operating-system development, kernels, bootloaders, freestanding programs, and other environments that should not inherit the host operating system's ABI or libraries.

The upstream GNU Binutils project supplies the assembler, linker, object-file utilities, and shared binary-format libraries. The `x86_64-elf` package role is to expose those tools with a target prefix, so commands such as `x86_64-elf-as`, `x86_64-elf-ld`, `x86_64-elf-objdump`, and `x86_64-elf-readelf` operate as part of a cross-development toolchain.

Historique du projet

GNU Binutils is one of the oldest layers of the GNU toolchain. The GNU page describes it as a collection of binary tools whose main programs are `ld`, the GNU linker, `as`, the GNU assembler, and `gold`, with supporting tools such as `ar`, `nm`, `objcopy`, `objdump`, `readelf`, `size`, `strings`, and `strip`.

Historically the suite grew around shared binary-format infrastructure. The GNU page notes that most of the programs use BFD, the Binary File Descriptor library, for low-level manipulation of different object formats, and many also use the opcodes library for assembling and disassembling machine instructions. That architecture is why one source project can support many CPU, object-format, and OS targets.

Historique d'adoption

The normal native GNU toolchain pairs Binutils with GCC, GDB, make, and libc to build software for the host. Cross-toolchain users instead configure Binutils with a target such as `x86_64-elf`, producing prefixed tools that generate ELF objects and binaries for a target environment independent of the host OS.

OSDev's cross-compiler guide explains the reason for this pattern: a host compiler assumes the host CPU, operating system, executable format, headers, and libraries unless directed otherwise, while a cross-compiler uses an explicit target and avoids accidental host assumptions. Binutils is built first because GCC needs the target assembler and linker.

Modes d'utilisation

In a freestanding x86-64 workflow, `x86_64-elf-as` assembles startup or interrupt code, `x86_64-elf-ld` links objects with a custom linker script, `x86_64-elf-objcopy` converts or extracts binary images, and `x86_64-elf-objdump` or `x86_64-elf-readelf` inspects ELF sections, relocations, symbols, and disassembly.

Package users often install x86_64-elf-binutils alongside `x86_64-elf-gcc`. The useful bit is the prefix: build scripts can call target-specific tools directly and avoid accidentally invoking `/usr/bin/as` or the platform linker, which may default to Mach-O, PE, Linux user-space ELF, or another host-specific environment.

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

This package is significant because it turns GNU Binutils from a native developer utility into a precise cross-toolchain component. For OS development and bare-metal experiments, the absence of host assumptions is the feature.

The `x86_64-elf` target also captures a long-running package-manager convenience: many OSDev tutorials show users how to build Binutils by hand, but a packaged cross Binutils gives them the target-prefixed assembler, linker, and inspection tools without owning that bootstrap step.

Chronologie

  • 1980s-1990s: GNU assembler, linker, BFD, and related binary utilities mature as core parts of the GNU build toolchain.
  • 1999: The GNU Binutils page notes older `gas2` and `bfd` lists were historical discussion lists until May 1999, reflecting project consolidation under current mailing lists.
  • 2000s: OS-development communities standardize on target-prefixed GNU Binutils and GCC cross toolchains such as `i686-elf` and `x86_64-elf`.
  • 2020s: The GNU Binutils project continues regular releases from Sourceware and GNU mirrors, with current documentation covering Binutils 2.46-era tools.
  • 2026: GNU's Binutils page lists 2.46.1 as the latest release and documents the Sourceware `binutils-gdb.git` development tree.

Related projects

  • GCC is the compiler suite commonly paired with Binutils in both native and cross toolchains.
  • GDB shares the Sourceware `binutils-gdb.git` repository history and is often built for the same target family.
  • OSDev tutorials commonly use Binutils and GCC as the first toolchain pieces for hobby operating-system development.
  • LLVM tools such as `llvm-objdump` and `lld` are related alternatives in some cross and bare-metal workflows.

posture de sécurité

Aucune couverture d'outil protégé trouvée pour le moment

Aucun manifest local de gestion des secrets correspondant n'a été trouvé pour x86_64-elf-binutils. Les métadonnées de paquet Nucleus restent publiées ici afin que la couverture future dispose d'une URL stable.

Comportement d'installation

  • Aucun hook post-install Homebrew n’est enregistré dans les métadonnées de formule.
  • Les métadonnées de bottle Homebrew sont disponibles pour 6 plateformes.
  • S’installe avec 1 dépendances d’exécution.
  • Les métadonnées de compilation listent 2 dépendances de compilation.

Revue recommandée

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

Exécutables installés

CommandeTypeExpositionNote
x86_64-elf-addr2linecliexécutable global
x86_64-elf-arcliexécutable global
x86_64-elf-ascliexécutable global
x86_64-elf-c++filtcliexécutable global
x86_64-elf-elfeditcliexécutable global
x86_64-elf-gprofcliexécutable global
x86_64-elf-ldcliexécutable global
x86_64-elf-ld.bfdcliexécutable global
x86_64-elf-nmcliexécutable global
x86_64-elf-objcopycliexécutable global
x86_64-elf-objdumpcliexécutable global
x86_64-elf-ranlibcliexécutable global
x86_64-elf-readelfcliexécutable global
x86_64-elf-sizecliexécutable global
x86_64-elf-stringscliexécutable global
x86_64-elf-stripcliexécutable global

fraîcheur

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

page générée2026-07-10
version du gestionnaire2.46.1
gestionnaire mis à jour2026-06-09
données localesOK
amontnot checked
dernière version détectéenon détecté

https://www.gnu.org/software/binutils/

métadonnées d'installation

Métadonnées du paquet

Clé du paquetbrew:x86_64-elf-binutils
Version2.46.1
Gestionnaire de paquetsHomebrew
Page du gestionnaire de paquetshttps://formulae.brew.sh/formula/x86_64-elf-binutils
Page d'accueilhttps://www.gnu.org/software/binutils/
Dépôthttps://sourceware.org/git/binutils-gdb.git
Docs amonthttps://sourceware.org/binutils/docs
LicenceGPL-3.0-or-later
Archive sourcehttps://ftpmirror.gnu.org/gnu/binutils/binutils-2.46.1.tar.bz2
Dernière mise à jour2026-06-09T23:41:44Z
Pulseupdated
Dépendanceszstd
Dépendances de compilationpkgconf, texinfo
Bouteilledisponible (sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
post-install Homebrewnon défini
Serviceaucun déclaré

faits du registre

Détails de la base source

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namex86_64-elf-binutils
Version Scheme0
Revision0
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • stable

piste source

Généré depuis les données du dépôt

Cette page est servie par av-web depuis l'artéfact SQLite privé des paquets généré par scripts/generate-pkg-sqlite.py.

Sources utilisées

  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • package relationship graph
  • package version freshness
  • package-page enrichment