Daniel Schnell wrote:
> I am using svn version 2256.
> Am I doing here something fundamentally wrong in providing -lpthread_rt
> as an additional library ? Shouldn't the native skin and the POSIX skin
> just work together ?

The two libraries work together, but the POSIX skin automatically
shadows the main thread. So, if you are trying to shadow it with the
native library, you get the -EBUSY error, that is normal: you can not
shadow the same thread twice. If you want to link rtcansend with the
posix skin, simply remove the shadowing of the main thread with
rt_task_shadow.

-- 
                                                 Gilles Chanteperdrix

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to