summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--README12
-rwxr-xr-xtest_driver4
3 files changed, 19 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a34353..5a6620c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2009-01-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+ * README: Add initial Skyeye information.
+ * test_driver: Fix typo on invoking do_cpus.
+
+2009-01-15 Joel Sherrill <joel.sherrill@oarcorp.com>
+
* test_driver: Check for missing directories MUCH earlier.
2009-01-12 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/README b/README
index 04ad573..33ea166 100644
--- a/README
+++ b/README
@@ -155,3 +155,15 @@ C/C++ Support Files
The files rtems_gcc_main.c and rundeja in the top directory
support the gcc/testsuite subdirectory in the gcc source tree.
+Skyeye Installation
+===================
+
+15 Jan 2009: 1.2.7 does not work with RTEMS. Unknown reason. Use 1.2.5
+ until this is resolved.
+
+mkdir ~/skyeye
+cd ~/skyeye
+svn co https://skyeye.svn.sourceforge.net/svnroot/skyeye/skyeye-v1/branches/skyeye-1.2.5/
+cd skyeye-1.2.5
+./configure
+make
diff --git a/test_driver b/test_driver
index b1a01b4..c52a05a 100755
--- a/test_driver
+++ b/test_driver
@@ -170,10 +170,10 @@ if [ $? -eq 0 ] ; then
# Simulators included in gdb
do_cpus powerpc sh sparc powerpc h8300 mips sh m32c m32r
# Requires qemu installation
- #${SCRIPTDIR}/do_cpus i386
+ #do_cpus i386
# Requires Skyeye install
- #${SCRIPTDIR}/do_cpus arm
+ #do_cpus arm
# TBD bfin m68k avr
else