Hello.I have Ubuntu 18.04 LTS on VirtualBox. And I need to install SIMtrace 2 host PC software.

I use this instruction https://osmocom.org/progects/simtrace2/wiki

Preconditions libosmocore, libpcsclite and libusb.

to install those packages: sudo apt-get install libusb-1.0-0-dev libosmocore-dev libpcsclite-dev

Compiling it:
git clone git://git.osmocom.org/simtrace2.git
cd simtrace2/host/
make

...and when I do make I get such mistake:

cc -Wall -g pkg-config --cflags libusb-1.0 libosmocore -o simtrace2-remsim.o -c simtrace2-remsim.c
simtrace2-remsim.c:51:10: fatal error: osmocom/sim/class_tables.h: No such file or directory
#include ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ compilation terminated.
Makefile:21: recipe for target 'simtrace2-remsim.o' failed make: *** [simtrace2-remsim.o] Error 1

Can you explaine me what went wrong?


--
Best regards,
Serjio.
Kyiv, Ukraine