Re: [Xenomai-help] Getting calling task id inside RTDM driver

2006-04-14 Thread Sebastian Smolorz
Am Freitag 14. April 2006 16:30 schrieb Sean McGranaghan: > I am writing an RTDM driver that needs a simple task suspend/resume. I > have a simple ioctl() that needs to initiate some io and then sleep > until an interrupt occurs. I have been trying to use rt_task_suspend() > and rt_task_resume().

[Xenomai-help] Getting calling task id inside RTDM driver

2006-04-14 Thread Sean McGranaghan
Hello all, I am writing an RTDM driver that needs a simple task suspend/resume. I have a simple ioctl() that needs to initiate some io and then sleep until an interrupt occurs. I have been trying to use rt_task_suspend() and rt_task_resume(). I tried to save the calling task id using rt_task_s

Re: [Xenomai-help] Problems running testsuite

2006-04-14 Thread Jim Cromie
Gilles Chanteperdrix wrote: Tobias Marschall wrote: > Hello, > > On Thursday 13 April 2006 21:00, you wrote: > > I saw a similar error when using --enable-x86-sep and not having NPTL > > enabled in glibc. > > Try configuring without --enable-x86-sep (used in the README.INSTALL > > Pentiu

Re: [Xenomai-help] Problems running testsuite

2006-04-14 Thread Gilles Chanteperdrix
Tobias Marschall wrote: > Hello, > > On Thursday 13 April 2006 21:00, you wrote: > > I saw a similar error when using --enable-x86-sep and not having NPTL > > enabled in glibc. > > Try configuring without --enable-x86-sep (used in the README.INSTALL > > Pentium x86 example, the default is d

Re: [Xenomai-help] Problems running testsuite

2006-04-14 Thread Tobias Marschall
Hello, On Thursday 13 April 2006 21:00, you wrote: > I saw a similar error when using --enable-x86-sep and not having NPTL > enabled in glibc. > Try configuring without --enable-x86-sep (used in the README.INSTALL > Pentium x86 example, the default is disabled). that did the trick, thank you for t