ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange
Ask Your Question
0

qt_gui_cpp error when installing indigo on rp2

asked 2015-06-16 04:56:58 -0500

ozgur gravatar image

I'm trying to install ROS Indigo on RP2 but when I do the step 2.3 (Building the catkin workspace) as in the tutorial it freezes every time at that point. Is somone know why it happens? http://wiki.ros.org/ROSberryPi/Instal...

==> Processing catkin package: 'qt_gui_cpp'

==> Building with env: '/opt/ros/indigo/env.sh'

Makefile exists, skipping explicit cmake invocation...

==> make cmake_check_build_system in '/home/pi/ros_catkin_ws/build_isolated/qt_gui_cpp'

==> make -j4 -l4 in '/home/pi/ros_catkin_ws/build_isolated/qt_gui_cpp'

[ 37%] Built target qt_gui_cpp [ 40%] Compiling generated code for qt_gui_cpp_sip Python bindings... make[3]: warning: jobserver unavailable: using -j1. Add '+' to parent make rule.

[ 44%] [ 48%] [ 51%] Building CXX object src/qt_gui_cpp_shiboken/CMakeFiles/qt_gui_cpp_shiboken.dir/libqt_gui_cpp_shiboken/qt_gui_cpp_pluginbridge_wrapper.cpp.o Building CXX object src/qt_gui_cpp_shiboken/CMakeFiles/qt_gui_cpp_shiboken.dir/libqt_gui_cpp_shiboken/qt_gui_cpp_rospluginlibpluginprovider_forplugins_wrapper.cpp.o Building CXX object src/qt_gui_cpp_shiboken/CMakeFiles/qt_gui_cpp_shiboken.dir/libqt_gui_cpp_shiboken/qt_gui_cpp_rospluginlibpluginprovider_forpluginproviders_wrapper.cpp.o

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2015-06-17 12:45:23 -0500

corb gravatar image

For RP2, use "make -j1" rather than j4. The RP2 doesnt have enough memory to run more than one instance. (It looks like it may be switching to j1, but configure it for j1 just to be sure).

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2015-06-16 04:53:44 -0500

Seen: 341 times

Last updated: Jun 17 '15