From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <437CFE92.7030405@domain.hid> Date: Thu, 17 Nov 2005 23:05:06 +0100 From: Philippe Gerum MIME-Version: 1.0 Subject: Re: [Xenomai-help] kernel module misses rt_get_time References: <20051117214647.61520725.gda@domain.hid> <17276.63656.808394.36984@domain.hid> In-Reply-To: <17276.63656.808394.36984@domain.hid> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: Help regarding installation and common use of Xenomai List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gilles Chanteperdrix Cc: xenomai@xenomai.org Gilles Chanteperdrix wrote: > Gerald Dachs wrote: > > Hi, > > > > I am new to xenomai, sorry if I ask something stupid. > > I try to use a kernel module with xenomai, but upon loading it > > misses rt_get_time. It looks like it was build with rtai. I have thought > > I could use it with xenomai via the rtai skin. > > In the rtai skin I found only rt_get_time_ns. > > Searching the web I found them both mentioned, I didn't found > > that it is replaced by another function. Is xnpod_get_time the > > same? > > Looking at branch 2.0 RTAI skin, the rt_get_time function appears to be > missing. Looking at branch 2.1 RTAI skin, the future trunk, well, there > is nothing but the init.c file. There is no user-space support for the RTAI skin currently. > > So, using xnpod_get_time appears to be the safe bet. > -- Philippe.