gcc-6
GNU C compiler
Install
- All systems
-
curl cmd.cat/gcc-6.sh
- Debian
-
apt-get install gcc-6
- Ubuntu
-
apt-get install gcc-6
- Kali Linux
-
apt-get install gcc-6
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install gcc-6
- Raspbian
-
apt-get install gcc-6
- Dockerfile
- dockerfile.run/gcc-6
gcc-6
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C.
gccgo-6
GNU Go compiler
This is the GNU Go compiler, which compiles Go on platforms supported by the gcc compiler. It uses the gcc backend to generate optimized code.