Skip to main content
Redhat Developers  Logo
  • AI

    Get started with AI

    • Red Hat AI
      Accelerate the development and deployment of enterprise AI solutions.
    • AI learning hub
      Explore learning materials and tools, organized by task.
    • AI interactive demos
      Click through scenarios with Red Hat AI, including training LLMs and more.
    • AI/ML learning paths
      Expand your OpenShift AI knowledge using these learning resources.
    • AI quickstarts
      Focused AI use cases designed for fast deployment on Red Hat AI platforms.
    • No-cost AI training
      Foundational Red Hat AI training.

    Featured resources

    • OpenShift AI learning
    • Open source AI for developers
    • AI product application development
    • Open source-powered AI/ML for hybrid cloud
    • AI and Node.js cheat sheet

    Red Hat AI Factory with NVIDIA

    • Red Hat AI Factory with NVIDIA is a co-engineered, enterprise-grade AI solution for building, deploying, and managing AI at scale across hybrid cloud environments.
    • Explore the solution
  • Learn

    Self-guided

    • Documentation
      Find answers, get step-by-step guidance, and learn how to use Red Hat products.
    • Learning paths
      Explore curated walkthroughs for common development tasks.
    • Guided learning
      Receive custom learning paths powered by our AI assistant.
    • See all learning

    Hands-on

    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.
    • Interactive labs
      Learn by doing in these hands-on, browser-based experiences.
    • Interactive demos
      Click through product features in these guided tours.

    Browse by topic

    • AI/ML
    • Automation
    • Java
    • Kubernetes
    • Linux
    • See all topics

    Training & certifications

    • Courses and exams
    • Certifications
    • Skills assessments
    • Red Hat Academy
    • Learning subscription
    • Explore training
  • Build

    Get started

    • Red Hat build of Podman Desktop
      A downloadable, local development hub to experiment with our products and builds.
    • Developer Sandbox
      Spin up Red Hat's products and technologies without setup or configuration.

    Download products

    • Access product downloads to start building and testing right away.
    • Red Hat Enterprise Linux
    • Red Hat AI
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat Developer Toolset

    References

    • E-books
    • Documentation
    • Cheat sheets
    • Architecture center
  • Community

    Get involved

    • Events
    • Live AI events
    • Red Hat Summit
    • Red Hat Accelerators
    • Community discussions

    Follow along

    • Articles & blogs
    • Developer newsletter
    • Videos
    • Github

    Get help

    • Customer service
    • Customer support
    • Regional contacts
    • Find a partner

    Join the Red Hat Developer program

    • Download Red Hat products and project builds, access support documentation, learning content, and more.
    • Explore the benefits

Red Hat adds Go, Clang/LLVM, Rust compiler toolsets; updates GCC

<p>&nbsp;</p> <quillbot-extension-portal></quillbot-extension-portal>

