|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
http://bbs.eetop.cn/thread-428165-1-1.html
给出了nlint 2011的破解方法。
http://bbs.eetop.cn/viewthread.php?tid=432666&
说上面的方法同样适用于nlint 2013(后面测试确实可以启动,但是fake,这里也提到了:
http://bbs.eetop.cn/viewthread.php?tid=440955&pid=9090966&page=4&extra=page%3D1#pid9090966
)
下面详细说说我实际操作的步骤和结果:
0.将nLint_2011.10.tgz解压到你的文件夹。
1.按照nlint_v2011.10crack\verdi201307_nlint201110.licgen中的readme.txt步骤生成license。
2.nlint_v2011.10crack\tools-64bit中的文件复制到license文件夹下。
3.将如下脚本添加到.bashrc(根据你自己的情况做相应改动)
# add follow script to user's .bashrc file.
#***** nLint Tools *****
export PATH=/root/tools/nlint_v2011/2011.10/binPATH
export SNS_HOME=/root/tools/nlint_v2011/2011.10
export LM_LICENSE_FILE=$SNS_HOME/license/nlint2011.dat
alias lm="/root/tools/nlint_v2011/2011.10/license/lmgrd -c /root/tools/nlint_v2011/2011.10/license/nlint2011.dat"
添加完之后source .bashrc
lm #启动license服务
nLint -gui & #启动nlint 界面,并且后台运行。
4.其他情况说明:
4.1关闭license服务命令 lmdown #实际上调用的2011.10/bin/lmdown
再次启动若出现端口占用情况:
(lmgrd) Failed to open the TCP port number in the license.
注销登录即可。
4.2使用lm启动license时,如果遇到这个错误:
can't get hostid of type 2
将如下文件中的mac地址交换下顺序(确认是不是你设置的mac地址),再重启电脑。
/etc/udev/rules.d/70-persistent-net.rules and set the NAME field for the device with the correct MAC address in your license to "eth0". If another device is already eth0, exchange the two names./license file
5.尝试破解以下版本,没有成功:
nlint201309能够启动,但是载入工程后会提示如下错误,最终还是不能使用。
Failed to check out features hdlin_verilog/hdlin/hdlin_mixed, or the number of licensed users was already reached. Make sure that your LM_LICENSE_FILE is pointing to the right file(s).
nlint201509里面没有lmgrd 管理license的文件,将现有的lmgrd文件拿去用,不行。 |
|