The Portable C Compiler (PCC) is an open-source, retargetable C compiler. It supports multiple hardware and software platforms and aims to be simple, portable, fast with light resource usage.
The Portable C Compiler (PCC) is a free, open-source and retargetable C compiler focused on providing portability, simplicity, speed, and small size. Developed originally at Bell Labs in the 1970s, PCC has evolved over decades of work by various contributors into a mature C codebase.
Some key features and goals of PCC include:
While not focused on state-of-the-art optimization and language features like GCC, PCC distinguishes itself as a simple, portable and efficient baseline C compiler. Its small code size makes it well-suited for embedded systems and other resource constrained platforms. For developers needing cross-platform C compilation, PCC presents a lightweight, anachronistic yet enduring solution.
Here are some alternatives to Portable C Compiler:
Suggest an alternative ❐