Robotics StackExchange | Archived questions

Raspberry Hydro jessie compilation error topic_manager.cpp.o failed

After a while I realised that it was a memory problem. I used the new Raspberry pi Model with more RAM and I set up the sistem to run to 800Mhz.

And it compiles well. Thank you again.


Hello, I am compiling Ros Hydro for Raspberry under raspbian jessie but I am having the next problem :


==> Processing catkin package: 'roscpp'

==> Building with env: '/home/gusa/roscatkinws/install_isolated/env.sh'

Makefile exists, skipping explicit cmake invocation...

==> make cmakecheckbuildsystem in '/home/gusa/roscatkinws/buildisolated/roscpp'

==> make -j1 -l1 in '/home/gusa/roscatkinws/build_isolated/roscpp'

[ 6%] Built target roscppgeneratemessagescpp [ 6%] Built target roscppgencpp [ 8%] Building CXX object CMakeFiles/roscpp.dir/src/libros/topic_manager.cpp.o

In file included from /usr/include/boost/signals.hpp:9:0,

             from /home/gusa/ros_catkin_ws/src/ros_comm/roscpp/include/ros/connection.h:41,

             from /home/gusa/ros_catkin_ws/src/ros_comm/roscpp/include/ros/connection_manager.h:29,

             from /home/gusa/ros_catkin_ws/src/ros_comm/roscpp/src/libros/topic_manager.cpp:30:

/usr/include/boost/signal.hpp:17:4: warning: #warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to Boost.Signals2. To disable this warning message, define

BOOSTSIGNALSNODEPRECATIONWARNING." [-Wcpp]

# warning "Boost.Signals is no longer being maintained and is now deprecated. Please switch to

Boost.Signals2. To disable this warning message, define BOOSTSIGNALSNODEPRECATIONWARNING."

^

c++: internal compiler error: Killed (program cc1plus) Please submit a full bug report, with preprocessed source if appropriate.

See file:///usr/share/doc/gcc-4.8/README.Bugs for instructions.

CMakeFiles/roscpp.dir/build.make:445: recipe for target 'CMakeFiles/roscpp.dir/src/libros/topicmanager.cpp.o' failed make[2]: *** [CMakeFiles/roscpp.dir/src/libros/topicmanager.cpp.o] Error 4 CMakeFiles/Makefile2:122: recipe for target 'CMakeFiles/roscpp.dir/all' failed make[1]: *** [CMakeFiles/roscpp.dir/all] Error 2

Makefile:123: recipe for target 'all' failed

make: *** [all] Error 2

<== Failed to process package 'roscpp': Command '/home/gusa/roscatkinws/install_isolated/env.sh make -j1 -l1' returned non-zero exit status 2

Reproduce this error by running: ==> cd /home/gusa/roscatkinws/buildisolated/roscpp && /home/gusa/roscatkinws/installisolated/env.sh make -j1 -l1


Do you need more information?. Please, let me know. Thank you for your help.

Asked by Gusa on 2014-05-17 01:03:35 UTC

Comments

Answers