User Tools

Site Tools


soft:cadence:icfb61:start

This is an old revision of the document!


ICFB61 on ubuntu

After copy ICFB the following packages should be installed:
ksh csh xfs xfonts-100dpi xfonts-100dpi-transcoded xfonts-75dpi xfonts-75dpi-transcoded xfonts-biznet-100dpi xfonts-biznet-75dpi xfonts-biznet-base xfonts-encodings xfonts-scalable xfonts-terminus xfonts-unifont tcl8.5 tk8.5 ia32-libs
and restart machine.

Next step is to cahnge the default shell environment: dpkg-reconfigure dash and choose bash.
Do symlink for awk:
ln -s /usr/bin/awk /bin/awk

For ADE XL:
make directory: /usr/X11R6/lib/X11 and symlink /usr/share/fonts/X11 to /usr/X11R6/lib/X11/fonts

for APS:
install developer packages: build-essential

Find (or download from hal or ibm) libelf-0.137.so into /usr/lib32 dir
ln -s /usr/lib32/libelf-0.137.so /usr/lib32/libelf.so.1

Do not use: (LD_LIBRARY_PATH is in scripts)
? In file /cad/etc/env2010_2011, in line 174 (empty line before '#INCISIVE/IUS') add line:
? export LD_LIBRARY_PATH=/usr/lib32:$LD_LIBRARY_PATH

For systems running on kernel version 3:
In file /cad/2010_2011/cds_ic6.1.4/share/oa/bin/sysname in function check_linux() (line ~181) copy in case section for 2.6* and change 2.6* on 3.*
Assura: /cad/2010_2011/cds_ass4.1oa-614/share/oa/bin/sysname
QRC: /cad/2010_2011/cds_ext9.1/oa_v22.04.050/bin/sysname
RCX (needed by QRC): /home/cad/2010_2011/cds_ets9.1/oa_v22.04.061/bin/sysname

For Conformal and QRC:
cd /lib/x86_64-linux-gnu
ln -s libncurses.so.5.9 libtermcap.so.2
* libncurses.so.5 is symlink to libncurses.so.5.9 (latest version), so ln -s libncurses.so.5 libtermcap.so.2 would be safer *

VerilogA on ubuntu 11.10 (kernel 3.*)

install mpstat (sysstat)

ln -s /usr/lib/x86_64-linux-gnu/crti.o /usr/lib/crti.o

ln -s /usr/lib/x86_64-linux-gnu/crtn.o /usr/lib/crtn.o

install libc6-dev-i386

copy libc.tar from hal:/cad and unpack it to /lib64 (libc-2.5.so, libc.a libc.so, libc.so.6 from ibm)
* NOTE: libc-2.5.so causes crash at system update. It seems that libc6-dev-i386 should provide libc for veriloga. So remove libc-2.5.so from /lib64. *

mkdir /usr/lib64

ln -s /usr/lib/x86_64-linux-gnu/libc_nonshared.a /usr/lib64/libc_nonshared.a

/services/www/http/wiki/data/attic/soft/cadence/icfb61/start.1359724599.txt.gz · Last modified: 2019/03/08 14:06 (external edit)