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

Problem with catkin_make on ARM #39

Closed
ghost opened this issue Aug 11, 2014 · 1 comment
Closed

Problem with catkin_make on ARM #39

ghost opened this issue Aug 11, 2014 · 1 comment

Comments

@ghost
Copy link

ghost commented Aug 11, 2014

I'm trying to build SVO on an ODROID U3 running ROS Hydro. Running catkin_make seems to go smoothly until the very end, at which point I get the following errors (at 100%):

Linking CXX executable /root/catkin_ws/devel/lib/svo_ros/vo
/opt/ros/hydro/lib/libtf.so: undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
collect2: error: ld returned 1 exit status
make[2]: *** [/root/catkin_ws/devel/lib/svo_ros/vo] Error 1
make[1]: *** [rpg_svo/svo_ros/CMakeFiles/vo.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
Linking CXX executable /root/catkin_ws/devel/lib/svo_ros/benchmark
/opt/ros/hydro/lib/libtf.so: undefined reference to `ros::console::print(ros::console::FilterBase*, log4cxx::Logger*, ros::console::levels::Level, char const*, int, char const*, char const*, ...)'
collect2: error: ld returned 1 exit status
make[2]: *** [/root/catkin_ws/devel/lib/svo_ros/benchmark] Error 1
make[1]: *** [rpg_svo/svo_ros/CMakeFiles/benchmark.dir/all] Error 2
make: *** [all] Error 2
Invoking "make" failed
@ghost
Copy link
Author

ghost commented Aug 12, 2014

Fixed this problem by removing and reinstalling some ROS packages. SVO build completes now.

@ghost ghost closed this as completed Aug 12, 2014
This issue was closed.
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

0 participants