Help me solve a NC SIM error related to libraries

Status
Not open for further replies.

satya_422

Member level 3
Joined
Sep 27, 2006
Messages
62
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,286
Activity points
1,594
Hi During the elaboration I got following problem..
Why?


ncelab -work worklib -cdslib /export/home/vlsistaff/vikram/cds.lib -logfile " ncelab.log" -errormax 15 -update -access +wc -delay_mode unit -notimingchecks -status -timescale 1ns/1ns worklib.code2:module
ld.so.1: /export/home/cadence/ldv50/tools/bin/ncelab: fatal: libxcf_sh.so: open failed: No such file or directory
 

Re: NC SIM Problen

Hi !!
You will write
ldd /export/home/cadence/ldv50/tools/bin/../inca/bin/ncelab
report may be next
libdl.so.2 => /lib/libdl.so.2 (0x0037f000)
libm.so.6 => /lib/i686/libm.so.6 (0x001e0000)
libc.so.6 => /lib/i686/libc.so.6 (0x0022d000)
/lib/ld-linux.so.2 (0x00216000)
If it need librarys, you will set the variable LD_LIBRARY_PATH.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…