-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem to build orocos-rtt 2.9 for the xenomai 3 #114
Comments
Discussed here : orocos-toolchain/rtt#263 |
@ahoarau I download your version and execute
Is it a deadlock? |
Hi,
I follow the steps from here (https://github.com/orocos/rtt_ros_integration) and here (https://rtt-lwr.readthedocs.io/en/latest/rtpc/orocos-xenomai.html), to install orocos-rtt in a Ubuntu Mate + Xenomai 3.0.6 environment in a Raspberry Pi 3.
However, in last command, to build, a error occurs when process the 'rtt' package:
It seems that he does not find xenomai libraries. However the "XENOMAI_NATIVE_LIBRARY" variable from the erros, the "native" caught my eye, because it refers to the "native" library from Xenomai 2 versions. It leads to believe that it seeks a Xenomai 2 version, not the Xenomai 3.
Looking the "FindXenomai.cmake" file from the error, he really searches for native library from Xenomai 2.
My question is: does orocos rtt have xenomai 3 support? If yes, how can I resolve this issue?
The text was updated successfully, but these errors were encountered: