Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

installing&running cadence IC610 on kubuntu 7.04

Status
Not open for further replies.
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
sudo ln -s /usr/bin/awk /bin/awk
/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 directory
==>make a link libelf.so.1, first find available libelf useing
ls -l libelf*
some file name will show up, then make a link to it using
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
 

cadence ic610 ubuntu

Look you need to point the lic file in bash not the port@localhost.
u dont need to connect to a server that lic is there , ur single user.
in your lice file at first line all your MAC address and port thats it.
cheers
 

cadence for ubuntu

I think for the license problem, it is because that the path of the
lmgrd is locaed at the install_dir/tools.lnx86/bin/lmgrd;
instead of install_dir/tools/bin/lmgrd;
this refers to the : alias line

Added after 10 minutes:

but I run into a error message like this:

IC610/tools/dfII/bin/32bit/icfb.exe:
/usr/lib/libelf.so.1: no version information available
(required by
/home/susan/IC610/tools/lib/libvirtuos_sh.so)
*FATAL* ilInit: can't locate the proper installation
hierarchy, please double check your setup and try
again.

I first got an eroe similar like the library not found eroe, then I tried the link commond, then I got the above one.

Doe anyone know a fix?

BTW, has anyone run sucessfully in kubuntu 7.04 vesion? I suspect there is version uncompatibal problem, it can install, but many version or plat-form related problem when run?
 

cadence ic 610

what kinds of libelf* files do you have in /usr/lib?
maybe you can try to install libelf1 through synaptic and make a libelf.so.1 link to the corresponding libelf file in /usr/lib

SusanSu said:
I think for the license problem, it is because that the path of the
lmgrd is locaed at the install_dir/tools.lnx86/bin/lmgrd;
instead of install_dir/tools/bin/lmgrd;
this refers to the : alias line

Added after 10 minutes:

but I run into a error message like this:

IC610/tools/dfII/bin/32bit/icfb.exe:
/usr/lib/libelf.so.1: no version information available
(required by
/home/susan/IC610/tools/lib/libvirtuos_sh.so)
*FATAL* ilInit: can't locate the proper installation
hierarchy, please double check your setup and try
again.

I first got an eroe similar like the library not found eroe, then I tried the link commond, then I got the above one.

Doe anyone know a fix?

BTW, has anyone run sucessfully in kubuntu 7.04 vesion? I suspect there is version uncompatibal problem, it can install, but many version or plat-form related problem when run?
 

ic610 64bit ubuntu

I finally solve that problem, now I still have the vesion issues, but icfb is runing nicely.
BTW, does any one have MMSIM61, I have to wait for the trial set-up which coming in Jan, but I really need to run some simulation now with IC610, just installed, can any one help, my E-mail is: su123@sbcglobal.net
 

libelf cadence

I would like visotor to help him completly
 

cdslmd ic610 path

Hi, Now I am installing MMSIM61 with installsacpe, and it keeping asked me to mount the CD...(In Kubunto, the files are automatically in, no need to mount)...
When I run ./setup.sh at the cdrom1 directory, it give me an output file eror:
Missing file: /MMSIm61-file_dir/cdrom1/IMAGES.DIR/FS.x
Missing file://MMSIM61-file_dir/cdrom1/IMAGES.DIR/FS.7
The ./setup.sh is not beng run from the CDROM
Run ./setup.sh from the mounted CDROM

But actually, both FS.X and FS.7 are located under cdrom1...

Have anyone encounterted this problem before... dos anyone have the cure ?
 

libelf.so.1 allegro

O.K. finally MMSIM 61 ia installed and working nicely, the only hting is that: I creat a link with the captical leter to the low-case letter and also mount the CDs from a USB port instead of directing to the local directors.... so it is working nicely...

Now I am working on make cdsdoc work, it complain to me about the java can't find a specifically library, I suspected that is the Kubunto version problem, now I wish I have started with Redhat 3 or 4.....but I am still deciding....
 

ubuntu cadence ic610

Does anyone know if IC610 have DRC/LVS and RC extraction function or not?
In order to to do, deos it still need ASSURA or QRC?
 

cadence ip address change causes problem

does 6.1 version support NCSU CDK?
 

cadence 610 cds_plat: not found

Hello,
I use Ubuntu 8.10 and I have tried to install Cadence IC. I have changed my .bashrc file and added suitable lines. Thle license run and there is no problem. But, when I type icfb, I have this error:

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 directory

I have a laptop Duo Core. I have found a link talking about this problem for AMD 64 systems: **broken link removed**. The auhtor says : "this a problem for AMD64 system which require liblbss.so* rather than libelf.so.1. Haven't solved this problem yet."
I think Ubuntu considers Duo Core systems as AMD64 systems because when installing package it downloads AMD64 ones.
I have tried to search the liblbss.so package but I have not found it. Please have you any idea? Is this problem exist in Red Hat? I think, libelf is an old RMP Red Hat which does not exist in Ubuntu Systemps.

Help Please !!!:cry:
 

lmgrd (-15,570:115)

To SusanSu

"O.K. finally MMSIM 61 ia installed and working nicely, the only hting is that: I creat a link with the captical leter to the low-case letter..."

To what file you have created the link ?
 

ubuntu ic610 installation

what about lic file , is it available ?
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top