SDCC – Small Device C Compiler

Hacker News Top Tools

Summary

SDCC is a Small Device C Compiler, a development tool for programming small and embedded systems in the C language.

No content available
Original Article

Similar Articles

CodeSizer: Why is that binary so big?

Lobsters Hottest

CodeSizer is a static code size profiling tool for embedded firmware that uses objdump and addr2line to attribute code size to inline call trees and generates an HTML report.

Bootstrapping GDC with DMD

Hacker News Top

The author describes how they bootstrapped the GNU D Compiler (GDC) on FreeBSD using the DMD compiler and a small wrapper program, challenging GCC's claim that GDC must be built with GDC.