Re: [Xenomai-help] 2.6 kernel module with math functions

2005-11-25 Thread Cedric Herreman
OK,I made an extra math module, copying some of the source code from newlib for the functions i needed. It works.Another question : if i create an application (in stead of kernel module) that starts a real time thread. Can i then use math functions inside the real time running part ?In

[Xenomai-help] Interrupt processing crashes in semTake

2005-11-25 Thread Hans-J. Ude
I'm porting an vxWorks application to Xenomai at the moment. When it comes to interrupt handling, there is nothing in the vx skin to handle that (did i overlook something?). First I've tried to handle that down in the xenomai layer but problems occured and someone advised me to use a native

Re: [Xenomai-help] Interrupt processing crashes in semTake

2005-11-25 Thread Philippe Gerum
Hans-J. Ude wrote: I'm porting an vxWorks application to Xenomai at the moment. When it comes to interrupt handling, there is nothing in the vx skin to handle that (did i overlook something?). First I've tried to handle that down in the xenomai layer but problems occured and someone advised me

Re: [Xenomai-help] Priorities in the vxWorks skin

2005-11-25 Thread Philippe Gerum
Hans-J. Ude wrote: When I create some tasks under the vx skin with different priorities and then look at the /proc/xeno/sched file they are all listed with the value 2. Shouldn't priorities be mapped to the internal priority scale? Of course I can't expect the original vx values there but

Re: [Xenomai-help] Newbie question about MVM

2005-11-25 Thread Philippe Gerum
Ashri, Sarit wrote: Hi, I'm new to Linux and Xenomai so excuse me if my question is trivial. Can I install and use the MVM on a Linux 2.4 workstation (Red Hat RHEL 2.1AS) that is not patched by Adeos? Yes. The simulator does not require any kernel support. I'm having trouble installing it

Re: [Xenomai-help] 2.6 kernel module with math functions

2005-11-25 Thread Cedric Herreman
OK,I made an extra math module, copying some of the source code from newlib for the functions i needed. It works.Another question : if i create an application (in stead of kernel module) that starts a real time thread. Can i then use math functions inside the real time running part ?In

Re: [Xenomai-help] 2.6 kernel module with math functions

2005-11-25 Thread Philippe Gerum
Cedric Herreman wrote: OK, I made an extra math module, copying some of the source code from newlib for the functions i needed. It works. Another question : if i create an application (in stead of kernel module) that starts a real time thread. Can i then use math functions inside the real

[Xenomai-help] Interrupt processing crashes in semTake

2005-11-25 Thread Hans-J. Ude
I'm porting an vxWorks application to Xenomai at the moment. When it comes to interrupt handling, there is nothing in the vx skin to handle that (did i overlook something?). First I've tried to handle that down in the xenomai layer but problems occured and someone advised me to use a native

Re: [Xenomai-help] Interrupt processing crashes in semTake

2005-11-25 Thread Philippe Gerum
Hans-J. Ude wrote: I'm porting an vxWorks application to Xenomai at the moment. When it comes to interrupt handling, there is nothing in the vx skin to handle that (did i overlook something?). First I've tried to handle that down in the xenomai layer but problems occured and someone advised me

Re: [Xenomai-help] Interrupt processing crashes in semTake

2005-11-25 Thread Gilles Chanteperdrix
Philippe Gerum wrote: Hans-J. Ude wrote: I'm porting an vxWorks application to Xenomai at the moment. When it comes to interrupt handling, there is nothing in the vx skin to handle that (did i overlook something?). First I've tried to handle that down in the xenomai layer but