User Tools

Site Tools


soft:cadence:icfb61:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
soft:cadence:icfb61:start [2013/06/05 17:33]
jakub.moron
soft:cadence:icfb61:start [2019/03/08 14:08] (current)
Line 1: Line 1:
 [[soft:​cadence:​icfb61_old:​|Old version of this site.]] [[soft:​cadence:​icfb61_old:​|Old version of this site.]]
  
-====== ICFB61 on Ubuntu ​13.04 (kernel 3.8) ======+====== ICFB61 on Ubuntu ​12.04.2 LTS (kernel 3.5) ======
  
-After copy ICFB the following packages should be installed\\ +Checking Ubuntu distribution
-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 +<​code>​ lsb_release ​-a </​code>​
-\\ +
-and restart machine.+
  
-Next step is to cahnge the default shell environmentdpkg-reconfigure dash and choose bash. \\ +**__ WARNING__** Ubuntu 12.04.2 LTS comes with kernel 3.5 (from Ubuntu 12.10) [[https://​wiki.ubuntu.com/​PrecisePangolin/​ReleaseNotes/​UbuntuDesktop|Ubuntu Release notes]].\\ 
-Do symlink for awk: \\ +<​del>​Under kernel 3.5 LVS won't display final error report window ​and I don't know how to fix it.</​del>​\\ 
-ln -s /usr/bin/awk /bin/awk+You can determinate your kernel version using command: 
 +<​code>​ uname -a </​code>​ 
 +<​del>​If you have kernel >3.2 downgrade is necessary.</​del>​\\ 
 +<​del>​You can install Ubuntu 12.04.1 LTS (from [[http://old-releases.ubuntu.com/releases/precise/​|Ubuntu Precise repository]]) and ''​ dist-upgrade'' ​ it to 12.04.2 maintaining kernel 3.2.*</del>
  
-For ADE XL\\ +===== Modifications in Cadence files===== 
-make directory: /usr/​X11R6/​lib/​X11 and symlink /​usr/​share/​fonts/​X11 to /​usr/​X11R6/​lib/​X11/​fonts \\+In file ''​sysname''​ in function ''​check_linux()''​ (line ~191)in case section for 2.6* add 3.*: 
 +<​code> ​ 2.6* | 3.*) if [ "​$compiler"​ = ""​ ] </code>
  
-for APS: \\ +ICFB''/​cad/​2010_2011/​cds_ic6.1.4/​share/​oa/​bin/​sysname'' ​\\ 
-install developer packagesbuild-essential+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): ''/​cad/​2010_2011/​cds_ets9.1/​oa_v22.04.061/​bin/​sysname''​ \\
  
-install libc6-dev-i386 ​+===== System modifications =====
  
-install ​libelf1 libelf1:​i386 libelf-dev libelf-dev:i386 \\ +<​code>​ apt-get ​install ​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 libjpeg62</​code>​ 
-ln -s /usr/lib/i386-linux-gnu/libelf-0.153.so ​/usr/lib32/​libelf.so.1 ​\\+ 
 +Restart the machine. 
 + 
 +Next step is to change the default shell environmentcall 
 +<​code>​ dpkg-reconfigure dash </​code>​  
 +and choose ''​no''​ to choose bash. \\ 
 + 
 +Do symlink for awk: \\ 
 +<​code> ​ln -s /usr/bin/awk /bin/awk </code> ​\\
  
-For systems running on kernel version 3\\ +For ADE XL: make directory:  
-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.*\\ +<​code>​ mkdir -p /usr/X11R6/lib/X11 </code> 
-Assura: ​/cad/​2010_2011/​cds_ass4.1oa-614/share/oa/​bin/​sysname \\ +and symlink ​ 
-QRC: /​cad/​2010_2011/​cds_ext9.1/​oa_v22.04.050/​bin/​sysname \\ +<​code>​ ln -s /usr/share/fonts/X11 /usr/X11R6/lib/X11/fonts </code> ​\\
-RCX (needed by QRC): /home/cad/2010_2011/cds_ets9.1/oa_v22.04.061/bin/sysname ​\\+
  
 +For APS: install developer packages: ​
 +<​code>​ apt-get install build-essential </​code>​ \\
  
-For Conformal ​and QRC:\\ +For x86 and i386 compatibility
-cd /lib/x86_64-linux-gnu\\ +libelf-dev libelf-dev:i386 - rather NOT! 
-ln -s libncurses.so.5 libtermcap.so.2\\+<​code>​ apt-get install libc6-dev-i386 libelf1 libelf1:​i386 </​code>​
  
-====== VerilogA ======+Not needed: <​code>​ ln -s /​usr/​lib/​i386-linux-gnu/​libelf.so.1 /​usr/​lib32/​libelf.so.1 </​code>​ \\
  
-install mpstat (sysstat)+For Conformal and QRC: 
 +<​code>​ ln -s /​lib/​x86_64-linux-gnu/​libncurses.so.5 /​lib/​x86_64-linux-gnu/​libtermcap.so.2 </​code>​ \\
  
-ln -s /​usr/​lib/​x86_64-linux-gnu/​crti.o /​usr/​lib/​crti.o 
  
-ln -/usr/​lib/​x86_64-linux-gnu/​crtn.o /​usr/​lib/​crtn.o+install mpstat: 
 +<​code>​ apt-get install sysstat isag </code> \\
  
-ln -s /​usr/​lib/​x86_64-linux-gnu/​libc.so /​lib64/​libc.so\\ +Symlink libraries:​ 
-ln -s /​usr/​lib/​x86_64-linux-gnu/​libc.a /​lib64/​libc.a\\ +<​code>​ ln -s /​usr/​lib/​x86_64-linux-gnu/​crti.o /​usr/​lib/​crti.o </​code>​ 
-ln -s /​lib/​x86_64-linux-gnu/​libc.so.6 /​lib64/​libc.so.6\\+<​code>​ ln -s /​usr/​lib/​x86_64-linux-gnu/​crtn.o /​usr/​lib/​crtn.o </​code>​ 
 +<​code> ​ln -s /​usr/​lib/​x86_64-linux-gnu/​libc.so /​lib64/​libc.so ​</​code>​ 
 +<​code> ​ln -s /​usr/​lib/​x86_64-linux-gnu/​libc.a /​lib64/​libc.a ​</​code>​ 
 +<​code> ​ln -s /​lib/​x86_64-linux-gnu/​libc.so.6 /​lib64/​libc.so.6 ​</​code>​ 
 +<​code>​ mkdir /usr/lib64 </​code>​ 
 +<​code>​ ln -s /​usr/​lib/​x86_64-linux-gnu/​libc_nonshared.a /​usr/​lib64/​libc_nonshared.a </​code>​\\
  
-mkdir /usr/lib64+Install Qt (for LVS window ???): 
 +<​code>​ apt-get install qt4-dev-tools libqt4-dev libqt4-core libqt4-gui </code> 
 +<​code>​ apt-get install qt3-dev-tools </code>\\
  
-ln -/usr/lib/x86_64-linux-gnu/​libc_nonshared.a /usr/lib64/libc_nonshared.a+===== Java from Oracle (not needed) ===== 
 +<​code>​ add-apt-repository ppa:​webupd8team/java </code> 
 +<​code>​ apt-get update </code> 
 +<​code>​ apt-get install oracle-java7-installer </code>
  
 +====== Cadence 2012/2013 (ic 6.1.5) on Ubuntu 12.04.2 LTS (kernel 3.5) ======
  
 +==== To run lmstat ====
 +<​code>​ apt-get install lsb-core </​code>​
  
 +==== To run ADE XL ====
 +install lib32gcc1 package and overwrite 2012_2013/​cds_ic_6.1.5hf132/​tools.lnx86/​lib/​vnclibs/​libgcc_s.so.1 cadence library with /​usr/​lib32/​libgcc_s.so.1 library from a new installed package.
/services/www/http/wiki/data/attic/soft/cadence/icfb61/start.1370446437.txt.gz · Last modified: 2019/03/08 14:06 (external edit)