summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-20 23:05:53 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-01-20 23:05:53 +0000
commite94c2613d923ca6afc09a9c4318aa3000d1fe52c (patch)
treebe2aa6595a12e85c9dd548b64bb2072c4a839ecd /README
parent0210fac3951730c28c1e1f5f6686b08a7dc89069 (diff)
2009-01-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* README: Add make of sim-scripts.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 9 insertions, 2 deletions
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