From: ntfreak at B. <nt...@ma...> - 2008-12-28 11:58:35
|
Author: ntfreak Date: 2008-12-28 11:58:34 +0100 (Sun, 28 Dec 2008) New Revision: 1292 Modified: trunk/src/jtag/vsllink.c trunk/testing/build.test1/Makefile trunk/testing/build.test1/Makefile.confuse trunk/testing/build.test1/Makefile.ftd2xx trunk/testing/build.test1/Makefile.libftdi trunk/testing/build.test1/Makefile.libusb trunk/testing/build.test1/Makefile.openocd trunk/testing/build.test1/README.TXT trunk/testing/build.test1/local.uses trunk/testing/build.test1/mingw32_help/include/elf.h trunk/testing/build.test1/mingw32_help/include/sys/cdefs.h trunk/testing/build.test1/mingw32_help/include/sys/elf32.h trunk/testing/build.test1/mingw32_help/include/sys/elf64.h trunk/testing/build.test1/mingw32_help/include/sys/elf_common.h trunk/testing/build.test1/mingw32_help/include/sys/elf_generic.h trunk/testing/build.test2/Makefile trunk/testing/build.test2/README.txt trunk/testing/build.test2/local.uses Log: - fix missing/incorrect svn file props Property changes on: trunk/src/jtag/vsllink.c ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/Makefile ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/Makefile.confuse ___________________________________________________________________ Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/Makefile.ftd2xx ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/Makefile.libftdi ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/Makefile.libusb ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/Makefile.openocd ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Modified: trunk/testing/build.test1/README.TXT =================================================================== --- trunk/testing/build.test1/README.TXT 2008-12-28 01:08:56 UTC (rev 1291) +++ trunk/testing/build.test1/README.TXT 2008-12-28 10:58:34 UTC (rev 1292) @@ -1,39 +1,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 - +-- 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 + Property changes on: trunk/testing/build.test1/README.TXT ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/local.uses ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/mingw32_help/include/elf.h ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/mingw32_help/include/sys/cdefs.h ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/mingw32_help/include/sys/elf32.h ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/mingw32_help/include/sys/elf64.h ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/mingw32_help/include/sys/elf_common.h ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test1/mingw32_help/include/sys/elf_generic.h ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test2/Makefile ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Modified: trunk/testing/build.test2/README.txt =================================================================== --- trunk/testing/build.test2/README.txt 2008-12-28 01:08:56 UTC (rev 1291) +++ trunk/testing/build.test2/README.txt 2008-12-28 10:58:34 UTC (rev 1292) @@ -1,59 +1,59 @@ - -This makefile is how I Duane Ellis (op...@du...) builds -openocd test purposes on Cygwin. I have included it here so others -might also make use of the same configuration that I use to develop -Openocd. - ---Duane Ellis - -To make use of it do the following: - -(1) Check out openocd in the standard way. - -For example - in cygwin, type this: - - bash$ mkdir -p /home/duane/test - bash$ cd /home/duane/test - bash$ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd - -(2) COPY this folder "right above" where you have OpenOCD. - - bash$ cd /home/duane/test - bash$ cp ./openocd/testing/build.test2/* /home/duane/test/. - -(3) OPTIONALLY - - You might want to review the file "local.uses" - Change options and so forth at the top of the file. - -(4) Initially, you need to download some additional files. - These include "libftdi", "libconfuse", and the ftd2xx drivers. - -(5) You also need to build the supporting libraries and install them - (They are installed "locally" only) - - Type this command: - - bash$ cd /home/duane/test - - bash$ make initial.build - - which: (1) downloads files - (2) builds the libs - (3) builds OpenOCD - -(6) As you hack upon OpenOCD... to rebuild OpenOCD... - - bash$ cd /home/duane/test - - bash$ make remake - - which: (1) re-bootstraps - (2) re-configures - (3) re-builds - (4) re-installs. - -======= -**END** -======= - + +This makefile is how I Duane Ellis (op...@du...) builds +openocd test purposes on Cygwin. I have included it here so others +might also make use of the same configuration that I use to develop +Openocd. + +--Duane Ellis + +To make use of it do the following: + +(1) Check out openocd in the standard way. + +For example - in cygwin, type this: + + bash$ mkdir -p /home/duane/test + bash$ cd /home/duane/test + bash$ svn co https://svn.berlios.de/svnroot/repos/openocd/trunk openocd + +(2) COPY this folder "right above" where you have OpenOCD. + + bash$ cd /home/duane/test + bash$ cp ./openocd/testing/build.test2/* /home/duane/test/. + +(3) OPTIONALLY + + You might want to review the file "local.uses" + Change options and so forth at the top of the file. + +(4) Initially, you need to download some additional files. + These include "libftdi", "libconfuse", and the ftd2xx drivers. + +(5) You also need to build the supporting libraries and install them + (They are installed "locally" only) + + Type this command: + + bash$ cd /home/duane/test + + bash$ make initial.build + + which: (1) downloads files + (2) builds the libs + (3) builds OpenOCD + +(6) As you hack upon OpenOCD... to rebuild OpenOCD... + + bash$ cd /home/duane/test + + bash$ make remake + + which: (1) re-bootstraps + (2) re-configures + (3) re-builds + (4) re-installs. + +======= +**END** +======= + Property changes on: trunk/testing/build.test2/README.txt ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native Property changes on: trunk/testing/build.test2/local.uses ___________________________________________________________________ Name: svn:executable - * Name: svn:eol-style + native |