Cadence 手动安装常见问题

发布时间 2023-12-08 15:02:09作者: Leeds_Garden

安装软件:Cadence IC617
安装环境:CentOS7

问题一

安装成功,但是配置失败

configure status failed

解决:

sudo yum install xterm -y

问题二

使用破解补丁时报错

./sfk: /lib/ld-linux.so.2: bad ELF interpreter: 没有那个文件或目录

解决:

sudo yum install glibc.i686

问题三

使用破解补丁时报错

/sfk: error while loading shared libraries: libstdc++.so.6: cannot open shared object file: No such file or directory

解决:

sudo yum install libstdc++.i686

问题四

bash: ./virtuoso: /bin/ksh: 坏的解释器: 没有那个文件或目录

解决:

sudo yum install ksh -y

问题五

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

解决:

sudo yum install libGLU

问题六

*WARNING* could not load font "-*-courier-medium-r-*-*-12-*", using font "fixed" *WARNING* (GE-2181): The font (name,size): (courier,12) does not exist. Please verify its validity with 'xlsfonts' or with 'xfontsel'.

解决:

sudo yum install xorg-x11-fonts-75dpi xorg-x11-fonts-100dpi

问题七

sh: lsb_release: command not found

解决:

sudo yum install lsb-core

参考资料: