Knowledge Base Article

Error-[SHARED-LIBRARY-ACCESS] Shared library access error Unable to open shared library due to the below reason /p/psg/eda/aldec/riviera/2023.10/linux64/suse/bin/Linux64/libsvdpi_exp.so:

Description

You may see the error messages while compiling  Quartus® Prime Pro Edition Softwere version 24.1 design by the VCS simulator.

This is a C model issue in libdb_gdr_fec.so file and workaround is to remove the compilation of libdb_gdr_fec.so file from compile command in sim setup script.

Resolution

You can change the following line from within vcsmx_setup.sh:
From:

SIM_OPTIONS="$SIM_OPTIONS -sv_lib $QUARTUS_INSTALL_DIR/eda/sim_lib/libdb_gdr_fec"

To:

SIM_OPTIONS="$SIM_OPTIONS" 

Additional Information

This will be fixed in future release version of Quartus® Prime Pro software.

Updated 1 month ago
Version 2.0
No CommentsBe the first to comment