Cyril Wallois wrote:
> Hi everybody,
>
> I have try to solve my problem by using a newer kernel (2.6.30) without
> success, I have always the same issue with rtnet when I try rtping :
>
> #./rtping 127.0.0.1
> Xenomai: suspending kernel thread bf009310 ('rtnet-rtpc') at 0xc002d3c8
> after exception #0
Why simply not disassembling the kernel and looking at what is at
0xc002d3c8 and looking at the values of the registers? It is entirely
possible that the RTnet IP stack requires unaligned accesses (the
vanilla kernel does it, notably for handling of IP options), and as you
may know it, unaligned accesses may require software emulation on some
platforms. However, I am not sure you would get an exception #0 in that
case. Your post does not even tell us on what platform you get this
issue, though I suspect this is ARM.
--
Gilles.
_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help