EETOP 创芯网论坛 (原名:电子顶级开发网)

标题: CentOS 6.2 安装IC615,MMSIM101,Calibre2011.4教程 [打印本页]

作者: mengyj0706    时间: 2012-3-4 16:26
标题: CentOS 6.2 安装IC615,MMSIM101,Calibre2011.4教程
昨天在坛子上狂发帖子赚钱,总算把Calibre2011.4(64Bit)下载下来了,然后把IC615,MMSIM101,Calibre2011.4全部安装在centos6.2 64bit下面。貌似安装都没啥问题。
现在好像安装到centos6下面的朋友不是特别多,其实只要安装相应的库文件,至少安装这些软件是完全没有问题的,为了回馈论坛,就把过程 写下来吧:

1,安装下载centos6.2 64bit dvd,两张6G多吧。
我一般安装都不会把所有的包都装上,只要注意把和X-windows相关的包选上,把development库选上基本没啥问题;其中和x相关的有一个legacy x window support,这个最好都选上,记得把里面的font库也装好,不然启动ic615的时候会有warning说字体没有找到;

2. 安装最新的InstallScape4,这个没啥问题。
注意IScape启动的时候会报告java的错误,这个是因为默认64bit CentOS没有装上32bit的库文件,一般只要安装下面两个就可以:
yum install libXtst.so.6
yum install libXest.so.6
装好就能运行InstallScape了。

3. 安装ic1615,这个没啥好说的,坛子里都有相应文件。

4. 安装Calibre2011.4,链接:http://bbs.eetop.cn/viewthread.php?tid=319859&highlight=calibre ,有人说这个安装不到64bit系统上面,我的一点问题没有;
相关的PJ以及license生成参见:http://bbs.eetop.cn/viewthread.php?tid=311773&highlight=calibre ,ic_qiand兄写的很详细,我用他的方法测试过了,生成的license可以用到这个最新的calibre上。启动界面也出来了,点了几下菜单,也没有报license错误,估计应该没问题。

5. 虽然615和mmsim都装好了,也按照cxl666版主的帖子http://bbs.eetop.cn/thread-317711-1-1.html操作了,可是我的还是有问题,总是报告feature111错误,启动不了,估计是hotfix太新的缘故,打了patch也没用。如果朋友有解决办法,也请post到论坛上。

6. 貌似启动的时候还会报告说没有找到库文件的问题,其实解决办法很简单,缺啥你就直接:
yum install  “库文件”
就可以解决了,注意32bit的库文件都是以i686结尾的,64bit库文件一般都是x86_64结尾的。一般缺失的库文件都是32bit的。直接用yum安装就好了。

最后感谢论坛里大侠们写的教程和软件,比如cxl666版主,还有ic_qiand大侠,还有其他很多人。
如果大家有办法解决615的license问题,也请发到坛子里,给大家点帮助,众人拾柴火焰高。
作者: snk88    时间: 2012-3-8 14:21
本帖最后由 snk88 于 2012-3-8 14:39 编辑

回复 1# mengyj0706


   

hotfix太新的缘故

必须有办法啊,不过有点不完美,有一个warning。
fix到哪版本了?
作者: lextoo    时间: 2012-3-8 21:03
要分享这种主题,按照各种工具不是容易的事情。
作者: mengyj0706    时间: 2012-3-9 07:55
回复 3# snk88

