arm: Mis-aligned data issue fix.
[fw/openocd] / testing / build.test2 / README.txt
1
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
5 Openocd.
6
7 --Duane Ellis
8
9 To make use of it do the following:
10
11 (1)     Check out openocd in the standard way.
12
13 For example - in cygwin, type this:
14
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
18
19 (2)     COPY this folder "right above" where you have OpenOCD.
20
21     bash$  cd /home/duane/test
22     bash$  cp ./openocd/testing/build.test2/*   /home/duane/test/.
23
24 (3) OPTIONALLY
25
26     You might want to review the file "local.uses"
27     Change options and so forth at the top of the file.
28
29 (4)     Initially, you need to download some additional files.
30         These include "libftdi", "libconfuse", and the ftd2xx drivers.
31
32 (5)     You also need to build the supporting libraries and install them
33         (They are installed "locally" only)
34
35         Type this command:
36
37     bash$ cd /home/duane/test
38
39     bash$ make initial.build
40
41           which:  (1) downloads files
42                   (2) builds the libs
43                   (3) builds OpenOCD
44
45 (6)     As you hack upon OpenOCD... to rebuild OpenOCD...
46         
47     bash$ cd /home/duane/test
48
49     bash$ make remake
50
51           which: (1) re-bootstraps 
52                  (2) re-configures
53                  (3) re-builds
54                  (4) re-installs.
55    
56 =======
57 **END**
58 =======
59