You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
duane 21eff7095c Added dongle VSLLINK - from Simon Qian 15 years ago
..
mingw32_help/include Renamed build.tests to build.test1 15 years ago
Makefile Added documentation for build test case1 15 years ago
Makefile.confuse Renamed build.tests to build.test1 15 years ago
Makefile.ftd2xx Renamed build.tests to build.test1 15 years ago
Makefile.libftdi Renamed build.tests to build.test1 15 years ago
Makefile.libusb Added documentation for build test case1 15 years ago
Makefile.openocd Added dongle VSLLINK - from Simon Qian 15 years ago
README.TXT Added documentation for build test case1 15 years ago
local.uses Renamed build.tests to build.test1 15 years ago

README.TXT

-- 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