Fix 到509吧,我也有个warning,不过我看输出是here-document的事情,貌似问题不大。
作者: ghifi37    时间: 2012-3-10 10:24
呵呵,谢谢楼主分享!CentOS6新了点,作为EDA从5升到6有什么明显好处吗?
作者: appleleaf    时间: 2012-3-19 02:24
要分享这种主题
作者: dpig101    时间: 2012-3-31 20:55
你好,我按照 http://bbs.eetop.cn/viewthread.php?tid=315446&highlight=mmsim 这个帖子,只是下载并且解压了Update_MMSIM10.11.017_lnx86, 系统也是 centOS 6.2 64bit的,
但执行的时候总有问题:
# which spectre
/MMSIM10/tools/bin/spectre
# spectre
spectre: Command not found.
这个该怎么解决呢?
先谢啦!
作者: edayz    时间: 2012-4-22 01:32
谢谢楼主分享
作者: sxdxy    时间: 2012-4-23 23:32
把cxl666的license.dat中的USE_SEVER和第一行注释掉就行。不用lm挂载。我在ScientificLinux62下安装了615,但是无法configure,不知道是何缘故
作者: wxliym    时间: 2012-4-24 15:22
多谢楼主,学习了~~~~
作者: zengqinghe    时间: 2012-5-8 22:02
verygood
作者: zikelee    时间: 2012-5-11 22:26
这个是要顶的。
作者: camelotking    时间: 2012-5-27 02:34
回复 1# mengyj0706

I don't think the hotfix is a problem because I can use it without any problem.
You must make sure 2 things
(1) License. The following license is working fine with me. Be sure that there is no other cadence license before this one. I had a cadence license for ic51 before this one and ic61 license got impacted. I got error message like you have.
http://bbs.eetop.cn/viewthread.php?tid=321723&highlight=ic615

(2) The current patch is only working for 32bit. You must set CDS_AUTO_64BIT=NONE. I don't know why, after I installed ic615, this parameter is automatically set to "ALL" if you don't set it to "NONE". Use "setenv" to check this parameter.

You should be able to make it work.
作者: bigb24    时间: 2012-5-27 10:40
回复 14# camelotking

hi, i also use the same license, but it doesn't work for me. Should I use this license only or after running "./patch"? Thanks.
作者: camelotking    时间: 2012-5-30 01:29
回复 15# bigb24

You must use patch.
作者: chris_ch    时间: 2012-6-5 23:41
感謝分享
作者: grayther    时间: 2012-6-7 10:18
DDDDDDDDDD
作者: grayther    时间: 2012-6-7 10:19
DDDDDDDDDDDDDDDDDDDDDDDDDDD
作者: zswlb99    时间: 2012-6-19 14:48
回复 8# dpig101


    /MMSIM10/tools/bin/spectre
作者: linlin2012    时间: 2012-8-16 00:12
发一个贴还挺赚钱的吗!哈哈哈!
作者: mar099    时间: 2012-11-11 00:34
有用的資訊!
作者: riverain01    时间: 2012-11-19 00:02
学习!谢谢分享!!
作者: caoluniu    时间: 2012-11-19 10:28
谢谢楼主分享
作者: hsieh531    时间: 2013-1-3 22:40
學習是為了走更長遠的路.
謝謝您.
作者: whateat    时间: 2013-1-12 01:48
很有用,感谢分享
作者: sunjimmy    时间: 2013-1-12 10:05
請問 hspice or hsim 也可以在 CentOS 6.2 下使用嗎?
謝謝
作者: a104842708    时间: 2013-2-26 17:39
回复 1# mengyj0706
我以前用centos5.6时装calibre2012,2011都可以,现在用centos6.2,calibre破解不了。我看了下centos5下的eth0到centos6下变成了p1p1,不知道这个对破解有没有影响?
作者: wxliym    时间: 2013-2-26 21:29
多谢楼主分享,这是好帖~~~~
作者: ee511    时间: 2013-2-26 22:02
谢谢楼主分享,使用centos 6 和 5 有哪些明顯優點嗎?
作者: bj_donnyh    时间: 2013-3-19 10:41
好贴,楼主介绍得很详细
作者: JusangLee    时间: 2013-4-26 13:45
回复 2# gg031


    is it really true?
作者: 核桃树    时间: 2013-4-28 11:10
有ubuntu装calibre的教程没
作者: lwt231    时间: 2013-4-30 20:30
谢谢楼主,很有帮助!
作者: wwwwwwwsy    时间: 2013-5-2 17:19
谢谢分享
作者: yangfm    时间: 2013-5-13 22:47
麻烦问您一下哪里可以下载到软件?
作者: sanyet    时间: 2013-5-18 16:52
先收下,
作者: kalyan14310    时间: 2013-5-18 17:53
thanx dude
作者: lowlife    时间: 2013-5-19 11:23


   
回复  mengyj0706

