Re: [Xenomai] Context switching with POSIX skin

2018-04-03 Thread rodrigo . amaducci
Thank you Greg and Philippe for the quick response. I wasn't aware of the existence of XDDP, and it is exactly what I need. Problem is that when I run even the xddp-echo.c example from http://xenomai.org/documentation/xenomai-3/html/xeno3prm/xddp-echo_8c-example.html I get this error "socket:

Re: [Xenomai] Context switching with POSIX skin

2018-04-03 Thread Philippe Gerum
On 04/03/2018 12:21 PM, rodrigo.amadu...@uam.es wrote: > Thank you Greg and Philippe for the quick response. > > I wasn't aware of the existence of XDDP, and it is exactly what I need. > Problem is that when I run even the xddp-echo.c example from > http://xenomai.org/documentation/xenomai-3/html/

Re: [Xenomai] Simple application for invoking rtdm driver

2018-04-03 Thread Pintu Kumar
Hi, Any clue on this? I guess native and alchemy skin is internally same. Then why rt_dev_xxx does not work with alchemy skin. Please let me know the alternate API to invoke rtdm driver with alchemy skin. Thanks, Pintu On Mon, Apr 2, 2018 at 7:18 PM, Pintu Kumar wrote: > Hi, > > I tried chang

Re: [Xenomai] Unrecoverable FP Unavailable Exception 801

2018-04-03 Thread Steven Seeger
On Monday, April 2, 2018 10:54:54 AM EDT Sagi Maimon wrote: > Hi all, > I am working with: Powerpc e300 SOC. > I am using: xenomai-2.6.4 version > > I am experiencing this exception on my Linux : > Unrecoverable FP Unavailable Exception 801 at c0003858 > Oops: Unrecoverable FP Unavailable Excep

[Xenomai] building Xenomai Apps with CMake (RFC)

2018-04-03 Thread Lange Norbert
Hello, I went ahead and created a script to add support for Xenomai (3+) to CMake. Its currently sufficient for me, but I would like to get this in a shape that it is useful and robust enough for most people. Ultimately it should end up up streamed to CMake (I hope the binutils-specific wrapper

Re: [Xenomai] Unrecoverable FP Unavailable Exception 801

2018-04-03 Thread Lennart Sorensen
On Tue, Apr 03, 2018 at 09:57:52AM -0400, Steven Seeger wrote: > I'm a little curious about the fact that the address this occurred at is > 0xc0003858, which suggests it's kernel code. As Philippe asked, what version > of the ipipe are you using? Also, what is your exact CPU? The e300c2 does not

Re: [Xenomai] Unrecoverable FP Unavailable Exception 801

2018-04-03 Thread Steven Seeger
On Tuesday, April 3, 2018 2:31:38 PM EDT Lennart Sorensen wrote: > On Tue, Apr 03, 2018 at 09:57:52AM -0400, Steven Seeger wrote: > > I'm a little curious about the fact that the address this occurred at is > > 0xc0003858, which suggests it's kernel code. As Philippe asked, what > > version of the