pkg.soopen package index

brew / 順位 4268

crosstool-ng を Homebrew, apk, pacman, zypper でインストール

crosstool-ng のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

インストール

追加のインストールコマンド

macOS

Homebrew確認済み · 100%
brew install crosstool-ng

local Homebrew formula metadata

概要

パッケージ概要

Tool for building toolchains

コマンドとエイリアス

  • ct-ng

履歴

プロジェクトの歴史と使われ方

crosstool-NG is a configurable toolchain builder focused on producing cross-compilation toolchains. It is a package-nerd staple because it automates the otherwise tedious assembly of binutils, GCC, C libraries, kernel headers, debuggers, and target-specific patches.

プロジェクトの歴史

The project traces its lineage to Dan Kegel's original crosstool scripts, patch repository, and prepared configuration files. Yann E. Morin later reorganized that work, added uClibc and menu-driven configuration support, and released the new implementation as crosstool-NG, short for crosstool Next Generation.

The official documentation says Yann Morin became busy with Buildroot and other projects in late 2014, after which Bryan Hundven became the new maintainer. The GitHub README also records older Mercurial repositories as read-only and points current development to GitHub.

採用の歴史

crosstool-NG grew around embedded Linux and cross-compilation communities, where prebuilt toolchains are often either too generic, too old, or mismatched to a target. Its documentation keeps a direct connection to the crossgcc mailing list and to projects such as Buildroot, ptxdist, and OpenEmbedded.

使われ方

Users configure crosstool-NG through a Linux-kernel-style menuconfig flow, producing a `.config` file that controls target architecture, component versions, installation prefix, samples, and options. Typical workflows start from a sample tuple, run `ct-ng menuconfig`, and then build a native, cross, cross-native, or Canadian Cross toolchain.

Because `ct-ng` is implemented as a make script, the project is familiar to source-based packaging users: it downloads and builds upstream components, applies version-specific patches, and installs an isolated toolchain such as under `/opt/x-tools/${CT_TARGET}`.

パッケージ好きにとっての重要性

crosstool-NG matters in package history because it turns a compiler stack into a reproducible configurable artifact. It sits between full root filesystem builders and ad hoc compiler builds: unlike Buildroot or OpenEmbedded, its stated target is only the toolchain, leaving the resulting compiler usable by other build systems and package workflows.

タイムライン

  • 2000s: Dan Kegel's crosstool provides the precursor scripts and patches
  • 2000s: Yann E. Morin releases crosstool-NG with uClibc and menu-driven configuration support
  • 2014: Bryan Hundven becomes maintainer
  • 2025: crosstool-ng 1.28.0 release

Related projects

  • The documentation compares crosstool-NG with Buildroot, ptxdist, and OpenEmbedded, and credits the original crosstool project as its direct ancestor.

セキュリティ状態

リスクレベル: グリーン

narrow executable package without higher-risk signals.

リスク分類器

リスク グリーン · 信頼度 低 · appliance

理由

  • narrow executable package without higher-risk signals

信号

  • metadata:no-higher-risk-signals

インストール挙動

  • Homebrew bottle メタデータは記録されていません。

推奨レビュー

エージェントに無人実行させる前に、このツールが平文の認証情報を読むか、リモート状態を書き込むか、成果物を公開するか、プラグインを起動するかを確認してください。

local files

Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.

Configuration files

Config paths the tool may read or write during local use.

Unix
.config

実行可能ファイル

インストールされる実行可能ファイル

コマンド種類公開範囲メモ
ct-ng実行可能ファイルインデックス済み実行可能ファイルローカル実行可能ファイルインデックスから検出されました。

鮮度

バージョンと鮮度

これらの信号は、ページ生成時期、パッケージマネージャの活動、上流リリース比較を分けて示します。バージョン遅れは、証拠 URL と比較可能なバージョンがある場合だけ警告されます。

ページ生成日2026-08-03
マネージャ版1.28.0
マネージャ更新日2026-06-22
ローカルデータ不明
上流利用不可
検出された最新未検出
  • OK鮮度警告は生成されていません。

インストールメタデータ

パッケージメタデータ

パッケージキーbrew:crosstool-ng
バージョン1.28.0
パッケージマネージャHomebrew
ホームページhttps://crosstool-ng.github.io/
リポジトリhttps://github.com/crosstool-ng/crosstool-ng
最終更新2026-06-22T14:03:06-07:00
Pulseupdated
Bottle未記録
サービス宣言なし

ソースデータベース一致

他のパッケージマネージャ記録

一致は外部パッケージマネージャインデックスから取得され、ローカルの Automic Vault パッケージリンクとは分けて表示されます。

apk95%

crosstool-ng 1.28.0-r1

Versatile tool for building (cross-)toolchains

https://crosstool-ng.github.io/

sudo apk add crosstool-ng
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND CC-BY-SA-2.5
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • 1 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Crosstool Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: crosstool-ng from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

crosstool-ng-bash-completion 1.28.0-r1

Bash completions for crosstool-ng

https://crosstool-ng.github.io/

sudo apk add crosstool-ng-bash-completion
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND CC-BY-SA-2.5
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • normalized package name match
  • 一致条件: Crosstool Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: crosstool-ng-bash-completion from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
apk95%

crosstool-ng-doc 1.28.0-r1

Versatile tool for building (cross-)toolchains (documentation)

https://crosstool-ng.github.io/

sudo apk add crosstool-ng-doc
  • License: LGPL-2.1-or-later AND GPL-2.0-or-later AND CC-BY-SA-2.5
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • normalized package name match
  • 一致条件: Crosstool Ng
Alpine Linux edge package indexes · dl-cdn.alpinelinux.org · Alpine Linux edge package indexes: crosstool-ng-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz
pacman95%

crosstool-ng 1.28.0-1

A versatile (cross-)toolchain generator

https://crosstool-ng.github.io/

sudo pacman -S crosstool-ng
  • License: CC-BY-SA-2.5 AND GPL-2.0-only AND LGPL-2.1-only
  • Architecture: x86_64
  • 9 依存関係
  • normalized package name match
  • 一致条件: Crosstool Ng
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: crosstool-ng from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

crosstool-ng 1.25.0-1.13

Toolchain building framework

http://crosstool-ng.org

sudo zypper install crosstool-ng
  • License: GPL-2.0-only AND GPL-2.0-or-later AND GPL-3.0-or-later AND LGPL-2.1-only AND LGPL-3.0-or-later
  • Category: Development/Tools/Building
  • Architecture: x86_64
  • Source Package: crosstool-ng
  • 15 依存関係
  • 1 提供
  • normalized package name match
  • 一致条件: Crosstool Ng
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: crosstool-ng from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

ソース経路

リポジトリデータから生成

このページは scripts/generate-pkg-sqlite.py が生成した非公開のパッケージ SQLite アーティファクトから av-web によって提供されます。

使用ソース

  • Geiger risk classifier
  • cross-ecosystem install command graph
  • curated configuration and credential file locations
  • curated package history
  • external package-manager database matches
  • pkg.so package database
  • pkgdb category and tag curation