Difference between revisions of "Bering-uClibc 6.x - Developer Guide - Preparing the Build Environment"

From bering-uClibc
Jump to: navigation, search
(Created page with "{| summary="Navigation header" width="100%" ! colspan="3" align="center" | Introduction |- | width="20%" align="left"...")
 
 
Line 1: Line 1:
 
{| summary="Navigation header" width="100%"
 
{| summary="Navigation header" width="100%"
! colspan="3" align="center" | [[Bering-uClibc 6.x - Developer Guide - Introduction|Introduction]]
+
! colspan="3" align="center" | [[Bering-uClibc 6.x - Developer Guide - Preparing the Build Environment|Preparing the Build Environment]]
 
|-
 
|-
| width="20%" align="left"  |  
+
| width="20%" align="left"  | [[Bering-uClibc 6.x - Developer Guide - Introduction|Prev]]
 
! width="60%" align="center" | [[Bering-uClibc 6.x - Developer Guide]]
 
! width="60%" align="center" | [[Bering-uClibc 6.x - Developer Guide]]
| width="20%" align="right" | [[Bering-uClibc 6.x - Developer Guide - Preparing the Build Environment|Next]]
+
| width="20%" align="right"   | [[Bering-uClibc 6.x - Developer Guide - Compiling Source Code|Next]]
 
|}
 
|}
 
----
 
----
  
 
+
tbd
This Developer Guide describes the recommended approach for people who want to:
+
* Build [[Bering-uClibc 6.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 [[Bering-uClibc 6.x - Developer Guide - Preparing the Build Environment|the next page]].
+
 
+
 
+
For [[Bering-uClibc 6.x]] there is a well-developed toolchain which consists of:
+
* A utility called <code class="filename">buildtool.pl</code> which 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 <code class="filename">toolchain</code>.
+
* A utility called <code class="filename">buildpacket.pl</code> which automates the process of assembling an installable Package (<tt>.lrp</tt>) file from compiled code.
+
* A utility called <code class="filename">buildimage.pl</code> which automates the process of preparing a disk Image from a full set of Package files.
+
 
+
  
 
----
 
----
 
{| summary="Navigation footer" width="100%"
 
{| summary="Navigation footer" width="100%"
| width="40%" align="left"  |  
+
| width="40%" align="left"  | [[Bering-uClibc 6.x - Developer Guide - Introduction|Prev]]
 
| width="20%" align="center" | [[Bering-uClibc 6.x - Developer Guide|Up]]
 
| width="20%" align="center" | [[Bering-uClibc 6.x - Developer Guide|Up]]
| width="40%" align="right" | [[Bering-uClibc 6.x - Developer Guide - Preparing the Build Environment|Next]]
+
| width="40%" align="right"   | [[Bering-uClibc 6.x - Developer Guide - Compiling Source Code|Next]]
 
|}
 
|}
  
 
[[Category:Bering-uClibc 6.x]]
 
[[Category:Bering-uClibc 6.x]]
 
[[Category:Developer Guide]]
 
[[Category:Developer Guide]]

Latest revision as of 13:36, 13 April 2016

Preparing the Build Environment
Prev Bering-uClibc 6.x - Developer Guide Next

tbd


Prev Up Next