documented change in target command w/removed options
[fw/openocd] / testing / toolchain / readme.txt
1 Work-in-progress. Ignore for now.\r
2 \r
3 Some build scripts for GCC toolchains. Notably the\r
4 Cortex CPUs require the very latest GCC version 4.3.x.\r
5 \r
6 These are to be considered working notes for testers and\r
7 not a definitive source on how to build GCC toolchains.\r
8 \r
9 1. get latest binutils, gcc, gdb and newlib\r
10 \r
11 2. unzip source to src folder\r
12 \r
13 2. fix libstc++/configure.ac\r
14 \r
15 \r
16 That works. After replacing AC_LIBTOOL_DLOPEN with\r
17 \r
18   if test "x${with_newlib}" != "xyes"; then\r
19     AC_LIBTOOL_DLOPEN\r
20   fi\r
21 \r
22 and running autoconf I was able to build six different newlib targets.\r
23 \r
24 http://gcc.gnu.org/ml/gcc/2008-03/msg00611.html\r
25 \r
26 3. place newlib and libgloss into src/gcc\r
27 \r
28 4. run cygwin.sh or linux.sh\r
29 \r
30 \r
31 Resources:\r
32 \r
33 http://ecos.sourceware.org/build-toolchain.html\r
34 \r
35 \r
36 Results:\r
37 \r
38 Build results from Zylin AS following the instructions above:\r
39 \r
40 http://www.zylin.com/cortex-gcc-linux.tar.bz2\r
41 \r
42