![]() |
SCC (Simple C Compiler) is a portable toolchain that can be compiled on any UNIX system out of the box. The main target of the project is simplicity and portability. SCC is mainly written in C, putting special interest to keep the code C99 portable and with a small size. This is a work in progress project, and a lot of work is still required for some use cases. Any help would be really appreciated. SCC tries to implements tools equivalent to classical UNIX cc, cpp, make, as, ld, ar, nm, ranlib, size and strip, and GNU objdump and objcopy. Not all of them have the same madurity level, and some of them are currently just a draft. SCC also provides a pure C99 libc designed to be simple and easily portable. |