On Fri, 2010-08-20 at 11:21 +0200, ramon costa wrote:
> Hi,
> 
> In the xenomai manual (POSIX skin) the command
> pthread_make_periodic_np is introduced.
> 
> When I compile the file I obtain the following error :
> 
> p1_xn_parallel.c:32: warning: implicit declaration of function
> ‘pthread_make_periodic_np’
> p1_xn_parallel.c:53: warning: implicit declaration of function
> ‘pthread_wait_np’
> 
> Is this command available ?

> Which .h should I include ?

Try: grep -r pthread_wait_np /usr/xenomai/include/posix

You should check your Makefile as well:
http://www.xenomai.org/index.php/Porting_POSIX_applications_to_Xenomai#Compilation_for_the_Xenomai_POSIX_skin.

> 
> Thanks
> Ramon
> 
> _______________________________________________
> Xenomai-help mailing list
> Xenomai-help@gna.org
> https://mail.gna.org/listinfo/xenomai-help

-- 
Philippe.



_______________________________________________
Xenomai-help mailing list
Xenomai-help@gna.org
https://mail.gna.org/listinfo/xenomai-help

Reply via email to