Automic VaultAutomic Vault

brew

使用 Homebrew, MacPorts, pacman, dnf, zypper 安装 arm-none-eabi-gcc

查看 arm-none-eabi-gcc 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install arm-none-eabi-gcc

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install arm-none-eabi-gcc

MacPorts ports tree · cross/arm-none-eabi-gcc/Portfile · 来源: api.github.com

Linux

Arch Linux pacman已验证 · 92%
sudo pacman -S arm-none-eabi-gcc

Arch Linux sync databases · arm-none-eabi-gcc · 来源: geo.mirror.pkgbuild.com

Fedora dnf已验证 · 92%
sudo dnf install arm-none-eabi-gcc-cs

Fedora Rawhide package metadata · arm-none-eabi-gcc-cs · 来源: dl.fedoraproject.org

openSUSE zypper已验证 · 92%
sudo zypper install cross-arm-none-gcc13

openSUSE Tumbleweed package metadata · cross-arm-none-gcc13 · 来源: download.opensuse.org

概览

软件包摘要

GNU compiler collection for arm-none-eabi

命令和别名

  • arm-none-eabi-c++
  • arm-none-eabi-cpp
  • arm-none-eabi-g++
  • arm-none-eabi-gcc
  • arm-none-eabi-gcc-16.1.0
  • arm-none-eabi-gcc-ar
  • arm-none-eabi-gcc-nm
  • arm-none-eabi-gcc-ranlib
  • arm-none-eabi-gcov
  • arm-none-eabi-gcov-dump
  • arm-none-eabi-gcov-tool
  • arm-none-eabi-lto-dump

历史

项目历史与用法

arm-none-eabi-gcc is a target-prefixed GCC cross compiler for bare-metal ARM EABI development. The upstream project is GCC, the GNU Compiler Collection; the package name selects the ARM freestanding target used by firmware, microcontroller, bootloader, and embedded-runtime builds.

项目历史

GCC's official homepage says GCC was originally written as the compiler for the GNU operating system and now includes front ends for C, C++, Objective-C, Objective-C++, Fortran, Ada, Go, D, Modula-2, COBOL, Rust, and Algol 68, along with runtime libraries such as libstdc++.

The GCC project emphasizes regular high-quality releases, support for many native and cross targets, publicly available Git sources, and weekly snapshots. The official Git page documents https://gcc.gnu.org/git/gcc.git as the clone URL and links to online Git history.

The arm-none-eabi packaging is not a separate compiler lineage; it is GCC configured as a cross compiler. The official ARM options manual documents ARM-specific switches such as -mabi, -mfloat-abi, -march, and -mcpu, which are the kinds of controls embedded ARM users combine with linker scripts and binutils.

采用历史

The supplied package facts show arm-none-eabi-gcc in Homebrew, MacPorts, Arch, Fedora-family, and zypper-family package metadata. That cross-package spread exists because embedded ARM developers often work from macOS or Linux hosts and need repeatable target-prefixed tools outside their system compiler.

GCC's broader adoption comes from being the default or reference compiler across many free-software and embedded environments. The arm-none-eabi variant rides that history while serving a narrower target: freestanding code where libc, startup files, linker scripts, and hardware-specific flags are chosen by the firmware project.

使用方式

The package installs commands such as arm-none-eabi-gcc, arm-none-eabi-g++, arm-none-eabi-cpp, arm-none-eabi-gcc-ar, arm-none-eabi-gcc-nm, arm-none-eabi-gcc-ranlib, gcov tools, and lto-dump. Users compile C/C++ or assembly inputs to ARM EABI objects and link firmware images through a matching binutils and runtime setup.

Official GCC documentation describes the compiler driver pipeline from preprocessing and compilation through assembly and linking, plus target-specific options. In embedded use, package users commonly combine arm-none-eabi-gcc with arm-none-eabi-binutils, startup code, linker scripts, and optional C libraries such as newlib.

为什么软件包爱好者会关心

arm-none-eabi-gcc is a classic example of why package managers carry cross compilers as separate packages. The target prefix preserves host compiler behavior while making build systems select the intended architecture, ABI, and runtime assumptions.

For package nerds, the package is interesting because it turns GCC from a host compiler into a relocatable toolchain component. The visible command names encode the target, and the rest of the ecosystem hangs off that convention: pkg-config wrappers, CMake toolchain files, Cargo/Make firmware builds, and objcopy-based image generation.

时间线

  • GNU era: GCC begins as the compiler for the GNU operating system, according to the official GCC homepage.
  • 2024: GCC 14.1 is released, according to the official release list.
  • 2025: GCC 15.1 is released, according to the official release list.
  • 2026: GCC 16.1 is released and the homepage lists GCC 16.1, 15.3, and 14.4 among supported releases.
  • Current: Homebrew packages the arm-none-eabi-prefixed GCC executable set.

