这个问题是没有执行的权限,可以使用命令改变
修改权限命令:
chmod +x xampp.run #给xampp.run执行权限
chmod +w xampp.run #给xampp.run写权限
chmod +r xampp.run #给xampp.run读权限
[lian@eda iPDK_CRN22ULL_shrink_T-N22-CR-SP-004-W1_v1.3_1p1a_20211230]$ chmod +x pdkInstall.pl
[lian@eda iPDK_CRN22ULL_shrink_T-N22-CR-SP-004-W1_v1.3_1p1a_20211230]$ ./pdkInstall.pl
- TSMC Process Design Kit (PDK) Install Utility -
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.
文章描述了在Linux环境中,如何使用chmod命令为xampp.run和pdkInstall.pl这两个文件添加执行、写入和读取权限。接着演示了运行pdkInstall.pl脚本的过程,该脚本用于安装TSMC的ProcessDesignKit(PDK)。
450





