Assura, RCX, pax16

M

MSt

Guest
Hi All!

I try to extract an existing layout with assura. Starting a RCX run from
the Virtuoso menu bar:

Assura -> Run RCX,
Default Settings,

capgen starts correctly but fails at pax16 with the following message:

[...]

#==========================================================#
# Run pax16 to generate capfile
#==========================================================#


[....]


*WARNING* at "pax16": fatal: -c option is now modified to accept only
*WARNING* at "pax16": shared objects of type <filename>.so. Refer to man
*FATAL* at "pax16": page on how to build a <filename>.so on your platform
*WARNING* Bad return status from RCX run. 0x1


Any suggestions how to solve this problem?

LG
Michael
 
off the cuff ...

You need to fix your library include files.

LD_LIBRARY_PATH ....


-- G

"MSt" <mst2000@gmx.net> wrote in message
news:425131b9$0$11868$3b214f66@aconews.univie.ac.at...
Hi All!

I try to extract an existing layout with assura. Starting a RCX run from
the Virtuoso menu bar:

Assura -> Run RCX,
Default Settings,

capgen starts correctly but fails at pax16 with the following message:

[...]

#==========================================================#
# Run pax16 to generate capfile
#==========================================================#


[....]


*WARNING* at "pax16": fatal: -c option is now modified to accept only
*WARNING* at "pax16": shared objects of type <filename>.so. Refer to man
*FATAL* at "pax16": page on how to build a <filename>.so on your platform
*WARNING* Bad return status from RCX run. 0x1


Any suggestions how to solve this problem?

LG
Michael
 
Hi!

I have added a lot of library paths in LD_LIBRARY_PATH and now
the output of echo $LD_LIBRARY_PATH looks like this:


$ echo $LD_LIBRARY_PATH
/usr/local/tcltk/lib
:/cadence_install_dir/lib.lnx86
:/cadence_install_dir/ldv5.0.lnx86/tools/lib
:/cadence_install_dir/assura3.0.6.lnx86/tools/lib
:/cadence_install_dir/assura3.0.6.lnx86/tools.lnx86/lib
:/cadence_install_dir/assura3.0.6/tools.lnx86/lib
:/cadence_install_dir/assurra3.0.6.lnx86/tools.lnx86/assura/lib

But the problem still exits. Do you know which library path i have to
add additionally?

LG
Michael




G Vandevalk wrote:
off the cuff ...

You need to fix your library include files.

LD_LIBRARY_PATH ....


-- G

"MSt" <mst2000@gmx.net> wrote in message
news:425131b9$0$11868$3b214f66@aconews.univie.ac.at...

Hi All!

I try to extract an existing layout with assura. Starting a RCX run from
the Virtuoso menu bar:

Assura -> Run RCX,
Default Settings,

capgen starts correctly but fails at pax16 with the following message:

[...]

#==========================================================#
# Run pax16 to generate capfile
#==========================================================#


[....]


*WARNING* at "pax16": fatal: -c option is now modified to accept only
*WARNING* at "pax16": shared objects of type <filename>.so. Refer to man
*FATAL* at "pax16": page on how to build a <filename>.so on your platform
*WARNING* Bad return status from RCX run. 0x1


Any suggestions how to solve this problem?

LG
Michael
 
off the cuff ...

You need to fix your library include files.

LD_LIBRARY_PATH ....


-- G

"MSt" <mst2000@gmx.net> wrote in message
news:425131b9$0$11868$3b214f66@aconews.univie.ac.at...
Hi All!

I try to extract an existing layout with assura. Starting a RCX run from
the Virtuoso menu bar:

Assura -> Run RCX,
Default Settings,

capgen starts correctly but fails at pax16 with the following message:

[...]

#==========================================================#
# Run pax16 to generate capfile
#==========================================================#


[....]


*WARNING* at "pax16": fatal: -c option is now modified to accept only
*WARNING* at "pax16": shared objects of type <filename>.so. Refer to man
*FATAL* at "pax16": page on how to build a <filename>.so on your platform
*WARNING* Bad return status from RCX run. 0x1


Any suggestions how to solve this problem?

LG
Michael
 
ldd can tell you what shared objects your prog needs.

for dep in $(ldd $(which pax16)) ; do
locate $dep
done

MSt wrote:
Hi!

I have added a lot of library paths in LD_LIBRARY_PATH and now
the output of echo $LD_LIBRARY_PATH looks like this:


$ echo $LD_LIBRARY_PATH
/usr/local/tcltk/lib
:/cadence_install_dir/lib.lnx86
:/cadence_install_dir/ldv5.0.lnx86/tools/lib
:/cadence_install_dir/assura3.0.6.lnx86/tools/lib
:/cadence_install_dir/assura3.0.6.lnx86/tools.lnx86/lib
:/cadence_install_dir/assura3.0.6/tools.lnx86/lib
:/cadence_install_dir/assurra3.0.6.lnx86/tools.lnx86/assura/lib

But the problem still exits. Do you know which library path i have to
add additionally?

LG
Michael




G Vandevalk wrote:

off the cuff ...

You need to fix your library include files.

LD_LIBRARY_PATH ....


-- G

"MSt" <mst2000@gmx.net> wrote in message
news:425131b9$0$11868$3b214f66@aconews.univie.ac.at...

Hi All!

I try to extract an existing layout with assura. Starting a RCX run from
the Virtuoso menu bar:

Assura -> Run RCX,
Default Settings,

capgen starts correctly but fails at pax16 with the following message:

[...]

#==========================================================#
# Run pax16 to generate capfile
#==========================================================#


[....]


*WARNING* at "pax16": fatal: -c option is now modified to accept only
*WARNING* at "pax16": shared objects of type <filename>.so. Refer to man
*FATAL* at "pax16": page on how to build a <filename>.so on your
platform
*WARNING* Bad return status from RCX run. 0x1


Any suggestions how to solve this problem?

LG
Michael
 

Welcome to EDABoard.com

Sponsor

Back
Top