Ingredients:
urJTAG source from SVN or Git.
Cygwin: install the packagelist from here: https://dl.dropboxusercontent.com/u/4295670/packagelist with the technology described here:
http://blag.nullteilerfrei.de/2014/01/3 ... -packages/
The python binding is broken so run the ./autogen.sh with --disable-python option.
Add
befor, and
fter the #include <windows.h> into the sysdep.h
Run
make -j 8 CFLAGS='-Wno-char-subscripts -Wno-unused-value'
urJTAG source from SVN or Git.
Cygwin: install the packagelist from here: https://dl.dropboxusercontent.com/u/4295670/packagelist with the technology described here:
http://blag.nullteilerfrei.de/2014/01/3 ... -packages/
The python binding is broken so run the ./autogen.sh with --disable-python option.
Add
#define WINAPI_FAMILY 2
#define NOUSER
befor, and
#ifdef IN
#undef IN
#endif
#ifdef OUT
#undef OUT
#endif
fter the #include <windows.h> into the sysdep.h
Run
make -j 8 CFLAGS='-Wno-char-subscripts -Wno-unused-value'