lcc
lcc copied to clipboard
The lcc retargetable ANSI C compiler
After trying to compile lcc for Windows it gave me errors because of missing files. I tried compiling by using `mingw32-make` and the Open Watcom `nmake` clone. Both gave *different*...
Hello, I stumbled over a peculiar issue compiling openwall's crypt_blowfish using lcc for Quake 3 VMs, possibly a compiler bug. It's really out of my depth, but here's the issue...
This causes lcc and some packages that bundle lcc to fail to compile with GCC-15
I am using the modified lcc used in [q3vm](https://github.com/jnz/q3vm). I compared the source for the bytecode generation and no changes in the bytecode are present except for not enabling doubles...