GCC

GNU Compiler Collection — C, C++, Fortran and more

About

GCC is the standard compiler for Linux systems, supporting C, C++, Fortran, Go, and more.

`apt install gcc` on Ubuntu Noble gives you GCC 13. GCC 14 and 15 include significant RISC-V specific optimizations — better vectorization using the V extension, improved code generation for the RVA22 profile, and new intrinsics. Developers targeting modern RISC-V hardware need these newer versions but cannot get them from package managers.

```bash

wget https://github.com/Cloud-V-10xE/RISC-V-software/releases/latest/download/gcc--riscv64-linux.tar.gz

sudo tar -xzf gcc--riscv64-linux.tar.gz -C /usr/local/

Releases (16)
VersionDateAssets
16.2.0 2026-08-26 1 file(s) view →
16.2.0 2026-08-12 1 file(s) view →
16.1.0 2026-07-06 1 file(s) view →
16.1.0 2026-06-01 1 file(s) view →
15.2.0 2026-05-01 1 file(s) view →
15.2.0 2026-04-01 1 file(s) view →
15.2.0 2026-03-16 1 file(s) view →
15.2.0 2026-03-15 1 file(s) view →
15.2.0 2026-03-14 1 file(s) view →
15.2.0 2026-03-13 1 file(s) view →
15.2.0 2026-03-12 1 file(s) view →
15.2.0 2026-03-11 1 file(s) view →
15.2.0 2026-03-10 1 file(s) view →
15.2.0 2026-03-09 1 file(s) view →
15.2.0 2026-03-08 1 file(s) view →
15.2.0 2026-03-07 1 file(s) view →