I am trying to compile UVM-1.2 pkg, which requires DPI library compilation also.
but it is showing some fatal error regarding to vpi_user.h
make -f Makefile.questa BITS=32 dpi_lib
make[1]: Entering directory `/home/acaic/Downloads/UART_BHAUTIK/uvm-1.2/examples/simple/basic_examples/pkg’
mkdir -p …/…/…/…/lib gcc -m32 -fPIC -DQUESTA -g -W -shared -x c -I/include …/…/…/…/src/dpi/uvm_dpi.cc -o …/…/…/…/lib/uvm_dpi.so
In file included from …/…/…/…/src/dpi/uvm_dpi.cc:34:0:
…/…/…/…/src/dpi/uvm_dpi.h:31:22: fatal error: vpi_user.h: No such file or directory include “vpi_user.h”
i am using questasim10.0b on linux-32bit platform.