Newbie Alert: Problems installing IC5033 on Scientific Linux 5.1
by "bogdan.mocanu21@[EMAIL PROTECTED]
" <bogdan.mocanu21@[EMAIL PROTECTED]
Sep 1, 2008 at 02:18 PM
Hi there, guys
I'm trying to figure out my first Cadence installation ... but it
seems I kinda need your help...so here it goes:
The installation part from the terminal went great ... but I have
these problems setting up the configuraton files.
I configured the Bind key by copying all the files from <install_dir>/
tools/dfII/sample/local to <install_dir>/tools/dfII/local, and
renamed the cdsinit to .cdsinit.
So far so good.
I edited .bashrc in the /home/user/ folder and it looks like this:
Code:
ex****t CDS_ROOT=/home/bogdan/IC5033/
ex****t CDS_INST_DIR=$CDS_ROOT
ex****t CDS_INSTALL_DIR=$CDS_ROOT/tools/dfII
ex****t CDSDIR=$CDS_ROOT/tools
ex****t CDS_Netlisting_Mode=Analog
ex****t MOZILLA_HOME=/usr/bin/netscape
ex****t XKEYSYMDB=$CDS_ROOT/share/cdssetup/tdmX11/XKeysymDB
ex****t XNLSPATH=$CDS_ROOT/share/cdssetup/tdmX11/nls
ex****t CDS_WAVESCAN_JRE_DIR=$CDS_ROOT/tools/jre1.41
ex****t CDS_LIC_FILE=$CDS_ROOT/share/license/cadence_license_full.dat
ex****t LM_LICENSE_FILE=$CDS_ROOT/share/license/
cadence_license_full.dat
ex****t LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CDS_ROOT/tools/lib:
$CDS_INSTALL_DIR/lib
PATH=$PATH:$CDSDIR/bin:$CDSDIR/dfII/bin:$CDSDIR/SKILL06.00/context:
$CDSDIR/SKILL06.10/context:$CDSDIR/dracula/bin
# PATH=$PATH:$MMSIM_ROOT/tools/bin:$MMSIM_ROOT/tools/spectre/bin:
$CDS_ROOT/tools/bin:$CDS_ROOT/tools/dfII/bin:/usr/sbin
PATH=$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/spectre/
bin
PATH=$PATH:$CDS_ROOT/tools/bin:$CDS_INSTALL_DIR/bin:$CDS_ROOT/tools/
spectre/bin
PATH=$PATH:/bin:/usr/local/bin:/usr/bin:/usr/ucb:/etc:/usr/openwin/
bin:/usr/X11R6/bin
ex****t PATH
#----------------------------------------------------------------------------
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
I copied the license.dat to /home/bogdan/IC5033/share/license/
cadence_license_full.dat (as the .bashrc file says). Was there
anything else to do because after restarting the konsole and when I
try to run icfb& it says:
Code:
[1] 4168
[bogdan(at)localhost ~]$ /home/bogdan/IC5033/tools/dfII/bin/icfb.exe:
relocation error: /home/bogdan/IC5033/tools/dfII/bin/icfb.exe: symbol
errno, version GLIBC_2.0 not defined in file libc.so.6 with link time
reference
[1]+ Exit 127 icfb
Thanks in advance.