diff -r 578be2adaf3e -r 307f4279f433 Adaptation/GUID-AE486C82-8854-463F-8CB9-B7353D6B2804.dita --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Adaptation/GUID-AE486C82-8854-463F-8CB9-B7353D6B2804.dita Fri Oct 15 14:32:18 2010 +0100 @@ -0,0 +1,30 @@ + + + + + +Baseport Template Build GuideDescribes how to build a Baseport Template. +

The Baseport Template contains dummy functions. The Baseport Template +is designed to boot without supporting any peripherals. The developers +should port the individual drivers depending on the hardware used. +This guide describes a generic build procedure for ARMv5 based devices.

+
Template +port

The baseport code is available at os/kernelhwrrv/bsptemplate/asspandvariant/template_variant/. The comments in the Baseport Template provide enough information +to start porting.

+
Procedure

The following steps describe how to build the Baseport Template +for an ARMv5 processor.

    +
  1. Create a file, +for example, commands.txt that contains the list +of files to be built. Each line of commands.txt would be in the following example format:

    -b \os\buildtools\toolsandutils\e32tools\group\bld.inf
  2. +
  3. Call commands.txt file using the following command:

    sbs –command=commands.txt –c armv5_urel The above +would produce a armv5 urel version.
  4. +
+
+Symbian Build System v2 +
\ No newline at end of file