Related projects

  • Related projects include GNU Binutils, GDB, newlib, libstdc++, OpenOCD, CMSIS, microcontroller SDKs, and build systems that consume GCC cross toolchains.
  • The closest package sibling in this batch is arm-none-eabi-binutils, which provides the assembler/linker/object tools that GCC invokes or complements.

安全态势

风险级别:绿色

narrow executable package without higher-risk signals.

风险分类器

绿色 风险 · 低 置信度 · appliance

原因

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

安装行为

  • formula 元数据中未记录 Homebrew post-install 钩子。
  • Homebrew bottle 元数据适用于 6 个平台目标。
  • 安装时包含 6 个运行时依赖。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

可执行文件

已安装的可执行文件

命令类型暴露范围备注
arm-none-eabi-c++cli全局可执行文件
arm-none-eabi-cppcli全局可执行文件
arm-none-eabi-g++cli全局可执行文件
arm-none-eabi-gcccli全局可执行文件
arm-none-eabi-gcc-16.1.0cli全局可执行文件
arm-none-eabi-gcc-arcli全局可执行文件
arm-none-eabi-gcc-nmcli全局可执行文件
arm-none-eabi-gcc-ranlibcli全局可执行文件
arm-none-eabi-gcovcli全局可执行文件
arm-none-eabi-gcov-dumpcli全局可执行文件
arm-none-eabi-gcov-toolcli全局可执行文件
arm-none-eabi-lto-dumpcli全局可执行文件

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-07-10
管理器版本16.1.0
管理器更新时间2026-04-30
本地数据OK
上游not checked
检测到的最新版本未检测到

https://gcc.gnu.org

  • 信息Release/tag comparison is only available for GitHub repositories.https://gcc.gnu.orgnone 置信度

安装元数据

软件包元数据

软件包键brew:arm-none-eabi-gcc
版本16.1.0
软件包管理器Homebrew
软件包管理器页面https://formulae.brew.sh/formula/arm-none-eabi-gcc
主页https://gcc.gnu.org
仓库https://gcc.gnu.org/git/gcc.git
上游文档https://gcc.gnu.org/
许可证GPL-3.0-or-later WITH GCC-exception-3.1
源码归档https://ftpmirror.gnu.org/gnu/gcc/gcc-16.1.0/gcc-16.1.0.tar.xz
最后更新2026-04-30T17:38:11Z
Pulseupdated
依赖arm-none-eabi-binutils, gmp, isl, libmpc, mpfr, zstd
Bottle可用 (于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-install未定义
服务未声明

注册表事实

源数据库详情

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

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

dnf95%

arm-none-eabi-gcc-cs 15.2.0-4.fc44

GNU GCC for cross-compilation for arm-none-eabi target

https://gcc.gnu.org/

sudo dnf install arm-none-eabi-gcc-cs
  • License: GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.0-or-later AND MIT AND BSD-2-Clause
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: arm-none-eabi-gcc-cs
  • 10 依赖
  • 5 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: arm-none-eabi-gcc-cs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

arm-none-eabi-gcc 14.2.0-2

The GNU Compiler Collection - cross compiler for ARM EABI (bare-metal) target

https://gcc.gnu.org/

sudo pacman -S arm-none-eabi-gcc
  • License: GPL AND LGPL AND FDL
  • Architecture: x86_64
  • 5 依赖
  • 1 可选依赖
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: arm-none-eabi-gcc from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

cross-arm-none-gcc13 13.4.1+git10254-1.2

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc13
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc13
  • 12 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc13 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc13-bootstrap 13.4.1+git10254-1.2

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc13-bootstrap
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc13-bootstrap
  • 10 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc13-bootstrap from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc14 14.3.1+git12513-1.2

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc14
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc14
  • 12 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc14 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc14-bootstrap 14.3.1+git12513-1.2

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc14-bootstrap
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc14-bootstrap
  • 10 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc14-bootstrap from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc15 15.2.1+git11263-1.1

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc15
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc15
  • 12 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc15 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc15-bootstrap 15.2.1+git11263-1.1

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc15-bootstrap
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc15-bootstrap
  • 10 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc15-bootstrap from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc16 16.1.1+git8886-1.1

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc16
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc16
  • 12 依赖
  • 2 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc16 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc7 7.5.0+r278197-24.1

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc7
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc7
  • 11 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc7 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

cross-arm-none-gcc7-bootstrap 7.5.0+r278197-24.1

The GNU Compiler Collection targeting arm-none

https://gcc.gnu.org/

sudo zypper install cross-arm-none-gcc7-bootstrap
  • License: GPL-3.0-or-later
  • Category: Development/Languages/C and C++
  • Architecture: x86_64
  • Source Package: cross-arm-none-gcc7-bootstrap
  • 11 依赖
  • 3 提供
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: cross-arm-none-gcc7-bootstrap from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

arm-none-eabi-gcc

sudo port install arm-none-eabi-gcc
  • normalized package name match
  • 匹配方式:Arm None Eabi Gcc
MacPorts ports tree · api.github.com · MacPorts ports tree: cross/arm-none-eabi-gcc/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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