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
Enterprise-grade ITSM, for every business
Freshservice is an intuitive, AI-powered platform that helps IT, operations, and business teams deliver exceptional service without the usual complexity. Automate repetitive tasks, resolve issues faster, and provide seamless support across the organization. From managing incidents and assets to driving smarter decisions, Freshservice makes it easy to stay efficient and scale with confidence.
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!