summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarçal Comajoan Cara <mcomajoancara@gmail.com>2018-12-09 12:29:48 +0100
committerJoel Sherrill <joel@rtems.org>2018-12-09 09:34:46 -0600
commit276a025727c59daaed5dd7aaa1c2e352f74f93cd (patch)
tree6ca25202095388c3d8d14c1ac4579668fd0beacd
parentREADME.Makefile: New file (diff)
downloadrtems-examples-276a025727c59daaed5dd7aaa1c2e352f74f93cd.tar.bz2
Remove outdated instructions and change sis to erc32
This work was part of GCI 2018.
-rw-r--r--README.waf2
-rw-r--r--wscript14
2 files changed, 2 insertions, 14 deletions
diff --git a/README.waf b/README.waf
index 115f5d4..8b2bbf1 100644
--- a/README.waf
+++ b/README.waf
@@ -48,7 +48,7 @@ Steps
7. Run the executable using the simulator:
$ $HOME/Development/rtems/5/bin/sparc-rtems5-run \
- ./build/sparc-rtems5-sis/hello
+ ./build/sparc-rtems5-erc32/hello
[1] It is good practice to keep your environment as empty as possible. Setting
paths to tools or specific values to configure or control builds is
diff --git a/wscript b/wscript
index f32fb8d..8227dc8 100644
--- a/wscript
+++ b/wscript
@@ -3,19 +3,7 @@
# This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.
#
-# Waf build script for RTEMS examples
-#
-# To configure, build and run do:
-#
-# $ waf configure --rtems=/Users/chris/Development/rtems/build/4.11 \
-# --rtems-tools=/Users/chris/Development/rtems/4.11 \
-# --rtems-bsps=sparc/sis
-# $ waf
-# $ /Users/chris/Development/rtems/4.11/bin/sparc-rtems4.11-run ./build/sparc-rtems4.11-sis/hello
-#
-# You can use '--rtems-archs=sparc,i386' or '--rtems-bsps=sparc/sis,i386/pc586'
-# to build for more than BSP at a time.
-#
+# See README.waf for building instructions.
rtems_version = "5"
try: