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
nel_h2
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
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!