Tiny C compiler, programmed in C with compiler/linker/assembler included. VERY fast and mainly usable as a library. WIN32 port of the http://tinycc.org version. Compiles code to memory currently, perhaps disk soon. Go to the homepage for more info.
Categories
CompilersLicense
GNU Library or Lesser General Public License version 2.0 (LGPLv2)Follow TinyCC-Win32
You Might Also Like
Our Free Plans just got better! | Auth0 by Okta
You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
Rate This Project
Login To Rate This Project
User Reviews
-
I do like TinyCC. Fast, simple. Error messages are terse, but that's part of the package, and expected. What wasn't expected today was that while gettimeofday definitions do exist, the executable doesn't. A web page under lists.gnu.org says to download mingw, extract all the header files from "include/" directory (note, directory is singular, but there are 8 "include/" directories in the ming tree) into "tcc/includes/winapi/". Note, there is no "includes/" directory. Plan on lots of work plowing through the mishmash if you want to accomplish anything more than tiny.
-
Truly compact and easy to use. I tried on a Windows 8.1 Professional 64 bit machine and it works fine.
-
Thanks for Tinycc-win32, it's perfect!