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.

IC5 Installation Procedure for RedHad 9.0

Status
Not open for further replies.
concat,

make a link with:
ln -s tools ...

Good luck
 

Dear RF_Router:
Tks for you detail precedure
I follow your precedure list and already install IC% in RED HAT 7.2
and check ths license is running
but I don'y know why when I type
icfb
it show
"/tools/cds5/tools.lnx86/dfII/bin/icfb:/tools/cds5/dfII/icfb.exe : no such file or directory
/tools/cds5/tools.lnx86/dfII/bin/icfb:/tools/cds5/dfII/icfb.exec : /tools/cds5/tools/dfII/bin/icfb.exe:cannot execute : No such file or directory"

Pls Tell me what's wrong with my install procedure and how to run ??
TKS in advance.
very appreciated!!
 

Well I agree. You should follow the error and there is really not such a directory. However somewhere a long the line, it is calling the wrong path. Probably you haven't installed in the directories that I have said. This procedure only works if you install it in the directories that I have mentioned.
Also there is one thing strange that I see in your error and that is:
".../icfb:/..." in the error what is that ':'.
Another thing is that I have started installing it from RedHad 7.3 and not 7.2 so I don't know the effects of that.

Enjoy,
RF_Router


Dear RF_Router:
Tks for you detail precedure
I follow your precedure list and already install IC% in RED HAT 7.2
and check ths license is running
but I don'y know why when I type
icfb
it show
"/tools/cds5/tools.lnx86/dfII/bin/icfb:/tools/cds5/dfII/icfb.exe : no such file or directory
/tools/cds5/tools.lnx86/dfII/bin/icfb:/tools/cds5/dfII/icfb.exec : /tools/cds5/tools/dfII/bin/icfb.exe:cannot execute : No such file or directory"

Pls Tell me what's wrong with my install procedure and how to run ??
TKS in advance.
very appreciated!!
 

Hi Realtek

You have missing the 15 step:

15) In your terminal go to /tools/cds5 add type
ln –s tools.lnx86 tools (observe that new link folder has been created in /tools/cds5 called /tools and by now you should have other installed folders such as tools.lnx86 in /tools/cds5 otherwise the installation place wasn't correct)


good luck
 

Hi All, I didnt find .cshrc in RH7.2, only find .bash_profile .
I am a very rookie in Linux, could anybody tell me what's going on ?
Thanks

Jax
 

because your shell is bsh,not csh,you can type csh in the command line!
if you want auto change to csh, you can ask the adminstrator to modify you default shell to csh!
 

Thanks Kermit.

If i modify my .bash_profile to point cadence license file.
Will IC5.0 be OK?
 

I think you can find the right setup instruction in candence document about install.
If you set up correctly. You can enjoy IC50
 

Thank you very much.

Let me try , and i will post the result.
 

i found it is no need to setup any environment in using the IC5.0 I had.

Just put PATH:&path /bin;/./tools/bin;/./tools/dfII/bin

In my .bash_profile .

:D :D
 

Dear RF_Router,

When I set the environment

/tools/cds5/tools.lnx86/bin/lmgrd –c license.dat

,It shows

"localhost.localdomain":Not a valid server hostname exiting
Valid server host are : "server"
using license file "/usr/local/flexlm/licenses/license.dat"

what's wrong with it?

Thanks a lot,
Mike
 

Just because your license is not a floating license format.
IN your license file the first line must be :
SERVER arcadia15 123e9f8f 5279
and the second line must be
DAEMON cdslmd /tools/cdn/spc02.1.25/bin/cdslmd

This indicates that your license file is floating license format.
Then you can use lmgrd -c license.dat

If not,you mustnot do that.
and the license file just likes this:
FEATURE 100 cdslmd 6.300 25-dec-2004 0 123DF78EC384936247C5 HOSTID=ANY
This is node-locked license format .

Just use setenv LM_LICENSE_FILE ~/license.dat

kermit

[some digits are replaced by moderator to be sure that these strings are not from valid license]
 

alson said:
In redhat 9,I run icfb & ,then display"Incorrent built binary which accesses errno, h_errono or _res directly,Needs to be fixed."

what does it mean?

I have encountered the same problem you have. And i found i could NOT use Display Resource Editor in LSW .
Why and how to solve it ? :(
 

problem

hi friends
i install redhat 9.0 in my system . i try to install ic5. but is not installing.
problems:
if i give location of ic5 as /mnt/cdrom ,it is showing error messages
pls help me it is because of redhat 9.0?
i first install it in my same system in redhat 8.0 .that time i face video card problem
my video is new intel 82865G. it is not installing in 8.0. so i go to 9.0
pls help me how install ic5 in my system
 

Hi Aravind,

As for your vedio card problem, you could download driver for linux from intel homepage.
 

hi
iam not able to load the softload in window mode.
it run ascii mode. and saying the display setting variable is not set.
how can i fix it.


binu g
 

Hi,
I am facing a problems with IC5033.
When I open the icms, it always shows that
" /tools/cds5/tools/dfII/bin/32bit/libManager.exe relocation error : /tools/cds5/tools/lib/libvirtuos_sh.so: symbol errno, version GLIBC_2.0 not defined in file lib.so.6 with link time reference"
and I can not open the library manager.What's wrong with it?


Thanks a lot,
Mike
 

hi friends
i install ic5 in my redhat 8.0 then i upgrate to redhat 9.0 following instruction posted before.
but im facing problem
errors:
" Incorrectly built binary which accesses wrrno,h_errno or _res directly.needs to be fixed"
"8 bit pseduocolor visual is not avaible(default visual option)
using 24 bit truecolr visual"
warning:cannot convert string "-adobe-helvetica-medium-r-normal--0-100-75-75-p-0-iso8859-1" to type fontstruct"
thsi r the errors coming pls help me correct it
thanks
 

kermit said:
and the license file just likes this:
FEATURE 100 cdslmd 6.300 25-dec-2004 0 123DF78EC384936247C5 HOSTID=ANY
This is node-locked license format .

Just use setenv LM_LICENSE_FILE ~/license.dat

kermit

[some digits are replaced by moderator to be sure that these strings are not from valid license]

dear kermit
MY license.dat is diffrent from yours
FEATURE 100 cdslmd 5.600 permanent uncounted 1CAE44DB4FA4160A4664 HOSTID=ANY

I have installed Ic5033 successfully.But becauce I know little about linux, I don't know how to setenv ! I have followed the readme.txt ,but it can't work.when I type icfb& ,it says "command not found ",I find the icfb in /home/user1/ic50/tools/dfII/bin ,in here I enter ./icfb , it says "unable to find cadencesoft……fix it and try again"
Can you tell me why ?
How to fix it ?
Thank you very much !

shaowen
 

kermit said:
Just because your license is not a floating license format.
IN your license file the first line must be :
SERVER arcadia15 123e9f8f 5279
and the second line must be
DAEMON cdslmd /tools/cdn/spc02.1.25/bin/cdslmd

This indicates that your license file is floating license format.
Then you can use lmgrd -c license.dat

If not,you mustnot do that.
and the license file just likes this:
FEATURE 100 cdslmd 6.300 25-dec-2004 0 123DF78EC384936247C5 HOSTID=ANY
This is node-locked license format .

Just use setenv LM_LICENSE_FILE ~/license.dat

kermit

I feel dizzy!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top