Robotics StackExchange | Archived questions

catkin_make error building vicon_bridge on Hydro

Hi ros users

I have a problem with catkin_make.

I install viconbridge in my catkin workspace, but when i do catkinmake i have this error:

collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/home/wilson/catkin_ws/devel/lib/libmsvc_bridge.so] Error 1
make[1]: *** [vicon_bridge/CMakeFiles/msvc_bridge.dir/all] Error 2
make[1]: *** Se espera a que terminen otras tareas....
Linking CXX executable /home/wilson/catkin_ws/devel/lib/vicon_bridge/testclient
[ 25%] Built target vicon_bridge_generate_messages_cpp
collect2: ld terminated with signal 11 [Segmentation fault], core dumped
make[2]: *** [/home/wilson/catkin_ws/devel/lib/vicon_bridge/testclient] Error 1
make[1]: *** [vicon_bridge/CMakeFiles/testclient.dir/all] Error 2
make: *** [all] Error 2
Invoking "make" failed

[ROS Hydro and Ubuntu 12.04]

How do I fix this error, and what does it mean?

Asked by Szajo on 2015-05-06 20:36:40 UTC

Comments

I've updated the title and tags to better describe the question, as it was too generic.

Asked by gvdhoorn on 2015-05-07 01:52:33 UTC

Answers