Robotics StackExchange | Archived questions

Catkin_make command doesn't work

 Base path: /home/students/Ablage/JV-Team/catkin_ws
Source space: /home/students/Ablage/JV-Team/catkin_ws/src
Build space: /home/students/Ablage/JV-Team/catkin_ws/build
Devel space: /home/students/Ablage/JV-Team/catkin_ws/devel
Install space: /home/students/Ablage/JV-Team/catkin_ws/install
####
#### Running command: "make cmake_check_build_system" in "/home/students/Ablage/JV-Team/catkin_ws/build"
####
####
#### Running command: "make -j8 -l8" in "/home/students/Ablage/JV-Team/catkin_ws/build"

When I try to catkin make the workspace it runs till this and stops. None of my packages are built. Can anyone please suggest what I should do?

Thanks

Asked by b-sriram on 2016-05-03 07:04:52 UTC

Comments

Catkin doesn't seem to know your packages. Have you followed the tutorial. If so, please include more information on your packages.

Asked by Felix Endres on 2016-05-03 07:52:29 UTC

Hi thanks but i figured out the problem All my package.xml files were reanmed to package.xml.bad Don't know how, but when I changed it, it worked

Asked by b-sriram on 2016-05-03 09:57:05 UTC

Answers