summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2013-07-19 10:13:51 +1000
committerChris Johns <chrisj@rtems.org>2013-07-19 10:13:51 +1000
commit7fcbffda825e40d0735ed8bbaa3616143426cfab (patch)
treec90f1bc723f3b214782c2e2cef8a30b4cc1264ba /doc
parentAdd what is built and how to set the path. (diff)
downloadrtems-source-builder-7fcbffda825e40d0735ed8bbaa3616143426cfab.tar.bz2
Update using the RTEMS path.
Diffstat (limited to 'doc')
-rw-r--r--doc/source-builder.txt13
1 files changed, 11 insertions, 2 deletions
diff --git a/doc/source-builder.txt b/doc/source-builder.txt
index 39b2d88..ca81e61 100644
--- a/doc/source-builder.txt
+++ b/doc/source-builder.txt
@@ -85,12 +85,21 @@ I also suggest you keep your environment to the bare minimum, particularly the
path variable. Using environment variables has been proven over the years to be
difficult to manage in production systems.
+.Path to use when building applications
+*************************************************************
To use the tools once finished just set your path to the 'bin' directory under
-the _prefix_. For example:
-
+the _prefix_ you use. In the examples that follow the _prefix_ is
+`$HOME/development/rtems/4.11` and is set using the `--prefix` option so the
+path you need to configure to build applications can be set with the following
+in a BASH shell:
-------------------------------------------------------------
$ export PATH=$HOME/development/rtems/4.11/bin:$PATH
-------------------------------------------------------------
+Make sure you place the RTEMS tool path at the front of your path so they are
+searched first. RTEMS can provide newer versions of some tools your operating
+system provides and placing the RTEMS tools path at the front means it is
+searched first and the RTEMS needed versions of the tools are used.
+*************************************************************
Setup
~~~~~