Overview
Our own development platform is a self-contained build system implemented as a series of bash scripts. For each target platform this system builds its own cross compiler, then uses that cross compiler to build a kernel and uClibc-based root filesystem for the target platform.
The result is a complete native development environment bootable under QEMU, which can rebuild itself from source code and compile any other interesting software packages needed by a given system.
Members
Manager: Rob Landley
Developer: Mark Miller