x86_64-linux-gnu-pcpp
Portable C Compiler
Install
- All systems
-
curl cmd.cat/x86_64-linux-gnu-pcpp.sh
- Debian
-
apt-get install pcc
- Ubuntu
-
apt-get install pcc
- Alpine
-
apk add pcc
- Kali Linux
-
apt-get install pcc
- Fedora
-
dnf install pcc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install pcc
- Dockerfile
- dockerfile.run/x86_64-linux-gnu-pcpp
- Docker
-
docker run cmd.cat/x86_64-linux-gnu-pcpp x86_64-linux-gnu-pcpp
powered by Commando
pcc
Portable C Compiler
PCC is a small, simple, fast and understandable C99 compiler based on the original Portable C Compiler by S. C. Johnson, written in the late 1970s. Focus on being able to compile and run on a PDP11, even if it may not happen in reality, keeps it lean; abstinence from over-complicated algorithms leads to quick reliable code generation. Even though much of the compiler has been rewritten, some of the basics still remain.