安装教程:ubuntu18.04安装cadence virtuoso - propagator的个人空间 - OSCHINA - 中文开源技术交流社区
虽然有教程,但因为不太懂Linux,所以还是边踩坑边前进,这里记录一下遇到的问题,以及网上搜到并且感觉有用的方法。
最好分配60GB的空间,防止后期安装空间不够。
2. Ubuntu换源
因为系统默认用的是美国的服务器下载,速度会比较慢,可以在Software&Update里把地址改成清华的镜像:
3. 安装软件包 libncursesw5-dev 时报错
解决方案参考:安装libncurses5-dev时出现的错误_新手上路狂踩坑的博客-CSDN博客_libncurses5-dev
4. 虚拟机设置共享文件夹时,重新安装VMware Tools为灰色
如果是在windows下载和解压的文件,需要把它们拷进虚拟机 。
安装参考:Cadence IC617设计环境安装全过程(一) - 知乎 (zhihu.com)
但是,不要断网!,网络适配器的“启动时连接”还是要勾选!
5. VMware Tools安装失败
原因:不能一路回车
方案:遇到类似如下界面是需要手动输入y
The file /usr/bin/vmware-hgfsclient that this program was about to install
already exists. Overwrite? [no] y
INPUT: [y]
The file /sbin/mount.vmhgfs that this program was about to install already
exists. Overwrite? [no] y
INPUT: [y]
The file /usr/bin/vmhgfs-fuse that this program was about to install already
exists. Overwrite? [no] y
INPUT: [y]
6. 运行virtuoso报错
virtuoso: ERROR: The command /home/cadence/installs/IC617/share/oa/bin/sysname returned an error status:
unknown
virtuoso: INFO: Note that OpenAccess (OA) requires running the Configure phase.
virtuoso: See the "OpenAccess Installation and Configuration Guide" before
virtuoso: you complete the configuration step. This manual is included with
virtuoso: the Cadence product documentation.
查看自己Ubuntu版本内核的方法:
uname -r