Hello, Do I have to use --posix-cflags and --posix-ldflags together with the --xeno-cflags and --xeno-ldflags or are they exclusive?
Patrick -----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. -- Gilles Chanteperdrix. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
