Skip to content
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

catkin build err #322

Open
dbdxnuliba opened this issue Jul 31, 2020 · 2 comments
Open

catkin build err #322

dbdxnuliba opened this issue Jul 31, 2020 · 2 comments

Comments

@dbdxnuliba
Copy link

CMake Error at /opt/ros/kinetic/lib/cmake/orocos-rtt/orocos-rtt-config.cmake:98 (include):
include could not find load file:

/opt/ros/kinetic/lib/cmake/orocos-rtt/orocos-rtt-config-xenomai.cmake

Call Stack (most recent call first):
CMakeLists.txt:20 (find_package)

CMake Error at /opt/ros/kinetic/lib/cmake/orocos-rtt/orocos-rtt-config.cmake:98 (include):
include could not find load file:

/opt/ros/kinetic/lib/cmake/orocos-rtt/orocos-rtt-config-xenomai.cmake

Call Stack (most recent call first):
mqueue/CMakeLists.txt:1 (find_package)

CMake Error at /opt/ros/kinetic/lib/cmake/orocos-rtt/orocos-rtt-config.cmake:98 (include):
include could not find load file:

/opt/ros/kinetic/lib/cmake/orocos-rtt/orocos-rtt-config-xenomai.cmake

Call Stack (most recent call first):
corba/CMakeLists.txt:1 (find_package)

@dbdxnuliba dbdxnuliba changed the title catkin build catkin build err Jul 31, 2020
@meyerj
Copy link
Member

meyerj commented Jul 31, 2020

The ROS kinetic distribution only provides binaries for the gnulinux target. There is no ros-kinetic-rtt-xenomai package or similar. Is that what you are using? Or did you build RTT from source and installed to /opt/ros/kinetic?

If it is not intentional to compile for the xenomai target, check the OROCOS_TARGET environment variable (defaults to gnulinux on Linux) and OROCOS_TARGET cmake variable.

@dbdxnuliba
Copy link
Author

ok, thanks I see

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants