summaryrefslogtreecommitdiffstats
path: root/README.waf
diff options
context:
space:
mode:
authorChirayu Desai <cdesai@cyanogenmod.org>2013-12-12 23:50:47 +0530
committerGedare Bloom <gedare@rtems.org>2013-12-12 14:55:56 -0500
commit9b955ddf3e528ca7db47b86834e70434d27eb5bd (patch)
tree964908ea49ef93afa368713a203b8716d7afdbfb /README.waf
parentwaf: append .exe to target names (diff)
downloadrtems-examples-9b955ddf3e528ca7db47b86834e70434d27eb5bd.tar.bz2
Replace rtems_waf with a submodule
Replace the rtems_waf subdirectory with a git-submodule that points to the git repository located at http://git.rtems.org/chrisj/rtems_waf.git
Diffstat (limited to 'README.waf')
-rw-r--r--README.waf11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.waf b/README.waf
index 623e1c2..dd339f4 100644
--- a/README.waf
+++ b/README.waf
@@ -21,7 +21,12 @@ Steps
3. Unpack this package somewhere, anywhere on your disk and change into the top
level directory.
-4. Configure with your specific settings. In this case the path to the tools
+4. Populate the git submodule:
+
+ $ git submodule init
+ $ git submodule update
+
+5. Configure with your specific settings. In this case the path to the tools
and RTEMS and provided on the command line and so do not need to be in your
path or environment [1] and we limit the build to 'sparc/sis' BSP:
@@ -32,11 +37,11 @@ Steps
You can use '--rtems-archs=sparc,i386' or
'--rtems-bsps=sparc/sis,i386/pc586' to build for more than BSP at a time.
-5. Build:
+6. Build:
$ waf
-6. Run the executable using the simulator:
+7. Run the executable using the simulator:
$ $HOME/Development/rtems/4.11/bin/sparc-rtems4.11-run \
./build/sparc-rtems4.11-sis/hello