October 4, 2017
Mike Guerette
Related topics:
Developer tools
Related products:
Developer Toolset

    I am pleased to announce immediate availability of Red Hat Developer Toolset 7.0 Beta and three new compiler toolsets for Red Hat Enterprise Linux 7. Delivered on a separate lifecycle from Red Hat Enterprise Linux with a more frequent release cadence, Red Hat Developer Toolset and compilers bridge development agility and production stability by helping you create performant applications that can be confidently deployed into production.

     

    TL;DR

    This beta release brings these exciting new compilers to our Red Hat Enterprise Linux offerings:  

    • Developer Toolset 7 beta adds a major update of GCC 7.2 and supporting toolchain
    • Addition of Clang/LLVM 4.0.1 compiler set - Technology Preview*
    • Addition of Go 1.8.3 compiler - Technology Preview*
    • Addition of Rust 1.20 compiler - Technology Preview*

    Install the new additions via yum install from the new Devtools channel.

    DETAILS:

    Red Hat Developer Toolset and the GCC compiler

    Using the GCC compiler in the Red Hat Developer Toolset, you can compile once and deploy across multiple versions of Red Hat Enterprise Linux (e.g. compile on RHEL 6 and deploy on RHEL 6 and/or RHEL 7)

    Updated components within Red Hat Developer Toolset 7.0 Beta include gcc 7.2 and supporting toolchain components like gdb 8.0, and many more:

     

    Component Package name Availability
    Red Hat Developer Toolset 7.0 (GCC 7.2) Devtoolset-7

     


    Updated components in this release:

    - binutils: 2.28

    - gcc:  7.2.1

    - gdb:  8.0

    - dwz:  0.12

    - elfutils: 0.170

    - oprofile: 1.2.0

    - systemtap: 3.1

    - valgrind: 3.13.0

    - dyninst: 9.3.2

    - strace: 4.17

    - memstomp:  0.1.5

    - ltrace: 0.7.91

    - make: 4.2.1

    RHEL6, RHEL7

     

    Clang/LLVM compiler toolset

    The LLVM Project is a collection of modular and reusable compiler and toolchain technologies, with a primary focus on these two compilers:

    • The LLVM back-end compiler and core libraries provide a modern source- and target-independent optimizer, along with code generation support for the RHEL CPU architectures.
    • Clang is an "LLVM native" C/C++/Objective-C compiler, which aims to deliver amazingly fast compiles, extremely useful error and warning messages and to provide a platform for building great source level tools. The Clang Static Analyzer is a tool that automatically finds bugs in your code, and is a great example of the sort of tool that can be built using the Clang frontend as a library to parse C/C++ code.

     

    Clang/LLVM compiler set and major components

    Name Version Description
    Clang 4.0.1 An LLVM compiler front-end for C and C++.
    LLVM 4.0.1 A collection of modular and reusable compiler and toolchain technologies.
    LLDB 4.0.1 A debugger using portions of LLVM.

     

    Go Compiler

    The Go language (golang 1.8.3) is expressive, concise, clean, and efficient. Its concurrency mechanisms make it easy to write programs that get the most out of multicore and networked machines, while its novel type system enables flexible and modular program construction. Go compiles quickly to machine code yet has the convenience of garbage collection and the power of run-time reflection. It's a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language.

    Currently, a Golang compiler is available in the Optional channel of RHEL7.  Long term, the compiler in Optional will be dropped in favor of this new Go toolset in the Devtools Channel.

     

    Rust Compiler

    Rust 1.20.0 is an open-source systems programming language created by Mozilla and a community of volunteers, designed to help developers create fast, secure applications which take full advantage of the powerful features of modern multi-core processors. It prevents segmentation faults and guarantees thread safety, all with an easy-to-learn syntax.

    In addition, Rust offers zero-cost abstractions, move semantics, guaranteed memory safety, threads with no data races, trait-based generics, pattern matching, type inference, and efficient C bindings, with a minimum runtime size. Also included is cargo 0.21.1, a build system and dependency manager for Rust.

     

    Where and how to get these?

    These compilers and supporting tools are accessible via:

    1. The Red Hat Developer Program and the no-cost Red Hat Enterprise Linux Developer subscription
    2. All Red Hat Enterprise Linux Developer Subscriptions
    3. Supported Red Hat Enterprise Linux subscriptions.

     

    Supported platforms and packaging:

    The above components are available as RPMs on Red Hat Enterprise Linux 7, and can be used to compile for any of the following target architectures: aarch64, ppc64le, s390x, x86_64.  The GCC Compiler in Developer Toolset is available as a Linux container for Red Hat Enterprise Linux 7 on x86_64.

    The GCC Compiler in Developer Toolset is available on Red Hat Enterprise Linux 6 on x86_64.

     

    Red Hat Developer Toolset documentation:

    • User Guide
    • Release Notes

     

    For more information:

    More information about the Red Hat Developer Toolset can be found on the Red Hat Developer Program page.

    More information about the new compilers will be made available on the Red Hat Developer Program site upon general availability.  

    *Technology Preview means that they are not supported and not ready for production.

     

    Last updated: February 26, 2024

    Recent Posts

    • Preventing GPU waste: A guide to JIT checkpointing with Kubeflow Trainer on OpenShift AI

    • How to manage TLS certificates used by OpenShift GitOps operator

    • Configure a split disk on OpenShift Container Platform

    • Red Hat Enterprise Linux 10.2 and 9.8: Top features for developers

    • What GPU kernels mean for your distributed inference

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Platforms

    • Red Hat AI
    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform
    • See all products

    Build

    • Developer Sandbox
    • Developer tools
    • Interactive tutorials
    • API catalog

    Quicklinks

    • Learning resources
    • E-books
    • Cheat sheets
    • Blog
    • Events
    • Newsletter

    Communicate

    • About us
    • Contact sales
    • Find a partner
    • Report a website issue
    • Site status dashboard
    • Report a security problem

    RED HAT DEVELOPER

    Build here. Go anywhere.

    We serve the builders. The problem solvers who create careers with code.

    Join us if you’re a developer, software engineer, web designer, front-end designer, UX designer, computer scientist, architect, tester, product manager, project manager or team lead.

    Sign me up

    Red Hat legal and privacy links

    • About Red Hat
    • Jobs
    • Events
    • Locations
    • Contact Red Hat
    • Red Hat Blog
    • Inclusion at Red Hat
    • Cool Stuff Store
    • Red Hat Summit
    © 2026 Red Hat

    Red Hat legal and privacy links

    • Privacy statement
    • Terms of use
    • All policies and guidelines
    • Digital accessibility

    Chat Support

    Please log in with your Red Hat account to access chat support.