Spen, I guess I misinterpreted the text on openOCD cited, but my problem still exists:
Here is what I did do: I do believe I complied with Michael Fischer's instructions about the cygwin packages: ====== 1) Install cygwin, but you need some additional tools from the development package like: - autoconf: Wrapper scripts for autoconf commands - automake: Wrapper scripts for automake and aclocals - gcc: C compiler upgrade helper - libtool: A shared library generation tool - make: The GNU version og the 'make' utility - subversion: A version control system ====== I assume after doining this and doing: ===== svn checkout svn://svn.berlios.de/openocd/trunk trunksvn checkout svn:// svn.berlios.de/openocd/trunk trunk ====== I am ready to roll: when do ./bootstrap ======== $ ./bootstrap + aclocal /usr/bin/m4:configure.in:428: canot create temporary file for diversion: Permission denied autom4te-2.6.3: /usr/bin/m4 failed with exit status: 1 aclocal-1.11: autom4te failed with exit status: 1 Bootstrap complete; you can './configure -enable-maintainer-mode ...." ======== when do ./configure after this: ======== $ ./configure --enable-maintainer-mode --disable-werror --enable-ft2232_ftd2xx --with-ftd2xx-win32-zipdir=/home/openocd/ftd2xx bash: ./configure: No such file or directory ======= where I am Located: ======= /home/openocd/trunk ======= $PATH ===== /usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/cygdrive/c/devkitPro/msys/bin:/cygdrive/c/devkitPro/devkitARM/bin:/cygdrive/c/Program Files/CodeSourcery/Sourcery G++ Lite/bin:/cygdrive/c/Windows/system32:/cygdrive/c/Windows:/cygdrive/c/Windows/System32/Wbem:/cygdrive/c/Program Files/CyberLink/Power2Go/:/cygdrive/c/Program Files/Microsoft SQL Server/90/Tools/binn/:/cygdrive/c/MSSQL7/BINN:/cygdrive/c/Program Files/OpenOCD/0.1.0/bin/ ===== Contents of trunk directory: ===== AUTHORS BUGS COPYING ChangeLog Doxyfile.in Makefile.am NEWS NEWTAPS PATCHES README TODO bootstrap configure.in contrib doc ecosflash guess-rev.sh lsTrunk src tcl testing tools uncrustify.cfg ========== Please contact me with any suggestions as to what I might try next. I will greatly appreciate it. Joe On Wed, Jul 1, 2009 at 12:06 PM, Spencer Oliver <[email protected]>wrote: > > Dear Devepment and support people, > > > > On "sparkfun" I am following "mifi's" instrutions to a tee. > > http://forum.sparkfun.com/viewtopic.php?t=11221 > > never the less: > > > > I took another shot at attempting to compile my own version > > of openOCD with ftd2xx. Both attemps on my work laptop > > (Vista) and my home PC (XP) resulted in identical failure. > > > > >>> This is important and relates, > > to a bunch of people who would like to be able to succesfully > > use openOCD with ftd2xx, right now <<<<: > > > > http://forum.sparkfun.com/viewtopic.php?t=16172 > > > > Fact of the matter is we can not get the compile to work and > > get stuck trying to use the unix like commands "./bootstrap" > > and "./configure" > > > > One nice and impressive thing is that subversion was able to > > properly download all the source files for openOCD via > > cygwin, as advertised, so we are almost there. > > > > This is a plea for help. > > > > The tutorial on sparkfun should work as is. > Could you explain what steps you are seeing problems with? > Hopefully i can help solve your problems. > > > Here is an excerpt from openOCDs own website, that indicates > > they may admit that using cygwin is not easy. It would sure > > help if someone would come to our rescue and prove to us that > > it can be done. > > > > Building OpenOCD from a repository requires a recent version > > of the GNU autotools (autoconf >= 2.59 and automake >= 1.9). > > For building on Windows, you have to use Cygwin. Make sure > > that your @env{PATH} environment variable contains no other > > locations with Unix utils (like > > UnxUtils) - these can't handle the Cygwin paths, resulting in > > obscure dependency errors. This was an observation gathered > > from the logs of one user; please correct us if this is wrong. > > Ref bottom of page here: > > http://svn.berlios.de/svnroot/repos/openocd/trunk/README > > > > UnxUtils are native win32 versions of certain unix tools. > If you have both on your system they can cause trouble mixing tools. > > Cheers > Spen >
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
