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, but running cygwin in XP compatibility mode doesn't help either.  I'll
write this off as my problem and try to get it running on another system.
Thanks for the help.

// Dean Glazeski


On Sun, Oct 18, 2009 at 1:58 PM, Redirect "Slash" NIL <
redirect.slash....@gmail.com> wrote:

> 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_ftd2xx --with-ftd2xx-win32-zipdir=../ftd2xx/ CC="gcc-3
> -mno-cygwin"
>
> FYI, I had to use gcc-3 as using the default gcc (gcc v4) in cygwin
> produced the error:
> "gcc: The -mno-cygwin flag has been removed; use a mingw-targeted
> cross-compiler."
> This is likely to become an issue when gcc v4 becomes default in cygwin.
>
> Until other people can report if they've seen the issue, my advice would be
> to add a -I option to CC= to specify the include directory for ftd2xx.h is
> located.
> Can you test with the following and see if it works better:
> $ ./configure --enable-maintainer-mode --disable-werror --disable-shared
> --enable-ft2232_ftd2xx --with-ftd2xx-win32-zipdir=../ftd2xx/ CC="gcc
> -mno-cygwin -I../ftd2xx"
>
>
>
> _______________________________________________
> Openocd-development mailing list
> Openocd-development@lists.berlios.de
> https://lists.berlios.de/mailman/listinfo/openocd-development
>
>
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to