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.

Problem with IC5141 on Suse10.2

Status
Not open for further replies.

sc266

Junior Member level 3
Joined
Aug 5, 2005
Messages
27
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,461
icfb: command not found

export CDS_INST_DIR=$CDS_ROOT
export CLS_CDSD_COMPATIBILITY_LOCKING=NO
export CDSDIR=$CDS_ROOT/tools
export XKEYSYMDB=$CDS_ROOT/share/cdssetup/tdmX11/XKeysymDB
export XNLSPATH=$CDS_ROOT/share/cdssetup/tdmX11/nls
PATH=$PATH:$CDSDIR/bin
PATH=$PATH:$CDSDIR/dfII/bin
LM_LICENSE_FILE=/license/cadence.dat

I also did ln -s in my installed directory but when I type icfb& nothing coming out ,just only
[1] 2240
bash: icfb: command not found

Can anyone tell me how I can make this work?

Thanks and Regards
 

bash: icfb: command not found

You should add the line "export PATH" to the end of the .bashrc.
For example:
export LD_ASSUME_KERNEL=2.4.1
export CDS_ROOT=/home/ky/cds5/
export CDS_INST_DIR=$CDS_ROOT
export CLS_CDSD_COMPATIBILITY_LOCKING=NO
export CDSDIR=$CDS_ROOT/tools
export XKEYSYMDB=$CDS_ROOT/share/cdssetup/tdmX11/XKeysymDB
export XNLSPATH=$CDS_ROOT/share/cdssetup/tdmX11/nls
PATH=$PATH:$CDSDIR/bin
PATH=$PATH:$CDSDIR/dfII/bin
LM_LICENSE_FILE=/license/cadence.dat
export PATH
export LM_LICENSE_FILE
 

IC5141 on suse10.2

source .bashrc or reboot system.
 

IC5141 on suse10.2

1. what is the funtionality of "export CLS_CDSD_COMPATIBILITY_LOCKING=NO"

2 in suse 10.2, while I set LD_ASSUME_KERNEL=2.4.1 linux can not log in to the account.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top