pli compile

A

a2zasics

Guest
Hi,
I am trying to run a pli application. When i compiled the app by
pliwiz from cadence, i got a libpli.so. After running the verilog code
with the LD_LIBRARY_PATH set correctly, ncverilog returns :

error while loading shared libraries : libudm.so : can not open shared
object file: No such file or directory

Can some one tell me what i am missing.

Shardendu
 
Shardendu,

It sounds like your LD_LIBRARY_PATH isn't _quite_ set right. You need to
point it at the cadence tools library (e.g. $CDS_INST_DIR/tools/lib)
as well as your own library directory.

Hope that helps.

Eric

On Thu, 13 Nov 2003 21:20:27 -0800, a2zasics wrote:

Hi,
I am trying to run a pli application. When i compiled the app by
pliwiz from cadence, i got a libpli.so. After running the verilog code
with the LD_LIBRARY_PATH set correctly, ncverilog returns :

error while loading shared libraries : libudm.so : can not open shared
object file: No such file or directory

Can some one tell me what i am missing.

Shardendu
 
eric:
Hi,
I am trying to run a pli application. When i compiled the app by pliwiz
from cadence, i got a libpli.so. After running the verilog code with the
LD_LIBRARY_PATH set correctly, ncverilog returns :
error while loading shared libraries : libudm.so : can not open shared
object file: No such file or directory Can some one tell me what i am
missing.
And I have done the thing that :
I think that it sounds like my LD_LIBRARY_PATH isn't _quite_ set right.
Then I point it at the cadence tools library (e.g.
$CDS_INST_DIR/tools/lib)
as well as my own library directory.
:(, The information that "error while loading shared libraries :
libudm.so : can not open shared object file: No such file or directory Can
some one tell me what i am missing." is clued to me! :(.

Hope to help me!thank a lot!!!
mickywang : longtshsh@sohu.com or longtshsh@yahoo.com.cn
 
eric:
Hi,
I am trying to run a pli application. When i compiled the app by pliwiz
from cadence, i got a libpli.so. After running the verilog code with the
LD_LIBRARY_PATH set correctly, ncverilog returns :
error while loading shared libraries : libudm.so : can not open shared
object file: No such file or directory Can some one tell me what i am
missing.
And I have done the thing that :
I think that it sounds like my LD_LIBRARY_PATH isn't _quite_ set right.
Then I point it at the cadence tools library (e.g.
$CDS_INST_DIR/tools/lib)
as well as my own library directory.
:(, The information that "error while loading shared libraries :
libudm.so : can not open shared object file: No such file or directory Can
some one tell me what i am missing." is clued to me! :(.

Hope to help me!thank a lot!!!
mickywang : longtshsh@sohu.com or longtshsh@yahoo.com.cn
 

Welcome to EDABoard.com

Sponsor

Back
Top