Patrick wrote:
> -----Message d'origine-----
> De : Gilles Chanteperdrix [mailto:[EMAIL PROTECTED] 
> Envoyé : mercredi, 31. octobre 2007 09:44
> À : ROSSIER Daniel
> Cc : Patrick; [email protected]
> Objet : RE: [Xenomai-help] RT, nonRT communication
> 
> [...]
> 
> > As soon as you compile your application with the flags returned by
> > xeno-config --posix-cflags and xeno-config --posix-ldflags, it really
> > becomes an RT application where all threads are real-time threads. The
> > only way to create a non real-time thread in such an application is by
> > calling __real_pthread_create.
> 
> Do I have to use --posix-cflags and --posix-ldflags together with the
> --xeno-cflags and --xeno-ldflags or are they exclusive?
> 

--posix-*flags is for compilation for the posix skin, --xeno-*flags is
for compilation for other skins. You can use them together if your
application uses the posix skin at the same time as another skin.

-- 


                                            Gilles Chanteperdrix.

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

Reply via email to