Re: [Xenomai] dlopen failing when using shared library on xenomai 3.0.4

2017-05-30 Thread Philippe Gerum
On 05/30/2017 12:23 PM, Fyleo wrote: > On 30/05/2017 09:12, Philippe Gerum wrote: >> On 05/29/2017 11:19 PM, Fyleo wrote: >>> Hello all, >>> >>> I'm trying to port machinekit (machinekit.io) to xenomai 3.0.4 which >>> support only xenomai 2.6.4 for the moment. >>> >>> This software is design this w

Re: [Xenomai] dlopen failing when using shared library on xenomai 3.0.4

2017-05-30 Thread Fyleo
On 30/05/2017 09:12, Philippe Gerum wrote: On 05/29/2017 11:19 PM, Fyleo wrote: Hello all, I'm trying to port machinekit (machinekit.io) to xenomai 3.0.4 which support only xenomai 2.6.4 for the moment. This software is design this way : A : main executable B : shared library abstracting thr

Re: [Xenomai] dlopen failing when using shared library on xenomai 3.0.4

2017-05-30 Thread Fyleo
Le 29/05/2017 à 23:19, Fyleo a écrit : Hello all, I'm trying to port machinekit (machinekit.io) to xenomai 3.0.4 which support only xenomai 2.6.4 for the moment. This software is design this way : A : main executable B : shared library abstracting thread API, with one library for posix,

Re: [Xenomai] dlopen failing when using shared library on xenomai 3.0.4

2017-05-30 Thread Stéphane Ancelot
Hi, Why don't you link the shared lib at compilation ? Regards, S.Ancelot Le 29/05/2017 à 23:19, Fyleo a écrit : Hello all, I'm trying to port machinekit (machinekit.io) to xenomai 3.0.4 which support only xenomai 2.6.4 for the moment. This software is design this way : A : main executabl

Re: [Xenomai] dlopen failing when using shared library on xenomai 3.0.4

2017-05-30 Thread Philippe Gerum
On 05/29/2017 11:19 PM, Fyleo wrote: > Hello all, > > I'm trying to port machinekit (machinekit.io) to xenomai 3.0.4 which > support only xenomai 2.6.4 for the moment. > > This software is design this way : > > A : main executable > > B : shared library abstracting thread API, with one library

[Xenomai] dlopen failing when using shared library on xenomai 3.0.4

2017-05-29 Thread Fyleo
Hello all, I'm trying to port machinekit (machinekit.io) to xenomai 3.0.4 which support only xenomai 2.6.4 for the moment. This software is design this way : A : main executable B : shared library abstracting thread API, with one library for posix, for xenomai, ... The xenomai B library i