|
发表于 2022-5-3 03:23:43
|
显示全部楼层
From Cadence:
This sort of message comes when the tool tries to mix the binary of one IUS version (ncvlog) and library file (libvisadev.so) from another version.
For example, if you have the following PATH set and you invoke Cadence tools in 64 bit mode, you will get the error message:
;=======================================================================================
UNIX> set path = ( <IC617_install_hier>/tools/dfII/bin <IC617_install_hier>/tools/bin <EDI15_install_hier>/tools/bin <EDI15_install_hier>/tools/inca/bin <IC617_install_hier>/tools/plot/bin /usr/bin /usr/local/bin /bin . /home/username/bin /usr/X11R6/bin /usr/local/pvt )
UNIX> setenv CDS_AUTO_64BIT ALL
;=======================================================================================
So, ideally it is not recommended to put <>/tools/inca/bin in the path. You must put the standard directory locations in the path viz. <>/tools/bin in such cases. Also, ensure that you do not have anything from IUS hierarchy in the LD_LIBRARY_PATH variable.
Please check your PATH/path env variable and make the changes as recommended above. |
|