🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

Running DSim from command line

User: "red_elephant"
Altair Community Member

I'm using Ubuntu 24.04 on WSL and I have installed DSim there. I'm trying to run an UVM AXI VIP I found on GitHub. There is a makefile there and this makefile runs DSim from the command line. When I do “make” I get this error:

dsim: error while loading shared libraries: libdummy_exports.so: cannot open shared object file: No such file or directory

Can someone explain to me what should i do?

Thank you so much!

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "pdhakal"
    Altair Employee
    Accepted Answer

    The fact that the license file is a JSON file suggests that you are using the legacy Metrics license. To use the legacy license, you need to export DSIM_LICENSE:

    export DSIM_LICENSE=/home/user/AltairDSim/2025/dsim-license.json

    The presense of this environment variable lets dsim know that you wish to use the legacy licensing model.