ncvhdl error

K

kish

Guest
Hi,

I am trying to use nclaunch and related tools to compile and simulate my
VHDL files. The VHDL file compiled successfully, but while running the
elaborator I got the following error:

ld.so.1: /apps/cds03/ldv/tools.sun4v/bin/ncelab: fatal: libxcf_sh.so: open
failed: No such file or directory

Can somebody help me understand the problem and suggest a solution?

Thanks,
Kishan.
 
On Wed, 19 May 2004 22:47:34 -0400, "kish" <prasad_kish@yahoo.co.in>
wrote:

Hi,

I am trying to use nclaunch and related tools to compile and simulate my
VHDL files. The VHDL file compiled successfully, but while running the
elaborator I got the following error:

ld.so.1: /apps/cds03/ldv/tools.sun4v/bin/ncelab: fatal: libxcf_sh.so: open
failed: No such file or directory

Can somebody help me understand the problem and suggest a solution?
you probably haven't included some required library path in your
environment variable ld_library_path. try to find where libxcf_sh.so
is and include it in that variable.
 

Welcome to EDABoard.com

Sponsor

Back
Top