summaryrefslogtreecommitdiff
path: root/testing/toolchain/readme.txt
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-01 06:26:29 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2008-09-01 06:26:29 +0000
commit3c8ef2c41baea675526af28f01008fcb550f8748 (patch)
treeefafc5c1bbeae649a7855039e23f5c1288fb3ce5 /testing/toolchain/readme.txt
parentc6c1528ee58f994fb0ced77d4dc48081dbb8cecc (diff)
downloadopenocd_libswd-3c8ef2c41baea675526af28f01008fcb550f8748.tar.gz
openocd_libswd-3c8ef2c41baea675526af28f01008fcb550f8748.tar.bz2
openocd_libswd-3c8ef2c41baea675526af28f01008fcb550f8748.tar.xz
openocd_libswd-3c8ef2c41baea675526af28f01008fcb550f8748.zip
retired, nothing came of it.
git-svn-id: svn://svn.berlios.de/openocd/trunk@974 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'testing/toolchain/readme.txt')
-rw-r--r--testing/toolchain/readme.txt42
1 files changed, 0 insertions, 42 deletions
diff --git a/testing/toolchain/readme.txt b/testing/toolchain/readme.txt
deleted file mode 100644
index a3e21cbf..00000000
--- a/testing/toolchain/readme.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-Work-in-progress. Ignore for now.
-
-Some build scripts for GCC toolchains. Notably the
-Cortex CPUs require the very latest GCC version 4.3.x.
-
-These are to be considered working notes for testers and
-not a definitive source on how to build GCC toolchains.
-
-1. get latest binutils, gcc, gdb and newlib
-
-2. unzip source to src folder
-
-2. fix libstc++/configure.ac
-
-
-That works. After replacing AC_LIBTOOL_DLOPEN with
-
- if test "x${with_newlib}" != "xyes"; then
- AC_LIBTOOL_DLOPEN
- fi
-
-and running autoconf I was able to build six different newlib targets.
-
-http://gcc.gnu.org/ml/gcc/2008-03/msg00611.html
-
-3. place newlib and libgloss into src/gcc
-
-4. run cygwin.sh or linux.sh
-
-
-Resources:
-
-http://ecos.sourceware.org/build-toolchain.html
-
-
-Results:
-
-Build results from Zylin AS following the instructions above:
-
-http://www.zylin.com/cortex-gcc-linux.tar.bz2
-
- \ No newline at end of file