All of lore.kernel.org
 help / color / mirror / Atom feed
* [Xenomai-help] ABI
@ 2012-03-02 14:56 Utsav Patel
  2012-03-02 15:25 ` Gilles Chanteperdrix
  0 siblings, 1 reply; 2+ messages in thread
From: Utsav Patel @ 2012-03-02 14:56 UTC (permalink / raw)
  To: xenomai

 While running the program, I am getting this.

ceems@domain.hid$ ./hello
Xenomai: incompatible ABI revision level
(needed=1, current=4).

Can any one tell me what this means? What should I do?


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [Xenomai-help] ABI
  2012-03-02 14:56 [Xenomai-help] ABI Utsav Patel
@ 2012-03-02 15:25 ` Gilles Chanteperdrix
  0 siblings, 0 replies; 2+ messages in thread
From: Gilles Chanteperdrix @ 2012-03-02 15:25 UTC (permalink / raw)
  To: Utsav Patel; +Cc: xenomai

On 03/02/2012 03:56 PM, Utsav Patel wrote:
>  While running the program, I am getting this.
> 
> ceems@domain.hid$ ./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.


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-03-02 15:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-02 14:56 [Xenomai-help] ABI Utsav Patel
2012-03-02 15:25 ` Gilles Chanteperdrix

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.