This didn't work either. It must be a problem with my cygwin installation.
A reinstallation of cygwin didn't help. As another note, the bootstrap
script is also not working properly. It stems from the aclocal command
about a problem loading perl DLLs. The problem might be that I'm on Windows
7,
I compiled the latest development tree on a fresh install of cygwin 1.7 +
the FTDI driver on XP 32 bit, and I haven't seen I haven't seen the issue
about the ftd2xx.h file:
I used the following for configure:
$ ./configure --enable-maintainer-mode --disable-werror --disable-shared
--enable-ft2232_f
As an addition to this, I can see the compile command output from libtool.
Copying and pasting this command into the terminal works. I'm not entirely
sure why this is failing in my case. It did work just earlier yesterday.
// Dean Glazeski
On Sun, Oct 18, 2009 at 1:08 PM, Dean Glazeski wrote:
Hi,
I pulled down a fresh version of the repository and did a rebuild. I'm
seeing the same problem. I'm building from inside of cygwin to run without
cygwin, so it may be using mingw. I'm on a 32-bit system. I'm using the
following configure command:
$ ./configure --enable-maintainer-mode --d
Hi Dean,
Considering that some of my patches for Windows were in the latest update,
I'm willing to take a look.
Are you building for MinGW or cygwin? And is your system 32 bit or 64 bit?
Your configure parameters could probably help too...
___
Openocd-de
Hi list,
After an update at some time yesterday, I can no longer build the ft2232
driver due to a missing include for ftd2xx.h. I am trying to build against
FTD2XX libraries and the build process worked earlier yesterday. I don't
understand the auto-magic that happens so I'm not able to trace wh