From 9b955ddf3e528ca7db47b86834e70434d27eb5bd Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Thu, 12 Dec 2013 23:50:47 +0530 Subject: 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 --- README.waf | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'README.waf') 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 -- cgit v1.2.3