riscv-openocd/testing/build.test1
duane 21eff7095c Added dongle VSLLINK - from Simon Qian
git-svn-id: svn://svn.berlios.de/openocd/trunk@1280 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-12-27 02:56:55 +00:00
..
mingw32_help/include Renamed build.tests to build.test1 2008-12-27 01:30:06 +00:00
Makefile Added documentation for build test case1 2008-12-27 01:44:29 +00:00
Makefile.confuse Renamed build.tests to build.test1 2008-12-27 01:30:06 +00:00
Makefile.ftd2xx Renamed build.tests to build.test1 2008-12-27 01:30:06 +00:00
Makefile.libftdi Renamed build.tests to build.test1 2008-12-27 01:30:06 +00:00
Makefile.libusb Added documentation for build test case1 2008-12-27 01:44:29 +00:00
Makefile.openocd Added dongle VSLLINK - from Simon Qian 2008-12-27 02:56:55 +00:00
README.TXT Added documentation for build test case1 2008-12-27 01:44:29 +00:00
local.uses Renamed build.tests to build.test1 2008-12-27 01:30:06 +00:00

README.TXT

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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