summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--README11
2 files changed, 13 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 5d9d261..ded9732 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * README: Add make of sim-scripts.
+
+2009-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* gcc/rtems_gcc_main.c: Lower memory requirements on m32c and use
unified memory configuration.
diff --git a/README b/README
index 33ea166..8f5add8 100644
--- a/README
+++ b/README
@@ -39,8 +39,14 @@ copy the RPM contents to the working install point.
do_one in this directory has a LOT of options to control what to do.
-Joel's Attempt to Setup a Tree
-==============================
+How to Setup a Source Tree For Testing
+======================================
+# Make sure test bin directories are in your PATH
+# Add compiled tools install directory
+export PATH=${HOME}/test-gcc/install/bin:${PATH}
+# Add simulator scripts install directory
+export PATH=${HOME}/test-gcc/gcc-testing/bin:${PATH}
+
mkdir ~/test-gcc
cd ~/test-gcc
cvs -z 9 -d :pserver:anoncvs@sourceware.org:/cvs/src login
@@ -48,6 +54,7 @@ cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS login
# test script infrastructure
cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS co -P gcc-testing
+make -C gcc-testing/sim-scripts
# rtems
cvs -z 9 -d :pserver:anonymous@www.rtems.org:/usr1/CVS co -P rtems