总结一下双系统ubuntu安装ic610和mmsim10、calibre11的经验和出现的错误
时间:03-15
整理:3721RD
点击:
前些天电脑崩了,我以前装的cadence全部丢失了,为了恢复日常工作,这几天几乎装吐了。以前装的时候注意点都忘了(上次还是两年前),这回装的时候网上基本所有问题我都遇到了。
我想要不是eetop,我绝对不可能装好这软件。 为了以后如果再装的时候不再犯错,总结如下:
1、双系统安装:easybcd法,参照http://www.360doc.com/content/11/0506/22/6110614_114908124.shtml
注意:如果无法进入linux安装界面,请把(hd0,0)用(hd0,1),(hd0,2)依次全部替代试试。
2、安装前库文件的准备工作:
1)参照: http://www.linuxidc.com/Linux/2010-06/26806.htm,
2)除了此文提到的各种库文件,还需要bsh,sudo apt-get install bsh
3)缺少:libstdc++.so.5, http://bbs.eetop.cn/thread-397915-1-1.html ,安装方法:http://wangdehe88.blog.163.com/b ... 662009104103939232/
4)缺少字体:http://bbs.eetop.cn/thread-328396-1-1.html
3、软链接的设置
1)、参照:http://www.linuxidc.com/Linux/2010-06/26806.htm
2)、仿真时math.h出问题:软链接udo ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2没有设置
3)、找不到tools文件夹,mmsim下软链接没有设置:ln -s /home/wanderer/eda/mmsim61/tools.lnx86 /home/wanderer/eda/mmsim61/tools,注意,这里面的路径要根据具体情况修改。
4、Cannot compile ahdlcmi module library:http://bbs.eetop.cn/thread-325872-1-1.html
5、出现bad window:http://zhidao.baidu.com/link?url ... TL_EScyfN-GDRXXAzSm
6、wAIting for available license of virtuoso(R):license权限不够问题,下载http://bbs.eetop.cn/thread-419403-1-1.html(只有这个license有用)
7、bashrc:
安装路径:ic610 /home/eda/ic610
mmsim10.1 (破解版) /home/eda/ic610/mmsim10.1
mentor /home/eda/mentor
license /home/eda/mentor/lic/license
这里面有一句话特别重要:export CDS_AUTO_32BIT ALL,使用32位的mmsim而不是64位,不加这句话会出错。
具体:
aliaslmli='/home/eda/ic610/tools/bin/lmgrd –c /home/eda/ic610/share/license/license.dat'
export OA_HOME=/home/eda/ic610/OA
export MMSIM_ROOT=/home/eda/ic610/mmsim10.1
export MMSIM_HOME=/home/eda/ic610/mmsim10.1
export MMSIM_INST_DIR=/home/eda/ic610/mmsim10.1
export CDS_ROOT=/home/eda/ic610
export CDSDIR=/home/eda/ic610
export CDSHOME=/home/eda/ic610
export PATH=$CDS_ROOT/tools/binCDS_ROOT/tools/dfII/binPATH
export CDS_INST_DIR=/home/eda/ic610
export CDS_LIC_FILE=5280@jyf-desktop
export CDS_Netlisting_Mode=analog
export PATH=$CDS_INST_DIR/tools/binPATH
export PATH=$CDS_INST_DIR/tools/dfII/bin:$PATH
export PATH=$CDS_INST_DIR/tools/plot/bin:$PATH
export PATH=$CDS_INST_DIR/tools/dracula/bin:$PATH
export PATH=$CDS_ROOT/tools/bin:$PATH
export PATH=$CDS_ROOT/tools/dfII/bin:$PATH
export PATH=${CDS_ROOT}/tools/dracula/bin:$PATH
export PATH=${CDS_ROOT}/tools/plot/bin:$PATH
export PATH=${CDS_ROOT}/tools/iccraft/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/dfII/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/spectre/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/ultrasim/bin:$PATH
export LM_LICENSE_FILE=/home/eda/ic610/share/license/license.dat
export CDS_AUTO_32BIT ALL
############################ MENTOR ###############################
alias lmlim1='/home/eda/mentor/x86_cal_2011.2_34.26/bin/lmgrd -c /home/eda/mentor/lic/license.dat'
alias lmlim2='/home/eda/mentor/x86_cal_2011.2_34.26/bin/lmstat -c /home/eda/mentor/lic/license.dat'
export MGC_HOME=/home/eda/mentor
export CALIBRE_HOME=$MGC_HOME/x86_cal_2011.2_34.26
export MGLS_LICENSE_FILE=$MGC_HOME/lic/license.dat:$MGLS_LICENSE_FILE
export PATH=$CALIBRE_HOME/bin:$PATH
###################################################################
我想要不是eetop,我绝对不可能装好这软件。 为了以后如果再装的时候不再犯错,总结如下:
1、双系统安装:easybcd法,参照http://www.360doc.com/content/11/0506/22/6110614_114908124.shtml
注意:如果无法进入linux安装界面,请把(hd0,0)用(hd0,1),(hd0,2)依次全部替代试试。
2、安装前库文件的准备工作:
1)参照: http://www.linuxidc.com/Linux/2010-06/26806.htm,
2)除了此文提到的各种库文件,还需要bsh,sudo apt-get install bsh
3)缺少:libstdc++.so.5, http://bbs.eetop.cn/thread-397915-1-1.html ,安装方法:http://wangdehe88.blog.163.com/b ... 662009104103939232/
4)缺少字体:http://bbs.eetop.cn/thread-328396-1-1.html
3、软链接的设置
1)、参照:http://www.linuxidc.com/Linux/2010-06/26806.htm
2)、仿真时math.h出问题:软链接udo ln -s /usr/lib/libstdc++-3-libc6.2-2-2.10.0.so /usr/lib/libstdc++-libc6.1-1.so.2没有设置
3)、找不到tools文件夹,mmsim下软链接没有设置:ln -s /home/wanderer/eda/mmsim61/tools.lnx86 /home/wanderer/eda/mmsim61/tools,注意,这里面的路径要根据具体情况修改。
4、Cannot compile ahdlcmi module library:http://bbs.eetop.cn/thread-325872-1-1.html
5、出现bad window:http://zhidao.baidu.com/link?url ... TL_EScyfN-GDRXXAzSm
6、wAIting for available license of virtuoso(R):license权限不够问题,下载http://bbs.eetop.cn/thread-419403-1-1.html(只有这个license有用)
7、bashrc:
安装路径:ic610 /home/eda/ic610
mmsim10.1 (破解版) /home/eda/ic610/mmsim10.1
mentor /home/eda/mentor
license /home/eda/mentor/lic/license
这里面有一句话特别重要:export CDS_AUTO_32BIT ALL,使用32位的mmsim而不是64位,不加这句话会出错。
具体:
aliaslmli='/home/eda/ic610/tools/bin/lmgrd –c /home/eda/ic610/share/license/license.dat'
export OA_HOME=/home/eda/ic610/OA
export MMSIM_ROOT=/home/eda/ic610/mmsim10.1
export MMSIM_HOME=/home/eda/ic610/mmsim10.1
export MMSIM_INST_DIR=/home/eda/ic610/mmsim10.1
export CDS_ROOT=/home/eda/ic610
export CDSDIR=/home/eda/ic610
export CDSHOME=/home/eda/ic610
export PATH=$CDS_ROOT/tools/binCDS_ROOT/tools/dfII/binPATH
export CDS_INST_DIR=/home/eda/ic610
export CDS_LIC_FILE=5280@jyf-desktop
export CDS_Netlisting_Mode=analog
export PATH=$CDS_INST_DIR/tools/binPATH
export PATH=$CDS_INST_DIR/tools/dfII/bin:$PATH
export PATH=$CDS_INST_DIR/tools/plot/bin:$PATH
export PATH=$CDS_INST_DIR/tools/dracula/bin:$PATH
export PATH=$CDS_ROOT/tools/bin:$PATH
export PATH=$CDS_ROOT/tools/dfII/bin:$PATH
export PATH=${CDS_ROOT}/tools/dracula/bin:$PATH
export PATH=${CDS_ROOT}/tools/plot/bin:$PATH
export PATH=${CDS_ROOT}/tools/iccraft/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/dfII/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/spectre/bin:$PATH
export PATH=${MMSIM_ROOT}/tools/ultrasim/bin:$PATH
export LM_LICENSE_FILE=/home/eda/ic610/share/license/license.dat
export CDS_AUTO_32BIT ALL
############################ MENTOR ###############################
alias lmlim1='/home/eda/mentor/x86_cal_2011.2_34.26/bin/lmgrd -c /home/eda/mentor/lic/license.dat'
alias lmlim2='/home/eda/mentor/x86_cal_2011.2_34.26/bin/lmstat -c /home/eda/mentor/lic/license.dat'
export MGC_HOME=/home/eda/mentor
export CALIBRE_HOME=$MGC_HOME/x86_cal_2011.2_34.26
export MGLS_LICENSE_FILE=$MGC_HOME/lic/license.dat:$MGLS_LICENSE_FILE
export PATH=$CALIBRE_HOME/bin:$PATH
###################################################################
感谢啊!
我正准备用ubuntu,以前都用centos。
正好参考一下少走点弯路。
感谢感谢!
大牛啊
