Vivado simulation doesn't work

I decided to try opensuse after using ubuntu, arch and manjaro. It is all good until I tried to use the vivado.

The details is in https://forums.xilinx.com/t5/Design-Entry/vivado-simulator-dont-work-on-OpenSuse/td-p/1001317 . I couldn’t find the any help. After that I reinstalled vivado and still can’t use simulation.
clang, gcc, gcc-c++ are all installed.

Is there anybody here using vivado and able to use simulation ?

Hi and welcome to the Forum :slight_smile:
Likely all the libraries (and probably gcc) are all too new? As indicated in the thread you linked to, they only support SLE 12 SP4, now you could download that and grab a free developer license which is good for a year of updates? Run Tumbleweed as a host system, then run SLE in a container or virtual machine (eg kvm/qemu).

Thanks for your reply.
I installed Arch and everything works perfectly. Therefore I do not think the problem is the new versions of libraries.