GNAT support for RHEL 8.2

Latest response

We were doing Ada2012 development in Linux(ubuntu previously).
Now, I have gcc (GCC) 8.3.1 20191121 (Red Hat 8.3.1-5) installed in RHEL 8.3 workstation, but no gnatmake command? Please advise how to make this command available (including compiling from sources if no package is available)?

I also see below information in Redhat Documentation:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/considerations_in_adopting_rhel_8/compilers-and-development-tools_considerations-in-adopting-rhel-8

16.1.3. Compatibility-breaking changes in GCC in RHEL 8
C++ ABI...

GCC no longer builds Ada, Go, and Objective C/C++ code
Capability for building code in the Ada (GNAT), GCC Go, and Objective C/C++ languages has been removed from the GCC compiler.

To build Go code, use the Go Toolset instead.

Similarly is there any replacement for GNAT for Ada programming?

Responses