Catkin_make error
I got this error while running catkin_make. I am working on ROS Indigo, ubuntu version 14.04
kindly help in this regrds.
Error is mentioned below:
Built target rgbdslamgeneratemessages
Scanning dependencies of target rgbdslam
[ 36%] make[2]: *** No rule to make target /usr/lib/libcxsparse.so.2.2.3', needed by
/home/zarneel/rgbdslamcatkinws/devel/lib/rgbdslam/rgbdslam'. Stop.
make[2]: *** Waiting for unfinished jobs....
Building CXX object rgbdslamv2-hydro/CMakeFiles/rgbdslam.dir/src/opennilistener.o
make[1]: *** [rgbdslam_v2-hydro/CMakeFiles/rgbdslam.dir/all] Error 2
make: *** [all] Error 2 Invoking "make -j4 -l4" failed
Asked by Zari on 2015-04-18 10:52:57 UTC
Answers
hi, what is your exact catkin_make command ? make -j4 -l4 seemed strange
Asked by inflo on 2015-04-18 14:58:20 UTC
Comments
@inflo, command isn't strange. -j: jobs; -l: load. https://www.gnu.org/software/make/manual/html_node/Options-Summary.html
Asked by yigit on 2015-04-18 17:34:04 UTC
I follow the same steps mentioned here http://felixendres.github.io/rgbdslam_v2/ Kindly follow this link, I have posted every thing there.
Asked by Zari on 2015-04-19 08:12:35 UTC
The error in above link is the one I'm recently having problem with that
Asked by Zari on 2015-04-19 08:13:54 UTC
Comments
Please post the entire output of the catkin_make command. It seams the real relevant error message of the compiler is above, this is just the log of make stopping the remaining porcesses after one of the parallel executed actions has failed....
Asked by Wolf on 2015-04-19 05:25:53 UTC