sandeep Posted January 3, 2011 Report Share Posted January 3, 2011 Hi, I downloaded the snapshot from "Sourceforge/UVM" and untar the file in my Linux(x86_64) machine. Then, I run the makefile in distrib directory using 'make' command. It gives an error that make: *** No rule to make target `src/C/uvm_hdl.c', needed by `bin/../lib/Linux_x86_64/libuvm_questa.so'. Stop. And if I look at the 'src' directory, there is no 'C' directory in src. Can anyone help me on this :confused:? Thanks Sandeep Quote Link to comment Share on other sites More sharing options...
uwes Posted January 10, 2011 Report Share Posted January 10, 2011 hi, seems this Makefile is broken. the correct compile should be similarthe following command: gcc -shared -fPIC -DQUESTA -I $MTI_HOME/include -m32 src/dpi/uvm_dpi.cc -I $UVM_HOME/src/dpi -o libuvm_questa.so /uwe Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.