flash/nor/at91samd: Use 32-bit register writes for ST-Link compat
[fw/openocd] / testing / build.test1 / README.TXT
1 -- Duane Ellis'es test case for building numerous openocd configurations...
2 Dec 26,2008
3 ---------------------------------------------------------------------------
4
5 1)      Make a directory some where..
6
7         mkdir ~/test
8
9 2)      Change to that directory
10
11         cd  ~/test
12
13 3)      Checkout OpenOCD in that directory.
14
15         cd ~/test
16         svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd
17
18 4)      Copy the "build.test1" directory to the "~/work" directory.
19
20
21         cd ~/test
22         cp ~/openocd/testing/build.test1/.  ~/test/.
23
24 5)      If needed, download various components.
25
26         cd ~/work
27         make all.download
28
29
30 6)      For Linux - type: 
31
32         cd ~/work
33         make linux.buildtest
34
35 7)      For Cygwin - type:
36
37         cd ~/work
38         make cygwin.buildtest
39