[Xenomai-help] interrupt wait problem

2006-03-14 Thread marcellin
Hi, i'm trying to use the RealTimeClock IRQ 8, with a xenomai real time task. I configure the RTC to have a periodic interrupt on it with the linux standard API, and it works. After when i want to catch the IRQ 8 in a xenomai real time task i have a problem a error ( " Operation not permitte

[Xenomai-help] another question

2006-03-14 Thread marcellin
Sorry, but with this tiny program i have the same error : Operation not permitted. What is wrong ? #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include #include //#include //#in

[Xenomai-help] the same error

2006-03-14 Thread marcellin
well, I've made some little modifications, now i use the "rt_task_shadow() function", but from the "rt_intr_wait() function" the numerical error is "-1". To answer to Gilles, i use the RTC irq because i work on a (slow) acquisition system wich works continuously, and don't allow time d

Re: [Xenomai-help] the same error

2006-03-14 Thread marcellin
Hi Gilles, lsmod say nothing because Xenomai is configured in Static with the kernel. About rt_task_set_periodic()/rt_task_wait_periode() is there a drift with the "second time top" of the RTC IRQ ? because my acquisition works the for time stamping of sample electrical values. If after a few

Re: [Xenomai-help] the same error-solution

2006-03-14 Thread marcellin
Hi , Now it works fine, in fact there was two mistakes : -I've forgot to link with librtdm (-lrtsm) -I've forgot rt_task_shadow() in the main Linux thread thanks everybody. Best regards Marcell1 ___ Xenomai-help mailing list Xenomai-help@gna.org h

[Xenomai-help] rt_sigset_t documentation

2006-07-27 Thread marcellin
Hi, is there a description of the "rt_sigset_t" signals type ? i want to use rt_task_notify(), but i don't see anything about "rt_sigset_t" in the the documentation. regards Marcellin ___ Xenomai-help mailing list X