RTEMS Logo

RTEMS 4.6.0pre5 On-Line Library


Archive and Build Directory Format

PREV UP NEXT Bookshelf Getting Started with RTEMS for C/C++ Users

2.4.2: Archive and Build Directory Format

When no packaging format requirements are present, the root directory for the storage of source archives and patches as well as for building the tools is up to the user. The only concern is that there be enough disk space to complete the build.

Make an archive directory to contain the downloaded source code and a tools directory to be used as a build directory. The command sequence to do this is shown below:

mkdir archive
mkdir tools

This will result in an initial directory structure similar to the one shown in the following figure:

/whatever/prefix/you/choose/
        archive/
        tools/


PREV UP NEXT Bookshelf Getting Started with RTEMS for C/C++ Users

Copyright © 1988-2003 OAR Corporation