安装sentaurus2013时,出现问题
时间:03-15
整理:3721RD
点击:
安装sentaurus时,提示bash: /home/eda/2013/amd64/bin/lmgrd: No such file or directory。但是文件目录里里有那个文件啊
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
# Silvaco
export PATH=$PATH:/home/eda/silvaco/bin
#######################################################
#Synopsys sentaurus installation path:
export SENTAURUS_HOME=/home/eda/2013/1
export PATH=$PATHSENTAURUS_HOME/bin
#######################################################
#######################################################
#SCL installation path:
export SCL_HOME=/home/eda/2013/amd64
export PATH=$PATHSCL_HOME/bin
#######################################################
#######################################################
#License path:
LM_LICENSE_FILE=/home/eda/2013/license/synopsys3.dat
export LM_LICENSE_FILE
#######################################################
#######################################################
#Tcad project path:
STDB=/home/eda/2013
export STDB
#######################################################
#######################################################
#input lauguage when Tcad running
LANG=en_US
export LANG=en_US
#######################################################
#######################################################
#verify whether license is wake-up
/home/eda/2013/amd64/bin/lmgrd -c /home/eda/2013/license/synopsys3.dat -l /home/eda/2013/license/synopsys3.log
#######################################################
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
# Silvaco
export PATH=$PATH:/home/eda/silvaco/bin
#######################################################
#Synopsys sentaurus installation path:
export SENTAURUS_HOME=/home/eda/2013/1
export PATH=$PATHSENTAURUS_HOME/bin
#######################################################
#######################################################
#SCL installation path:
export SCL_HOME=/home/eda/2013/amd64
export PATH=$PATHSCL_HOME/bin
#######################################################
#######################################################
#License path:
LM_LICENSE_FILE=/home/eda/2013/license/synopsys3.dat
export LM_LICENSE_FILE
#######################################################
#######################################################
#Tcad project path:
STDB=/home/eda/2013
export STDB
#######################################################
#######################################################
#input lauguage when Tcad running
LANG=en_US
export LANG=en_US
#######################################################
#######################################################
#verify whether license is wake-up
/home/eda/2013/amd64/bin/lmgrd -c /home/eda/2013/license/synopsys3.dat -l /home/eda/2013/license/synopsys3.log
#######################################################
check if your directory of folder is correct.
在啊
chmod u+x lmgrd
#verify whether license is wake-up
/home/eda/2013/amd64/bin/lmgrd -c /home/eda/2013/license/synopsys3.dat -l /home/eda/2013/license/synopsys3.log
here