Re:Bottom half's in xenomai 2.6

2018-11-27 Thread Manikanta Mylavarapu via Xenomai
Hi.
How can I implement bottom half on xenomai 2.6. I used tasklet kind of
things in Linux.
Please help me.


Re:32bit on 64bit in xenomai 2.6.0

2018-11-06 Thread Manikanta Mylavarapu via Xenomai
Dear all,

I am trying to run 32bit applications on 64bit xenomai. I installed xenomai
2.6.0 on fedora 13 x86_64. I installed all 32bit GCC lib & c librarys
(glibc-devel.i686 & going.i686).

I made one hello world sample (non-rt) app, it is giving error while running
 "-bash: ./a.out: cannot execute binary file" but the same a.out is running
fine on "plain fedora13 x86_64".

My question is on xenomai 2.x can we run 32bit rt & non-rt app on 64bit
kernel? Please help me.