Wiki

Clone wiki

minlibd / Home

Minlibd wiki

Minlibd is a minimal system to compile D language programs with the gdc compiler and run them in microcontrollers and other embedded or 'bare metal' systems.

For more information look at the readme files. There is one in nearly every directory.

Installation

First of all, a working gdc installation is required. This system does not yet work with any other D conpiler.

General info of gdc is here: http://wiki.dlang.org/GDC
Step by step instructions to make a cross compiler toolchain can be found here: gdc_cross_compiler

Other info

I wrote some notes how exceptions work in ARM here

libgcc vs libc and libphobos vs libdruntime tries to explain what is a runtime library

Updated