Project Home
Project Home
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
wiki1182: BuildTheOSSource (Version 7)

Build It -- Downloading the Neutrino OS/Kernel Source#

This is the easy way to build the whole OS source (kernel, process manager, libraries, services, utilities ... the whole shebang, about 680M of stuff). After you have done this, you will want to be much more discerning and want to understand how the source tree works and how the build system works.

Pre-requisites#

To build the Neutrino OS source you need to have:
  1. Momentics Development Environment installed for the build tools
  2. Have the OS source available to your local machine.

Supported build environments include: Neutrino (x86 self-hosted), Windows, Linux and Solaris. : NOTE ; At this time you can only build GNU configure components on Neutrino self-hosted.

These instructions assume you have pulled the source down to a single directory that will serve as the build root (BUILD_ROOT):

UnixWindows

% pwd
/home/somepath
% ls
trunk
% export BUILD_ROOT=/home/somepath

c:\> pwd
c:/home/somepath
c:\> dir
...
06/09/2007 01:07 PM <DIR> trunk
c:\> set BUILD_ROOT=c:/home/somepath NOTE: Use forward slashes (/) for the environment variables used in the QNX build process.

For Windows users, mentally replace $BUILD_ROOT with %BUILD_ROOT% when we do the variable descriptions below.

Build It#

  1. If you are not running Neutrino self-hosted, then you will need to tell the build process to ignore the content of the GNU configure style source modules. To do this run this hide-gnu.sh script.
    % ksh hide-gnu.sh $BUILD_ROOT
  2. Create a staging directory for installed binaries and headers to go
    % cd $BUILD_ROOT
    % mkdir stage
  3. Configure the override makefile stub % cd $BUILD_ROOT
    % cat >qconf-override.mk
    USE_ROOT_nto=$BUILD_ROOT/stage
    INSTALL_ROOT_nto=$BUILD_ROOT/stage
    VERSION_REL=6.3.0
    ^D
  4. Set the override environment variable to point at the makefile stub
    % export QCONF_OVERRIDE=$BUILD_ROOT/qconf-override.mk
  5. Install all of the header files in the local stage
    % cd $BUILD_ROOT/trunk
    % make OSLIST=nto EXCLUDE_VARIANTLIST=wcc hinstall
    ... lots of output, including copying to $BUILD_ROOT/stage
  6. Build the Neutrino OS binaries
    % cd $BUILD_ROOT/trunk
    % make OSLIST=nto EXCLUDE_VARIANTLIST=wcc install
    ... lots of build output, binaries copied to $BUILD_ROOT/stage

The final binaries (libraries, executables) that you have built should now be found in the $BUILD_ROOT/stage tree.

For a more detailed explanation of these build steps and what is going on, read on to the understanding the Neutrino build process

Attachments:
Text hide-gnu.sh [BuildTheOSSource/hide-gnu.sh]



Active Tab Versions Inactive Tab - left sideAssociations Inactive Tab - left sideAttachments (1) Inactive Tab - left sideBack LinksInactive Tab - right side  
    Version From To Version Comment Created By
    Version 34 Steve Bergwerff  -  08/12/2014
    Version 33 Colin Burgess(deleted)  -  09/24/2009
    Version 32 get rid of obsolete warning Brian Stecher  -  11/14/2007
    Version 31 add link to instructions on how to use IDE to build the kernel Attilla Danko  -  10/25/2007
    Version 30 fixed a dangling italic Douglas Bailey  -  09/24/2007
    Version 29 Brian Stecher  -  09/20/2007
    Version 28 Brian Stecher  -  09/20/2007
    Version 27 Brian Stecher  -  09/20/2007
    Version 26 Brian Stecher  -  09/20/2007
    Version 25 Colin Burgess(deleted)  -  09/17/2007
    Version 24 typo Brian Stecher  -  09/17/2007
    Version 23 Colin Burgess(deleted)  -  09/16/2007
    Version 22 Thomas Fletcher  -  09/12/2007
    Version 21 Douglas Bailey  -  09/12/2007
    Version 20 Attilla Danko(deleted)  -  09/12/2007
    Version 19 added hinstall to the make commands Douglas Bailey  -  09/12/2007
    Version 18 Douglas Bailey  -  09/12/2007
    Version 17 Thomas Fletcher  -  09/12/2007
    Version 16 Thomas Fletcher  -  09/12/2007
    Version 15 Thomas Fletcher  -  09/12/2007
    Version 14 Thomas Fletcher  -  09/12/2007
    Version 13 Thomas Fletcher  -  09/12/2007
    Version 12 Brian Stecher  -  09/11/2007
    Version 11 Thomas Fletcher  -  09/07/2007
    Version 10 Thomas Fletcher  -  09/07/2007
    Version 9 Thomas Fletcher  -  09/07/2007
    Version 8 Thomas Fletcher  -  09/06/2007
    Version 7 Thomas Fletcher  -  09/06/2007
    Version 6 Thomas Fletcher  -  09/06/2007
    Version 5 Thomas Fletcher  -  09/06/2007
    Version 4 Thomas Fletcher  -  08/31/2007
    Version 3 Thomas Fletcher  -  08/28/2007
    Version 2 Thomas Fletcher  -  08/28/2007
    Version 1 Thomas Fletcher  -  08/26/2007