From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <4AF83820.2030209@domain.hid> Date: Mon, 09 Nov 2009 16:41:20 +0100 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <4AF813D2.2000001@domain.hid> <4AF82BFA.1080903@domain.hid> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai-core] Context-sharing semaphores List-Id: Xenomai life and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Remco den Breeje Cc: Jan Kiszka , xenomai-core Remco den Breeje wrote: > On Mon, Nov 9, 2009 at 3:49 PM, Gilles Chanteperdrix > wrote: >> Ah. Sorry. Found the bug in the mean time. It is in the Makefile. You do >> not pass the compilation flags for compilation for Xenomai posix skin. >> So, your user space application uses plain linux semaphores. > > Ah, that makes sense. > I'm able to run my test-app after adding the posix flags. Ok, thanks. But as Jan said, the future-proof design is to use an RTDM driver. And for emulation purposes, you can create a dummy driver which triggers an RTDM event unblocking the ioctl periodically. -- Gilles