I HAD a working cygwin config, however, after make distclean, svn up, ./bootstrap and ./configure <ftd2xx stuff>, the build fails with:
libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../src/helper -I../../src/target -g -O2 -I/cygdrive/c/projects/Luminary_FTDI_Driver-2_02_04 -Wall -Wstrict-prototypes -Wformat-security -Wextra -Wno-unused-parameter -Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT ft2232.lo -MD -MP -MF .deps/ft2232.Tpo -c ft2232.c -o ft2232.o ft2232.c: In function `ft2232_init_ftd2xx': ft2232.c:1888: warning: int format, uint32_t arg (arg 6) The compile line might be a bit messed up due to copying from the cygwin window, but it's not really relevant to the problem. Should be an easy fix... Orin. On Wed, Jul 1, 2009 at 7:28 PM, Zach Welch <[email protected]> wrote: > On Wed, 2009-07-01 at 19:07 -0700, Joseph Kuss wrote: > > 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 ...." > > ======== > > The problems appear to start here. If you run aclocal by hand, I assume > it gives you the same output, so try 'aclocal --verbose' and see if you > can determine which file it fails to create. Actual CygWin experts may > recognize this as a symptom of some unrelated problem, but I can't > remember anything like that offhand. > > By the looks of it, you have a simple permissions problem with your > temporary directory, but I have no idea how that that needs to be > configured under CygWin. In any case, I hope the output of the > --verbose command should prove more enlightening. > > Cheers, > > Zach > > _______________________________________________ > Openocd-development mailing list > [email protected] > https://lists.berlios.de/mailman/listinfo/openocd-development >
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
