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