Skip to content

Instantly share code, notes, and snippets.

@amiltonwong
Created November 29, 2015 15:08
Show Gist options
  • Save amiltonwong/396165c4c1aac7f86bb9 to your computer and use it in GitHub Desktop.
Save amiltonwong/396165c4c1aac7f86bb9 to your computer and use it in GitHub Desktop.
catkin_make error
root@milton-ThinkPad-T450:~/catkin_ws# catkin_make dpptam
Base path: /root/catkin_ws
Source space: /root/catkin_ws/src
Build space: /root/catkin_ws/build
Devel space: /root/catkin_ws/devel
Install space: /root/catkin_ws/install
####
#### Running command: "cmake /root/catkin_ws/src -DCATKIN_DEVEL_PREFIX=/root/catkin_ws/devel -DCMAKE_INSTALL_PREFIX=/root/catkin_ws/install -G Unix Makefiles" in "/root/catkin_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /root/catkin_ws/devel
-- Using CMAKE_PREFIX_PATH: /root/catkin_ws/devel;/opt/ros/indigo
-- This workspace overlays: /root/catkin_ws/devel;/opt/ros/indigo
-- Using PYTHON_EXECUTABLE: /usr/bin/python
-- Using Debian Python package layout
-- Using empy: /usr/bin/empy
-- Using CATKIN_ENABLE_TESTING: ON
-- Call enable_testing()
-- Using CATKIN_TEST_RESULTS_DIR: /root/catkin_ws/src/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.6.14
-- Configuring done
-- Generating done
-- Build files have been written to: /root/catkin_ws/src
####
#### Running command: "make dpptam -j4 -l4" in "/root/catkin_ws/build"
####
make: *** No rule to make target `dpptam'. Stop.
Invoking "make dpptam -j4 -l4" failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment