summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
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