On 03/02/2012 03:56 PM, Utsav Patel wrote:
>  While running the program, I am getting this.
> 
> ceems@ceems-desktop:~/Desktop$ ./hello
> Xenomai: incompatible ABI revision level
> (needed=1, current=4).
> 
> Can any one tell me what this means? What should I do?

You get this error when mixing xenomai user-space support dans
kernel-space support from different branches. For instance xenomai
kernel-space version from branch 2.5 with xenomai user-space support
from branch 2.6.

What you should do is compile xenomai kernel-space and user-space using
sources in the same branch.

Another possible explanation is that you are using gcc 4.6 on x86. And
in that case, you should add "-fno-omit-frame-pointer" to the CFLAGS you
pass to xenomai user-space configure script.

-- 
                                            Gilles.

_______________________________________________
Xenomai-help mailing list
[email protected]
https://mail.gna.org/listinfo/xenomai-help

Reply via email to