error installing catkin on raspberry pi

asked 2018-03-01 07:35:16 -0500

leversam05 gravatar image

I am trying to install ROS onto a raspberry pi 3 When I run the command line below: $ sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/indigo

the raspberry pi then returns the error message saying:

"Failed to process package 'catkin': command '['make', 'install']' returned non-zero exit status 2"

I believe all the steps prior to this have been successful so not sure why the error message has come up? Can someone help please?

Thanks

edit retag flag offensive close merge delete

Comments

I have the similar issue while installing and running the same command. showing error at "Processing catkin package: 'cpp_common". Please suggest!

Ashkr gravatar image Ashkr  ( 2019-09-10 21:05:39 -0500 )edit