GCC 15 Ends Support For Altera Nios II Embedded Processors

Written by Michael Larabel in GNU on 25 November 2024 at 01:29 PM EST. 2 Comments
GNU
The GCC 15 code compiler that is releasing as stable in the early months of 2025 has removed all support for the Altera Nios II CPU target.

GCC 15 Git a few minutes ago has removed all of the Nios II targeting support within this open-source compiler. Nios II was developed by Altera as a 32-bit RISC-based little-endian embedded processor architecture. The newer Intel-Altera Nios "Nios V" soft processor cores for Intel FPGAs rely on the RISC-V instruction set while Intel/Altera discontinued Nios II in 2023.

The "Nios2" target was deprecated last year for GCC 14 as the architecture was already made end-of-life by Intel-owned Altera. And now for GCC 15 the entire Nios II port is being removed.

GCC Nios II removal commit


The commit removing all of the Nios II target code in turn lightens up the GNU Compiler Collection by more than eighteen thousand lines of code.

Also on the chopping block for GCC 15 was to remove Intel Itanium IA-64 support but this past summer Itanium in GCC ended up being un-deprecated and will hold as long as volunteers continue to maintain the code.
Related News
About The Author
Michael Larabel

Michael Larabel is the principal author of Phoronix.com and founded the site in 2004 with a focus on enriching the Linux hardware experience. Michael has written more than 20,000 articles covering the state of Linux hardware support, Linux performance, graphics drivers, and other topics. Michael is also the lead developer of the Phoronix Test Suite, Phoromatic, and OpenBenchmarking.org automated benchmarking software. He can be followed via Twitter, LinkedIn, or contacted via MichaelLarabel.com.

Popular News This Week