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.

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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top