tinyriscv-openocd/testing/build.test1
duane dbd26e3a27 Added documentation for build test case1
git-svn-id: svn://svn.berlios.de/openocd/trunk@1277 b42882b7-edfa-0310-969c-e2dbd0fdcd60
2008-12-27 01:44:29 +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 Renamed build.tests to build.test1 2008-12-27 01:30:06 +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 may be processed differently from what appears below. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to reveal hidden characters.

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