Re: ABI Mismatch

2021-11-05 Thread Jan Kiszka via Xenomai
ary. > > Running the installed kernel and trying to use the library > launching: "sudo //bin/latency" > gives me the error: > "ABI mismatch: required r18, provided r17" This means your kernel is 3.1-based while userland is 3.2-based (master/next/-rcX). > &

ABI Mismatch

2021-11-05 Thread Lorenzo Battini via Xenomai
//bin/latency" gives me the error: "ABI mismatch: required r18, provided r17" and if i install a compiled 3.0 version of Xenomai library and rty the same test, i get the error: "ABI mismatch: required r16, provided r17" it seems i cannot have the r17 version of ABI. What m