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.

cadence setenv help!!

Status
Not open for further replies.

rauljin

Junior Member level 2
Junior Member level 2
Joined
Mar 31, 2005
Messages
22
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Location
China
Activity points
1,558
cadence setenv

When I installed cadence5.0 ,I had some problems,please help me,thanks!
My .bashrc file as follow:
----------------------------------------------------
# .bashrc

# User specific aliases and functions

setenv PATH {$PATH}:/IC50/tools.lnx86/bin
setenv PATH {$PATH}:/IC50/tools.lnx86/dfII/bin
setenv PATH {$PATH}:/IC50/tools.lnx86/plot/bin
setenv CDSDIR /IC50
setenv CDS_ROOT /IC50
setenv CDS_INST_DIR /IC50
setenv CDS_INSTALL_DIR /IC50/tools.lnx86/dfII
setenv CDS_LIC_FILE 5280@localhost.localdomain
setenv CDS_Netlisting_Mode Analog
/IC50/tools.lnx86/bin/lmgrd -c license.dat

# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
------------------------------------------------------

but I typed >source .bashrc,then sysytem prompt:

bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
bash: setenv: command not found
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
license manager: can't initialize: No SERVER lines in license file
License path: /usr/local/flexlm/licenses/license.dat
FLEXlm error: -13,66
For further information, refer to the FLEXlm End User Manual,
available at "www.globetrotter.com".
````````````````````````````````````````````````````````````````````````````
1,What's means?.........and How to solve it ??thanks?
2,I used these commands,such as lmstat,lmgrd,system prompt :
bash: lmstat: command not found
bash:lmgrd: command not found
Why ??????????
3,How to congigure the licenses??
Sorry,I asked too much,because I installed cadence for the first time.
Please help me ,Thanks a lot!!!
 

setenv command not found

setenv is a built-in command for csh/tcsh. For bash, use export instead.
 

bash: setenv: command not found

Yes, setenv is a csh/tcsh built-in command.

You can change your settings according to the following:
csh:
setenv variable_name value

sh/bash/ksh
export variable_name=value
 

bashrc file setenv

Thanks in advance!!!
but now I have modified my .bashrc file following you,then I typed >source .bashrc,sysytem prompt:
-----------------------------------------
Incorrectly built binary which accesses errno or h_errno directly. Needs to be fixed.
license manager: can't initialize: No SERVER lines in license file
License path: /usr/local/flexlm/licenses/license.dat
FLEXlm error: -13,66
For further information, refer to the FLEXlm End User Manual,
available at "www.globetrotter.com".
------------------------------------------------
my license path is :/usr/local/flexlm/licenses/license.dat
and contents of license.dat as follow:
SERVER localhost.localdomain ANY 5280
DAEMON cdslmd /IC50/tools.lnx86/bin/cdslmd
FEATURE 100 cdslmd 5.0 permanent uncounted 2C6EC4B42354E40A5290 VENDOR_STRING=S HOSTID=ANY
FEATURE 21900 cdslmd 5.0 permanent uncounted CC7EF4B4E2D353FF638E VENDOR_STRING=S HOSTID=ANY
FEATURE 26000 cdslmd 5.0 permanent uncounted DCEE7444A8FDBAFF84BA VENDOR_STRING=S HOSTID=ANY
...........
...........
etc.
Could you help me solve it?thanks a lot!!!
Why license didn't work?
 

bash setenv command not found

put ur license file in /cadence_root_dir/share/licenses/license.dat.
rename ur license file to license.dat.then start the program.u may be missing some other environment settings for cadence just search the forum.

regards
amarnath
 

setenv bash

Much easier would be to change your shell to csh or tchs. You can do that as root from the User Manager, for example. Good luck!
 

setenv: command not found

which platfrom i have install it in ?if only u use such a sofeware u need not set a license server,u can only set path and setenv license in csh!
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top