On Sat, 2010-11-20 at 13:07 -0500, David Schlesinger wrote: > Hi, > > I am new to Xenomai. I've compiled a program using Xenomai and when > running it I recieve the following error: > > Xenomai: incompatible ABI revision level > (needed=1, current=3). >
This means you have outdated Xenomai libs (abirev=1) calling a recent Xenomai kernel support (abirev=3). > I'm not sure if there is a way to fix this error without reinstalling > Xenomai from scratch. > You probably need to rebuild your Xenomai libs (the configure+make install step) using the same source tree than the kernel side does (i.e. where you picked prepare-kernel.sh from), and relink your apps against these. > Thank You, > David > -- Philippe. _______________________________________________ Xenomai-help mailing list [email protected] https://mail.gna.org/listinfo/xenomai-help
