# Installer m68k-elf-gcc avec Homebrew, MacPorts

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

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install m68k-elf-gcc
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install m68k-elf-gcc
```

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

## Faits du paquet

- **Clé du paquet:** brew:m68k-elf-gcc
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/m68k-elf-gcc>
- **Version:** 16.1.0
- **Résumé source:** GNU compiler collection m68k-elf
- **Page d'accueil:** <https://gcc.gnu.org>
- **Docs amont:** <https://gcc.gnu.org>
- **Licence:** GPL-3.0-or-later WITH GCC-exception-3.1
- **Archive source:** <https://ftpmirror.gnu.org/gnu/gcc/gcc-16.1.0/gcc-16.1.0.tar.xz>
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

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

## Dépendances

- gmp
- isl
- libmpc
- m68k-elf-binutils
- mpfr
- zstd

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 16.1.0
- données locales: OK
- dépôt amont: https://gcc.gnu.org
- info: No package-manager update timestamp was available.
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

m68k-elf-gcc is a target-prefixed GCC cross compiler for building code for Motorola 68000-family ELF targets.

### Historique du projet

GCC began as the GNU system's compiler and grew into the GNU Compiler Collection. The current project includes front ends for many languages and runtime libraries, and it is developed as free software under the GNU Project.

The `m68k-elf-gcc` package is a target build of upstream GCC rather than an independent compiler project. Its executables are prefixed with `m68k-elf-` so they can live beside the host compiler and other cross compilers.

GCC's official documentation includes M680x0 and ColdFire target options for generating and tuning code for processors such as 68000, 68010, 68020, 68030, 68040, 68060, CPU32, and ColdFire families.

### Historique d'adoption

GCC is widely adopted because it targets many architectures and supports both native and cross compilation. The GCC mission statement explicitly calls out multiple architectures, diverse environments, new targets, and an open development model.

The supplied package facts show Homebrew and MacPorts packages for `m68k-elf-gcc`, placing it in the small but important family of retrocomputing, embedded, and bare-metal cross compilers available through desktop package managers.

### Modes d'utilisation

The GCC manual describes the usual executable as `gcc`, `machine-gcc` when cross-compiling, or `machine-gcc-version` for a versioned driver. This package follows that convention with commands such as `m68k-elf-gcc`, `m68k-elf-g++`, `m68k-elf-cpp`, and related GCC helper tools.

Developers use it with `m68k-elf-binutils` to compile C and C++ code, assemble generated output, and link ELF binaries for bare-metal 68k targets. Target options such as `-march`, `-mcpu`, `-mtune`, `-m68000`, and `-m68020-60` control generated code for different 680x0 and ColdFire variants.

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

Cross-GCC packages are more than a compiler binary: they encode a target triplet, ABI assumptions, binutils pairing, runtime-library choices, and build-system expectations.

For package maintainers, `m68k-elf-gcc` is notable because it makes a non-host architecture feel native to build systems while keeping all tools target-prefixed and isolated from the host GCC or Clang.

### Chronologie

- 1987: GCC first emerged as the GNU C Compiler era began
- 2024: GCC mission statement page documents open development, multiple architectures, and new targets
- 2026: GCC 16.1 listed as a supported release on the official GCC site
- 2026: Homebrew package facts list GCC 16.1.0 target-prefixed m68k-elf executables

### Related projects

- m68k-elf-binutils supplies the matching assembler, linker, and object utilities.
- GNU Binutils, GNU Make, and Autoconf-era build systems are common neighbors in source builds using GCC cross compilers.
- Other GCC cross packages follow the same target-triplet executable convention.

### Sources

- <https://gcc.gnu.org/>
- <https://gcc.gnu.org/gccmission.html>
- <https://gcc.gnu.org/git.html>
- <https://gcc.gnu.org/onlinedocs/>
- <https://gcc.gnu.org/onlinedocs/gcc/Invoking-GCC.html>
- <https://gcc.gnu.org/onlinedocs/gcc/M680x0-Options.html>
- source_facts.executables
- source_facts.package-manager


## Notes de sécurité

narrow executable package without higher-risk signals.

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

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** m68k-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:** stable

## Autres enregistrements de gestionnaires de paquets

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


## Liens liés

- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [Language runtime packages](https://pkg.so/fr/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [zstd](https://pkg.so/fr/brew/zstd/) - Runtime dependency declared by Homebrew.
- [m68k-elf-binutils](https://pkg.so/fr/brew/m68k-elf-binutils/) - Runtime dependency declared by Homebrew.
- [arm-none-eabi-gcc](https://pkg.so/fr/brew/arm-none-eabi-gcc/) - Shares the same upstream homepage.
- [x86_64-elf-gcc](https://pkg.so/fr/brew/x86-64-elf-gcc/) - Shares the same upstream homepage.
- [aarch64-elf-gcc](https://pkg.so/fr/brew/aarch64-elf-gcc/) - Shares the same upstream homepage.
- [riscv64-elf-gcc](https://pkg.so/fr/brew/riscv64-elf-gcc/) - Shares the same upstream homepage.
- [i686-elf-gcc](https://pkg.so/fr/brew/i686-elf-gcc/) - Shares the same upstream homepage.
- [mingw-w64](https://pkg.so/fr/brew/mingw-w64/) - Shares pkgdb curated category or tags: cli, compilers, cross-compilation, developer-tools, gcc.
- [dtc](https://pkg.so/fr/brew/dtc/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [nuitka](https://pkg.so/fr/brew/nuitka/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.
- [nvc](https://pkg.so/fr/brew/nvc/) - Shares pkgdb curated category or tags: cli, compiler, compilers, developer-tools.

## Combined YAML source

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


## Sources

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