| |
一、PDK更新后替换步骤
hereafter the outcome of the call:
- you don't need to manually unpack the delivered products(不需要手动解 压缩包)
- my suggestion is to try a new installation from scratch (with new directories...)(可以从头开始新的安装路径)
- please download again all the MFT files (I just FWI the delivery to make available in next days the products download)
- switch your unix terminal from bash to tcsh:
> tcsh
> echo $SHELL
> /bin/tcsh
只有csh或是tcsh支持产品安装
- you must create private rpm db during very first installation as following ex. :
> rpm --initdb --dbpath <installDir>/rpmdb
可以在任意路径下生成(建议放在与rpm文件一样的路径下)
- launch product installation as following ex :
> rpm(rpm命令是RPM软件包的管理工具,redhat package manager) --nodeps(忽略依赖关系) -ivh(显示详细安装进度) --replacepkgs --replacefiles --oldpackage --prefix <installDir>(提前设置安装后生成的文件存放路径)--dbpath <installDir>/rpmdb unicad-install-kit-PDK_STM.noarch.rpm(Fab提供rpm文件)
在rpm文件所在路径下敲入命令串
Preparing... ################################# [100%]
Updating / installing...
1:unicad-install-kit-STM################################# [100%]
Please provide complete path to directory of tar packages
PDK/ST/......(压缩包存放路径)
- verify that ex. under "SETUP/SETUP_PDK_STM" all following files has been created
.cdsinit* .cdsinit.user* cds.lib* .csf/ csh_init* Instructions_for_Package_Setup.pdf* .simrc* .simrc.user* soft_init*
.ucdprod
- source .cshrc(里面有特殊设置,可以不要这一步)
- 项目路径下启动virtuoso的地方
> source <installDir>/csh_init (安装后生成文件的存放路径)
二、碰到问题
- source csh_init文件后问题如图
- 根据提示将Virtuoso_Ptotonics_Option 禁用掉
> setenv DISABLE_VPO
> PDK重新安装一遍
- 成功安装PDK,可以重新启动virtuoso。