Skip to main content
Redhat Developers  Logo
  • Products

    Platforms

    • Red Hat Enterprise Linux
      Red Hat Enterprise Linux Icon
    • Red Hat AI
      Red Hat AI
    • Red Hat OpenShift
      Openshift icon
    • Red Hat Ansible Automation Platform
      Ansible icon
    • View All Red Hat Products

    Featured

    • Red Hat build of OpenJDK
    • Red Hat Developer Hub
    • Red Hat JBoss Enterprise Application Platform
    • Red Hat OpenShift Dev Spaces
    • Red Hat OpenShift Local
    • Red Hat Developer Sandbox

      Try Red Hat products and technologies without setup or configuration fees for 30 days with this shared Openshift and Kubernetes cluster.
    • Try at no cost
  • Technologies

    Featured

    • AI/ML
      AI/ML Icon
    • Linux
      Linux Icon
    • Kubernetes
      Cloud icon
    • Automation
      Automation Icon showing arrows moving in a circle around a gear
    • View All Technologies
    • Programming Languages & Frameworks

      • Java
      • Python
      • JavaScript
    • System Design & Architecture

      • Red Hat architecture and design patterns
      • Microservices
      • Event-Driven Architecture
      • Databases
    • Developer Productivity

      • Developer productivity
      • Developer Tools
      • GitOps
    • Automated Data Processing

      • AI/ML
      • Data Science
      • Apache Kafka on Kubernetes
    • Platform Engineering

      • DevOps
      • DevSecOps
      • Ansible automation for applications and services
    • Secure Development & Architectures

      • Security
      • Secure coding
  • Learn

    Featured

    • Kubernetes & Cloud Native
      Openshift icon
    • Linux
      Rhel icon
    • Automation
      Ansible cloud icon
    • AI/ML
      AI/ML Icon
    • View All Learning Resources

    E-Books

    • GitOps Cookbook
    • Podman in Action
    • Kubernetes Operators
    • The Path to GitOps
    • View All E-books

    Cheat Sheets

    • Linux Commands
    • Bash Commands
    • Git
    • systemd Commands
    • View All Cheat Sheets

    Documentation

    • Product Documentation
    • API Catalog
    • Legacy Documentation
  • Developer Sandbox

    Developer Sandbox

    • Access Red Hat’s products and technologies without setup or configuration, and start developing quicker than ever before with our new, no-cost sandbox environments.
    • Explore Developer Sandbox

    Featured Developer Sandbox activities

    • Get started with your Developer Sandbox
    • OpenShift virtualization and application modernization using the Developer Sandbox
    • Explore all Developer Sandbox activities

    Ready to start developing apps?

    • Try at no cost
  • Blog
  • Events
  • Videos

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

 

October 4, 2017
Mike Guerette
Related topics:
Developer Tools
Related products:
Developer Tools

Share:

    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

    • Migrating Ansible Automation Platform 2.4 to 2.5

    • Multicluster resiliency with global load balancing and mesh federation

    • Simplify local prototyping with Camel JBang infrastructure

    • Smart deployments at scale: Leveraging ApplicationSets and Helm with cluster labels in Red Hat Advanced Cluster Management for Kubernetes

    • How to verify container signatures in disconnected OpenShift

    Red Hat Developers logo LinkedIn YouTube Twitter Facebook

    Products

    • Red Hat Enterprise Linux
    • Red Hat OpenShift
    • Red Hat Ansible Automation Platform

    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
    © 2025 Red Hat

    Red Hat legal and privacy links

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

    Report a website issue