gcc
gcc-wrapper 15.3.0
GNU Compiler Collection, version 15.3.0 (wrapper script)
<rendered-html><p>The GNU Compiler Collection includes compiler front ends for C, C++, Objective-C, Fortran, OpenMP for C/C++/Fortran, and Ada, as well as libraries for these languages (libstdc++, libgomp,…).</p> <p>GCC development is a part of the GNU Project, aiming to improve the compiler used in the GNU system including the GNU/Linux variant.</p> </rendered-html>
https://gcc.gnu.org/GNU General Public License v3.0 or later
main program: gccprograms: gcc, addr2line, strip, ar, ranlib, ld.bfd, ld, gprof, size, objcopy, g++, readelf, elfedit, cc, strings, c++filt, ld.gold, objdump, dwp, as, c++, cpp, nm
Maintainers
Platforms (45)
aarch64-netbsdsh4-linuxarmv7l-netbsdi686-netbsdm68k-netbsdarmv7l-linuxs390x-linuxarmv7a-netbsd
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ gcc ];
Ad-hoc shell
nix-shell -p gcc
Flake (nix run)
nix run nixpkgs#gcc