Close

Compiling UrJtag on Ubuntu 16.04

tom-verbeureTom Verbeure wrote 04/18/2018 at 00:41 • 1 min read • Like

I ran this after compiling OpenOCD, so these list of packages is probably incomplete.

sudo apt-get install gettext libcppunit-dev autopoint flex
# Install libftd2xx. See http://www.ftdichip.com/Drivers/D2XX.htm
cd urjtag/urjtag
./autogen.sh
./configure --prefix=/opt/urjtag --enable-stapl
make
make install

Like

Discussions