🌐
Red Hat
access.redhat.com › documentation › en-us › red_hat_developer_toolset › 10 › html-single › 10.0_release_notes › index
10.0 Release Notes | Red Hat Developer Toolset | 10 | Red Hat Documentation
~]$ scl enable devtoolset-10 '/usr/lib64/ccache/gcc -c foo.c' Alternatively, you can create a shell with the Red Hat Developer Toolset version of GCC as the default compiler:
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › html › 9.0_release_notes › dts9.0_release
Chapter 2. Red Hat Developer Toolset 9.0 Release | 9.0 Release Notes | Red Hat Developer Toolset | 9 | Red Hat Documentation
For details on how to obtain the images and how to run Red Hat Developer Toolset components using these images, see Using Red Hat Software Collections Container Images. ... Dyninst 10 is provided only for the AMD64 and Intel 64 architectures. ... Using C++ object files compiled with GCC versions ...
🌐
Red Hat
catalog.redhat.com › en › software › containers › rhscl › devtoolset-12-toolchain-rhel7 › 62da87d5b7f1de7d4fef41c1
Developer Toolset 12 Toolchain - Red Hat Ecosystem Catalog
June 5, 2024 - Platform for building C/C++ applications using Red Hat Developer Toolset 12. Red Hat Developer Toolset is a Red Hat offering for developers on the Red Hat Enterprise Linux platform.
🌐
Linux @ CERN
linux.web.cern.ch › devtoolset
Developer Toolset - Linux @ CERN
$ scl enable devtoolset-1.1 bash $ gcc --version gcc (GCC) 4.7.2 20121015 (Red Hat 4.7.2-5) Copyright (C) 2012 Free Software Foundation, Inc. This is free software; see the source for copying conditions.
🌐
Red Hat
developers.redhat.com › products › red-hat-developer-toolset › overview
Red Hat Developer Toolset | Red Hat Developer
January 21, 2026 - Latest stable versions of GCC (C, C++, Fortran), Eclipse, GDB, SystemTap, and essential development and performance analysis tools.
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 9 › epub › 9.0_release_notes › index
9.0 Release Notes | Red Hat Developer Toolset | 9 | Red Hat Documentation
For details on how to obtain the images and how to run Red Hat Developer Toolset components using these images, see Using Red Hat Software Collections Container Images. ... Dyninst 10 is provided only for the AMD64 and Intel 64 architectures. ... Using C++ object files compiled with GCC versions ...
🌐
Oracle Linux
yum.oracle.com › repo › OracleLinux › OL7 › SoftwareCollections › x86_64
Oracle Linux 7 (x86_64) Software Collection 3.0 | Oracle, Software. Hardware. Complete.
Oracle Linux with Oracle enterprise-class support is the best Linux operating system (OS) for your enterprise computing needs.
Find elsewhere
🌐
Red Hat
catalog.redhat.com › en › software › containers › rhscl › devtoolset-12-perftools-rhel7 › 62da88bd56b1e977e1ffbb54
Developer Toolset 12 Performance Tools - Red Hat Ecosystem Catalog
June 5, 2024 - rhscl/devtoolset-12-perftools-rhel7 ... Userroot · This will require authentication. View · other options. On June 30th, 2024, Red Hat Enterprise Linux 7 will transition from Maintenance Life Cycle 2 phase to Extended Life ...
🌐
Upenn
hpcwiki.pmacs.upenn.edu › index.php › HPC:Developer_Tool_Set
HPC:Developer Tool Set - HPC wiki
devtoolset-2 is a set of packages that includes newer versions of gcc, gdb, and other standard libraries.
🌐
Stack Overflow
stackoverflow.com › questions › tagged › devtoolset
Newest 'devtoolset' Questions - Stack Overflow
We use devtoolset-10 in CentOS 7 ("Actual" default version of gcc in OS is 4.8.5, but in devtoolset we use 10.2.1 version, which is real actual version for project).
Top answer
1 of 1
1

This issue in this case is RedHat subscription channels. Though the subscription and software are free (provided you have an active subscription already), for some reason you have to make a 'special request' to RedHat as per:

https://access.redhat.com/solutions/472793

You can automate this by visiting:

https://www.redhat.com/wapps/try/RHSCL

(when logged into the support portal). This should automatically be approved after which you can attach a new subscription. Identify the pool id using:

subscription-manager list --available --all

To find the pool id:

 Subscription Name:   Software Collections and Developer Toolset
 Provides:            Red Hat Developer Tools (for RHEL Server)
                      Red Hat Developer Tools Beta (for RHEL Workstation)
                      Red Hat Software Collections Beta (for RHEL Server)
                      Red Hat Software Collections Beta (for RHEL Workstation)
                      Red Hat Software Collections (for RHEL Server)
                      Red Hat Developer Tools Beta (for RHEL Server)
                      Red Hat Developer Toolset (for RHEL Workstation)
                      Red Hat Software Collections Beta (for RHEL Client)
                      Red Hat Software Collections (for RHEL Workstation)
                      Red Hat Developer Toolset (for RHEL Server)
                      Red Hat Developer Tools (for RHEL Workstation)
                      Red Hat Software Collections (for RHEL Client) 
SKU:                 foobar 
Contract:            1234 Pool ID: XXXXXXXXXX

Then attach this and enable the newly available repos:

>subscription-manager attach --pool=XXXXXXXXXXXXXXXXXXXX
Successfully attached a subscription for: Software Collections and Developer Toolset
>subscription-manager repos --enable rhel-workstation-rhscl-7-rpms
Repository 'rhel-workstation-rhscl-7-rpms' is enabled for this system.
>subscription-manager repos --enable rhel-7-workstation-devtools-rpms
Repository 'rhel-7-workstation-devtools-rpms' is enabled for this system.

You can now install freely:

>yum update -y 
>yum install -y devtoolset-7-gcc-c++

Quite why they make you jump through so many hoops is explained by RedHat as follows:

-If you have a 2013 RHEL SKU with Standard or Premium service level, there should be no action on your part, and your subscription should have full access to RHSCL.

-If you have a 2010 or older RHEL SKU with Standard or Premium service level, you should contact Red Hat Customer Service to request the RHSCL SKU (and all related content) added to your account.

NOTE: Developer Toolset is now included as part of Red Hat Software Collections. This change was made on May 29, 2014.

As you had Red Hat Enterprise Linux Workstation, Standard subscription which is older RHEL SKU with Standard service level, you had to initiate a special request for it

🌐
Stack Overflow
stackoverflow.com › questions › tagged › devtoolset
Recently Active 'devtoolset' Questions - Stack Overflow
I have installed the devtoolset-10 package on CentOS 7 and run the /opt/rh/devtoolset-10/enable script so that now when I do this: g++ --version I get this: g++ (GCC) 10.2.1 20210130 (Red Hat 10.2.1-...
🌐
Red Hat
docs.redhat.com › en › documentation › red_hat_developer_toolset › 12 › html-single › user_guide › index
User Guide | Red Hat Developer Toolset | 12 | Red Hat Documentation
Red Hat Developer Toolset is distributed with GCC 12.2.1. This version is more recent than the version included in Red Hat Enterprise Linux and provides a number of bug fixes and enhancements. In Red Hat Developer Toolset, the GNU C compiler is provided by the devtoolset-12-gcc package and ...
🌐
Devtoolset
devtoolset.net
DevToolset: Open-Source Database-free Developer Tools Navigator
Find Every Essential Developer Tools You Need For Your Development Journey