|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
我是按照docs里的说明文档安装的,执行perl ./pdkinstall.pl后,选择版本,然后选择安装路径,确定后出错了
安装信息如下,高手看下是怎么回事儿(出错信息说tsmc18rf_lib.tar.Z不是一个tar文档,不可能吧,确实是可以解压缩的)
XX@XXX:~/tsmc18rf_pdk_v13d$ sudo perl ./pdkInstall.pl
- TSMC Process Ddesign Kit (PDK) Install Utility V1.0a -
This perl script is used to install TSMC PDKs from the directory that
contains the original distribution source files (a super-set of PDKs) to a
specified destination directory according to the user specified options.
*Avaliable choices are:
1 - TSMC 0.18um 1.8v/3.3v 1P6M MM/RF PDK
2 - TSMC 0.18um 1.8v/3.3v 1P5M MM/RF PDK
3 - TSMC 0.18um 1.8v/3.3v 1P4M MM/RF PDK
Please enter your choice: (1,2...)
1
Please enter your Installation Directory:
/home/XX/proj
Please confirm with your selection :
*********************************************************
*** Select package : TSMC 0.18um 1.8v/3.3v 1P6M MM/RF PDK
*** Install to directory : /home/liu/proj
*********************************************************
Are these correct (y|n) ?
y
====== Unpacking tar files ======
>>> Unpacking tsmc18rf_lib.tar.Z ......Use of uninitialized value $instFromDir in concatenation (.) or string at ./pdkInstall.pl line 132, <STDIN> line 3.
gzip: /tsmc18rf_lib.tar.Z: No such file or directory
tar: 它似乎不像是一个 tar 归档文件
tar: 由于前次错误,将以上次的错误状态退出
Untar package fail - tsmc18rf_lib.tar.Z !!! |
|