cortex_a: fix endiannes issues on TI TMS570
[openocd.git] / testing / build.test2 / README.txt
blobd71c14b5abc5a5355b8e996091a7592f3a0c6323
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.
7 --Duane Ellis
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/.
24 (3) OPTIONALLY
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)
35         Type this command:
37     bash$ cd /home/duane/test
39     bash$ make initial.build
41           which:  (1) downloads files
42                   (2) builds the libs
43                   (3) builds OpenOCD
45 (6)     As you hack upon OpenOCD... to rebuild OpenOCD...
46         
47     bash$ cd /home/duane/test
49     bash$ make remake
51           which: (1) re-bootstraps 
52                  (2) re-configures
53                  (3) re-builds
54                  (4) re-installs.
55    
56 =======
57 **END**
58 =======