|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
安装说明如下:3. Installation procedures
Just type the following command in the UNIX prompt and follow the instructions.
The directory where KF_DK_Installer.sh will be executed must contain only PDK set, Library set, Document set files
downloaded from http://ismart.magnachip.com. (If not, other files will not be installed with error messages.)
1) First, Before excuting 'KF_DK_Installer.sh' script, you must assign excute permission to the
'KF_DK_Installer.sh' script using 'chmod' command as below.
# chmod +x KF_DK_Installer.sh
2) Next, you can excute KF_DK_Installer.sh script with below option.
# ./KF_DK_Installer.sh -d PDK_directory [-l Library_directory]
note : 1. 'KF_DK_Installer.sh' will install KF PDK set files on current directory
into the directory that you specified using only '-d' option
2. it will install KF Library files into the directory specified with '-l' option
(if not specified, the library files will be installed into PDK_directory."library" directory)
运行安装包后报错如下:
xxxx:~/project/PDK/PRO$ ./KF_DK_Installer.sh
For Help: KF_DK_Installer.sh -h (or) KF_DK_Installer.sh -help
Running with Using /bin/tar
- usage: ./KF_DK_Installer.sh
-d PDK_directory
[-l library_directory]
[-m mpdk_file] [-m mpdk_file]
ex) ./KF_DK_Installer.sh -d KF_DIR [-l library_directory] [-m PDK.mpdk]
- environment requirment:
gzip - to be found in path
unzip - to be found in path
dos2unix - to be found in path
tar - to be found in path
for additional information, see the README file.
是在运行install.sh的时候哪个命令不对吗?
|
|