To use I/O-View and the LogicAnalyser on Linux you have to install Codeblocks on Linux and checkout the IPDBG-Project.
After that you have to install different packages. These were:
— sudo dnf install gcc-c++
— sudo dnf install libftdi-devel
— sudo dnf install libusb-devel
— sudo dnf install automake
— sudo dnf install autoconf
— sudo dnf install gettext
— sudo dnf install gettext-devel
— sudo dnf install libtool
— sudo dnf install flex bison
Now you should checkout the JTAG source (svn co http://svn.code.sf.net/p/urjtag/svn/trunk/ )
Finally you can make the last installations.
— ./autogen.sh00
— ./configure –disable-python –disable-svf –disable-bsdl –prefix=/usr in the Folder urjtag (cd urjtag/urjtag)
— make
— sudo make install
Now the LogicAnalyser and I/O-View work on Linux !