Windows

To use I/O-View and the LogicAnalyser on Windows, you first have to download and install MSYS2 and Codeblocks.

After the installation of MSYS you have to install different packages. These are:

— pacman -S mingw-w64-i686-gcc mingw-w64-i686-libftdi

— pacman -S automake autoconf gettext xz bison flex gettext-devel libtool pkg-config libreadline-devel

— pacman -S mingw-w64-i686-wxWidgets

— pacman -S mingw-w64-i686-apr

— pacman -S mingw-w64-i686-readline

— pacman -S apr-devel make dos2unix

 

Now, you have to checkout the urjtag sources, apply the patch and start “MinGW-w64 Win32 Shell”.

In “MinGW-w64 Win32 Shell” you have to go to the folder urjtag over cd /c/data/urjtag/urjtag and install:

— dos2unix configure.ac

— ./autogen.sh

— ./configure –with-libftdi –disable-python –enable-relocatable –disable-nls –prefix=/c/data/urjtag-bin

— make

— make install

 

Finally you have to save the DLLs in the folder trunk/sw/JtagHost/bin/Debug where the .exe file is.

The DLLs are saved in the folder bin under C:\msys64\mingw32\bin

DLLs

libftdi1.dll

libusb-1.0.dll

libwinpthread-1.dll

libapr-1-0.dll

libreadline6.dll
libtermcap-0.dll
libgcc_s_dw2-1.dll

If you use the Ft2232 Adapter you also have to install the libusbK driver, with this tool: http://zadig.akeo.ie/

Now the LogicAnalyser and I/O-View work on Windows!