Xenics Gobi - acfr/snark GitHub Wiki

Using Xenics Gobi with Snark on 64-bit Ubuntu

Step-by-step procedures for configuring the Xeneth SDK (by Xenics) for use with Snark:

Download the SDK from http://www.xenics.com/files/support/Linux_SDK_25.zip

Unpack, cd to Xeneth2.5-Linux-x86_64-2.5.0-409-(2014-06-26), and install the SDK by running

sudo dpkg -i xeneth_2.5.0-409_amd64.deb

When using ccmake to configure Snark:

  • Turn Gobi on
  • Press c to configure. You'll get an error about locating xeneth libraries
  • set XenicsGobi640GigE_INCLUDE_DIR to /usr/share/xeneth/Include
  • set XenicsGobi640GigE_LINK_DIRECTORY to /usr/lib64
  • Configure again (c) and write out (g)
  • cmake . && make -j 8 && sudo make install