gcc-toolchain

A fully-hermetic Bazel GCC toolchain for Linux. (by f0rmiga)

Gcc-toolchain Alternatives

Similar projects and alternatives to gcc-toolchain

  1. nixpkgs

    Nix Packages collection & NixOS

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. llvm-project

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.

  4. Bazel

    a fast, scalable, multi-language and extensible build system

  5. toolchains_llvm

    LLVM toolchain for bazel

  6. bazel_rules_qt

    Bazel rules for Qt5

  7. rules_python

    Bazel Python Rules

  8. mir

    A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

  9. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  10. rules_cc

    C++ Rules for Bazel

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better gcc-toolchain alternative or higher similarity.

gcc-toolchain discussion

Log in or Post with

gcc-toolchain reviews and mentions

Posts with mentions or reviews of gcc-toolchain. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-30.
  • Using Bazel to build a new Rust project
    2 projects | news.ycombinator.com | 30 Sep 2024
    In my previous position, we accomplished this using a "dev docker" (which I covered generally in a previous post: https://blog.fahhem.com/2023/12/dev-onboarding-then-now/) that's based around a specific version of Ubuntu (20.04) so the glibc is tied to that.

    In another project, I used a hermetic C++ toolchain (you can use gcc with https://github.com/f0rmiga/gcc-toolchain/ or clang/llvm with https://github.com/bazel-contrib/toolchains_llvm) that pulled in its own (locked) version of glibc and lld, etc.

  • Incremental Builds for Haskell with Bazel
    7 projects | news.ycombinator.com | 23 Jun 2022

Stats

Basic gcc-toolchain repo stats
2
111
6.9
11 months ago

f0rmiga/gcc-toolchain is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of gcc-toolchain is Starlark.


Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you know that Starlark is
the 70th most popular programming language
based on number of references?