Sorry for the late feedback.

I found the source where it goes wrong:

    if (poolsize > 0) {
        ret = __RT(setsockopt(sock, SOL_XDDP, XDDP_POOLSZ,
                      &poolsize, sizeof(poolsize)));
        if (ret)
            goto fail_sockopt;
    }

Hope there could be found a solution for me.




Am 29.10.2014 08:24, schrieb Registrierungen:


Sure. i compiled xenomai as your suggestion.
Ive got a a little problem with my eclipse debug enviroment.
It still does not debug into the xenomai files at moment. so i will fix
it first and come back with new informations.


Am 29.10.2014 08:04, schrieb Philippe Gerum:
On 10/29/2014 07:56 AM, Registrierungen wrote:
Addendum:
I am using a x64 Kernel.
Does it matter?
No, it does not. Do you plan to debug with gdb as I suggested?




_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai


_______________________________________________
Xenomai mailing list
[email protected]
http://www.xenomai.org/mailman/listinfo/xenomai

Reply via email to