Hello,
thank you very much for the package and instructions and thank you everybody to post your problems (i got most of them, now solved). I'm still not able to solve some problem and i would appreciate any help (i'm still quite newbie on ubuntu).
I'm using Ubuntu 12.04 64 bit. I followed all the instructions and overcome several problems but actually "virtuoso" command is still not found. I noticed that when i use the ./sfk command i get hundreds of warnings and 0 file changed so i suppose this could be the problem
I downloaded the patch64 file and runned both patch_x64 and sfk in both virtuoso tools and mmsim tools folders (i copied patch and sfk in those folders and i executed them). Still hundreds of warnings and 0 changed. I read maybe i need to install libraries for 64 bit but because i'm still noob i didn't understand how to do it (and if this could be the problem).
Could you help me?
Thank you
EDIT:
Ok, i solved the problem. I retried to type the export part (maybe i got something wrong). I got the Open access problem and i solved it inserting the "OA_UNSUPPORTED_PLAT=linux_rhel40_gcc44x" string, then i was able to run virtuoso using "virtuoso -64" command.
For the moment that's all folks, thank you
EDIT 2:
Everytime i restart the system virtuoso command is not found again and to "unlock" it i have to run this code on terminal everytime:
alias lmli='/home/frax/edatools/virtuoso/tools/bin/lmgrd -c /home/frax/edatools/virtuoso/share/license/license.dat'
export OA_HOME=/home/frax/edatools/virtuoso/oa_v22.41.029
export CDS_ROOT=/home/frax/edatools/virtuoso
export MMSIM_ROOT=/home/frax/edatools/mmsim
export CDS_LIC_FILE=5288@leonardo
export LM_LICENSE_FILE=$CDS_ROOT/share/license/license.dat:/home/frax/edatools/mmsim/share/license/license.dat
export CDS_Netlisting_Mode=Analog
export PATH=$MMSIM_ROOT/tools/bin:$MMSIM_ROOT/tools/spectre/bin:$CDS_ROOT/tools/bin:$CDS_ROOT/tools/dfII/bin:$PATH
export OA_UNSUPPORTED_PLAT=linux_rhel40_gcc44x
What can i do?