Results 1 - 6 of 6
Features:
You can compile and execute C code everywhere, for example on rescue disks (about 100KB for x86 TCC executable, including C preprocessor, C compiler, assembler and linker).
tcc generates x86 code. No byte code overhead. Compile, assemble and link several times faster than GCC.
Any C dynamic library can be used directly. TCC is heading torward full ISOC99compliance. TCC can of course compile itself.
tcc includes an optional memory and bound checker. Bound checked code can be mixed freely with standard code.
Compile and execute C source directly. No linking or assembly necessary. Full C preprocessor and GNU-like assembler included.
C script supported : just add '#!/usr/local/bin/tcc -run'at the first line of your C source, and execute it directly from the command line.
With libtcc, you can use TCC as a backend for dynamic code generation.
Platform:Windows License:GNU
Reference:https://bellard.org/tcc/
Features:
C and C++ compilers
Support forWin32, Win16, DOS16 and DOS32 all in one package.
Integrated development and debugging environment (IDDE).
Documentation in browsable HTML format.
Tutorials and sample code.
Extensive set of related tools like resource compiler, object disassembler, librarian, resource editors, make, etc.
Complete library source, including floating point.
Command line versions as well as GUI versions of tools.
Platform:Windows License:unknown
Reference:https://www.digitalmars.com/download/freecompiler.html
Pelles C is a complete development kit for Windows and Windows Mobile. It contains among other things an optimizing C compiler, a macro assembler, a linker, a resource compiler, a message compiler, a make utility and install builders for both Windows and Windows Mobile.
Platform:Windows License:unknown
Reference:https://www.smorgasbordet.com/pellesc/
Macintosh Programmer's Workshop (MPW) is a product designed specifically for professional Macintosh software developers. It brings together a comprehensive collection of development tools designed to support C, C++, and assembly-language programmers who are writing software for Mac OS 7.x/8.x/9.x. MPW is an open, configurable, and scriptable development environment which provides the flexibility to support complex software development projects for 68K and Power Macintosh systems.
Platform:Mac License:unknown
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions; one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS.
Platform:Windows License:unknown
The Borland C++ Compiler (BCC) is the foundation and core technology of C++Builder 5. Borland C++ Compiler 5.5 is a blazingly fast 32-bit optimizing compiler. It includes the latest ANSI/ISO C++ language support including, the STL (Standard Template Library) framework and C++ template support and the complete Borland C/C++ Runtime Library (RTL). Also included in the free download are the Borland C/C++ command line tools such as the high performance Borland linker and resource compiler.
Platform:Cross platform License:unknown