onandon
Newbie level 6
installing cadence ic610
hi, holddreams
you can try the following
How can I fix the following errors?
/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
==> check whether you have installed csh
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
==>make a awk link in /bin using this command
==>make a link libelf.so.1, first find available libelf useing
So what's the localhost name should I use in the following scentence?
export CDS_LIC_FILE=5280(at)localhost
==> your localhost name is ubuntu
rgds
onandon
hi, holddreams
you can try the following
How can I fix the following errors?
/usr/local/cadence/IC610/tools/dfII/bin/icfb: 97: cds_plat: not found
==> check whether you have installed csh
/usr/local/cadence/IC610/share/oa/bin/sysname: 328: /bin/awk: not found
==>make a awk link in /bin using this command
/usr/local/cadence/IC610/tools/dfII/bin/32bit/icfb.exe: error while loading shared libraries: libelf.so.1: cannot open shared object file: No such file or directorysudo ln -s /usr/bin/awk /bin/awk
==>make a link libelf.so.1, first find available libelf useing
some file name will show up, then make a link to it usingls -l libelf*
ln -s /use/lib/<the file name> /usr/lib/libelf.so.1
So what's the localhost name should I use in the following scentence?
export CDS_LIC_FILE=5280(at)localhost
==> your localhost name is ubuntu
rgds
onandon