<div dir="ltr">Pushed. Thanks.</div><br><div class="gmail_quote"><div dir="ltr">On Sun, Dec 9, 2018 at 5:30 AM Marçal Comajoan Cara <<a href="mailto:mcomajoancara@gmail.com">mcomajoancara@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This work was part of GCI 2018.<br>
---<br>
 README.waf |  2 +-<br>
 wscript    | 14 +-------------<br>
 2 files changed, 2 insertions(+), 14 deletions(-)<br>
<br>
diff --git a/README.waf b/README.waf<br>
index 115f5d4..8b2bbf1 100644<br>
--- a/README.waf<br>
+++ b/README.waf<br>
@@ -48,7 +48,7 @@ Steps<br>
 7. Run the executable using the simulator:<br>
<br>
     $ $HOME/Development/rtems/5/bin/sparc-rtems5-run \<br>
-       ./build/sparc-rtems5-sis/hello<br>
+       ./build/sparc-rtems5-erc32/hello<br>
<br>
 [1] It is good practice to keep your environment as empty as possible. Setting<br>
     paths to tools or specific values to configure or control builds is<br>
diff --git a/wscript b/wscript<br>
index f32fb8d..8227dc8 100644<br>
--- a/wscript<br>
+++ b/wscript<br>
@@ -3,19 +3,7 @@<br>
 # This file's license is 2-clause BSD as in this distribution's LICENSE.2 file.<br>
 #<br>
<br>
-# Waf build script for RTEMS examples<br>
-#<br>
-# To configure, build and run do:<br>
-#<br>
-# $ waf configure --rtems=/Users/chris/Development/rtems/build/4.11 \<br>
-#                 --rtems-tools=/Users/chris/Development/rtems/4.11 \<br>
-#                 --rtems-bsps=sparc/sis<br>
-# $ waf<br>
-# $ /Users/chris/Development/rtems/4.11/bin/sparc-rtems4.11-run ./build/sparc-rtems4.11-sis/hello<br>
-#<br>
-# You can use '--rtems-archs=sparc,i386' or '--rtems-bsps=sparc/sis,i386/pc586'<br>
-# to build for more than BSP at a time.<br>
-#<br>
+# See README.waf for building instructions.<br>
<br>
 rtems_version = "5"<br>
 try:<br>
-- <br>
2.19.2<br>
<br>
_______________________________________________<br>
devel mailing list<br>
<a href="mailto:devel@rtems.org" target="_blank">devel@rtems.org</a><br>
<a href="http://lists.rtems.org/mailman/listinfo/devel" rel="noreferrer" target="_blank">http://lists.rtems.org/mailman/listinfo/devel</a><br>
</blockquote></div>