2 This makefile is how I Duane Ellis (openocd@duaneellis.com) builds
3 openocd test purposes on Cygwin. I have included it here so others
4 might also make use of the same configuration that I use to develop
9 To make use of it do the following:
11 (1) Check out openocd in the standard way.
13 For example - in cygwin, type this:
15 bash$ mkdir -p /home/duane/test
16 bash$ cd /home/duane/test
17 bash$ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd
19 (2) COPY this folder "right above" where you have OpenOCD.
21 bash$ cd /home/duane/test
22 bash$ cp ./openocd/testing/build.test2/* /home/duane/test/.
26 You might want to review the file "local.uses"
27 Change options and so forth at the top of the file.
29 (4) Initially, you need to download some additional files.
30 These include "libftdi", "libconfuse", and the ftd2xx drivers.
32 (5) You also need to build the supporting libraries and install them
33 (They are installed "locally" only)
37 bash$ cd /home/duane/test
39 bash$ make initial.build
41 which: (1) downloads files
45 (6) As you hack upon OpenOCD... to rebuild OpenOCD...
47 bash$ cd /home/duane/test
51 which: (1) re-bootstraps