I don't think the hotfix is a problem because I can use it without any problem. ...
camelotking 发表于 2012-5-27 02:34




   Thanks man. I make it works under 32bit
作者: lowlife    时间: 2013-5-19 11:23


   
回复  mengyj0706

I don't think the hotfix is a problem because I can use it without any problem. ...
camelotking 发表于 2012-5-27 02:34




   Thanks man. I make it works under 32bit
作者: rayhan    时间: 2013-8-15 17:27
楼主好人,学习一下
作者: dddzr    时间: 2013-8-16 11:53
一般都安装在Red Hat Linux 4下
作者: xxmule    时间: 2013-8-30 14:54


   
昨天在坛子上狂发帖子赚钱,总算把Calibre2011.4(64Bit)下载下来了,然后把IC615,MMSIM101,Calibre2011 ...
mengyj0706 发表于 2012-3-4 16:26




    顶一个,
作者: xxmule    时间: 2013-8-30 14:58


   
你好,我按照  这个帖子,只是下载并且解压了Update_MMSIM10.11.017_lnx86, 系统也是 centOS 6.2 64bit的, ...
dpig101 发表于 2012-3-31 20:55




    试一下用全路径
作者: qfliuyang    时间: 2013-9-12 17:09
yum install libXtst.so.6
yum install libXest.so.6

多谢楼主提点,就因为没装这两个搞得很郁闷
作者: xmffsf    时间: 2013-11-12 13:29
回复 1# mengyj0706


    求大神帮忙看看http://pan.baidu.com/share/link?shareid=240927&uk=1815356255是64位的版本么?我在我的6.4 64bit中装了ic610,之后发现好像是32位的,启动不了,我就删了,然后在论坛找64bit的,但是只看到一个版主发的202个包的32/64bit的版本的,我该怎么区分是不是64位或者32bit的版本啊?或者你的64bit的版本在哪儿下的,可以分享下链接吗?非常感谢啊!!
作者: fm999    时间: 2013-11-14 11:03
謝謝無私分享,下載學習,謝謝。
作者: roengo    时间: 2013-12-13 00:40
感謝大大的分享.
作者: ratherbe    时间: 2014-3-16 15:56
非常感谢~!~!
作者: lihongpengtd    时间: 2014-5-1 05:06
学习了~
作者: jcchan    时间: 2014-5-2 09:18
頂一下!感謝大大無私分享
作者: 673429464    时间: 2014-6-29 18:42
回复 1# mengyj0706
作者: arshad    时间: 2014-7-1 09:09
goooooooooooood
作者: kob    时间: 2014-7-17 09:47
爱的是飞洒地方水电费
作者: kob    时间: 2014-7-17 11:36
好!!!!!!!!!!
作者: sunboyang1229    时间: 2014-11-9 14:05
楼主,IC615安装的帖子给个链接呗,我找了好久啊,找不到啊
作者: leq263    时间: 2015-9-17 16:05
本帖最后由 leq263 于 2015-9-17 16:07 编辑


作者: gxlong    时间: 2016-9-16 07:06
回复 1# mengyj0706

  2. 安装最新的InstallScape4,这个没啥问题。
注意IScape启动的时候会报告java的错误,这个是因为默认64bit CentOS没有装上32bit的库文件,一般只要安装下面两个就可以:
yum install libXtst.so.6
yum install libXest.so.6
装好就能运行InstallScape了。

我安装的centos6.4,选择的是develop模式,结果系统选择安装了libXext和libXtst的x86_64版本,并且有一堆的依赖文件,这几个文件根本切不了i686了,请问你在选择安装模式时选择的是哪个版本,比如minimal、basic server,还是develop的?谢谢
作者: wenbow512512    时间: 2018-4-22 22:44
顶一下~~~
作者: quhuaibo    时间: 2018-5-14 18:42
good material




欢迎光临 EETOP 创芯网论坛 (原名:电子顶级开发网) (https://bbs.eetop.cn/) Powered by Discuz! X3.5