https://github.com/rofl0r/pellescc
gcc-style and UNIX-compatible compiler driver for PellesC 8 win32 compiler
https://github.com/rofl0r/pellescc
Last synced: 11 months ago
JSON representation
gcc-style and UNIX-compatible compiler driver for PellesC 8 win32 compiler
- Host: GitHub
- URL: https://github.com/rofl0r/pellescc
- Owner: rofl0r
- Created: 2022-01-04T20:42:23.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T11:14:45.000Z (over 4 years ago)
- Last Synced: 2025-04-10T13:53:42.922Z (over 1 year ago)
- Language: C
- Size: 19.5 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pellescc gcc-style compiler frontend for PellesC 8
--------------------------------------------------
PellesC 8 is the last 32bit release of PellesC, which is an astonishingly
good compiler, which beats mingw in POSIX compatibility.
it even features stuff like `mmap`, `fmemopen`, `open_memstream` which are
absent in all other compilers targeting windows (except cygwin).
it also has great compatibility with the C language and a very advanced
optimizer which gets close to gcc -O3.
this compiler driver serves as a gcc-style frontend to the compiler,
assembler and linker so pellesC can be used via wine from standard
unix configure scripts.
read the header of pellescc.c for the specific setup and examples.
pellesar.c is offered as a wrapper for the ar archiver, allowing you to
build libraries like zlib with ease.
PellesC 8.0 is no longer directly offered as a download from the PellesC
homepage, but you can find it [here](http://www.smorgasbordet.com/pellesc/800/setup.exe).