Login  |  繁體中文
感謝您對「自由軟體鑄造場」的支持與愛護,十多年來「自由軟體鑄造場」受中央研究院支持,並在資訊科學研究所以及資訊科技創新研究中心執行,現已完成階段性的任務。 原網站預計持續維運至 2021年底,網站內容基本上不會再更動。本網站由 Denny Huang 備份封存。
也紀念我們永遠的朋友 李士傑先生(Shih-Chieh Ilya Li)。

What is Resource Catalog ?

catalog-iconThe OpenFoundry Resource Catalog lists professional resources and applications related to the development of open source software. If you have any recommendation listing / category  or bug for this resource catalog, please do not hesitate to contact us.

Compiler

Listings

Results 1 - 6 of 6

Tiny C Compiler

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/

Digital Mars C/C++ Compiler

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

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/

MPW - Macintosh Programmer's Workshop

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

Reference:https://developer.apple.com/tools/mpw-tools/

CC386

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

Reference:https://www.members.tripod.com/~ladsoft/cc386.htm

Borland C++ Compiler

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

Reference:https://edn.embarcadero.com/article/20633