Bering-uClibc 7.x - Developer Guide - Introduction
From bering-uClibc
| Introduction | ||
|---|---|---|
| Bering-uClibc 7.x - Developer Guide | Next | |
This Developer Guide describes the recommended approach for people who want to:
- Build Bering-uClibc 7.x from source code.
- Modify an existing Package.
- Add a new Package.
All LEAF variants are designed to run on small, embedded systems which do not provide a suitable platform for software development. The distribution therefore needs to be prepared on a separate "build" system and installed onto the "target" system.
The build system needs to run Linux but it can be any modern distribution which includes the pre-requisites described on the next page.
For Bering-uClibc 7.x there is a well-developed toolchain which consists of:
- A utility called
buildtool.plwhich automates the process of compiling source code for Packages.- This also supports the compilation of the build environment itself, via a special pseudo-package called
toolchain.
- This also supports the compilation of the build environment itself, via a special pseudo-package called
- A utility called
buildpacket.plwhich automates the process of assembling an installable Package (.lrp) file from compiled code. - A utility called
buildimage.plwhich automates the process of preparing a disk Image from a full set of Package files. - A configuration file for each package called
buildtool.cfg. - A makefile stub for each package called
buildtool.mk.
| Up | Next |