All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] dlopen of libnative fails
@ 2011-04-29  9:24 martin mangard
  2011-04-29 11:03 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 3+ messages in thread
From: martin mangard @ 2011-04-29  9:24 UTC (permalink / raw)
  To: xenomai

Hello,

I installed xenomai Version 2.5.6 on a x86 machine. I use dlopen in
order to use the xenomai libraries.


    hXenomai=dlopen("/usr/lib/libxenocalls-2.5.6.so",RTLD_NOW);
    if(!hXenomai)
	{
        fprintf (stderr, "%s\n", dlerror());
        fflush(stderr);
	}


dlopen aborts with the error: "/usr/lib/libnative.so.3: undefined
symbol: xeno_current_mode_key"

I configured xenomai with the option " --enable-dlopen-skins "

What do I have to change in order be able to dlopen the libnative.so.3 library?

Martin


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-04-29 12:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-29  9:24 [Xenomai-help] dlopen of libnative fails martin mangard
2011-04-29 11:03 ` Gilles Chanteperdrix
2011-04-29 12:30   ` martin mangard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.