iai_kinect2 icon indicating copy to clipboard operation
iai_kinect2 copied to clipboard

Can not generate the execute file after run catkin_make -DCMAKE_BUILD_TYPE="Release"

Open Jiajie-Ye opened this issue 6 years ago • 0 comments

My problem is that it didn't generate the execute file after run catkin_make -DCMAKE_BUILD_TYPE="Release" ,the followings are the screen output,there is strange ,anyone else have meet the problem like this?

Base path: /home/will/ros_ws
Source space: /home/will/ros_ws/src
Build space: /home/will/ros_ws/build
Devel space: /home/will/ros_ws/devel
Install space: /home/will/ros_ws/install
####
#### Running command: "cmake /home/will/ros_ws/src -DCMAKE_BUILD_TYPE=Release -DCATKIN_DEVEL_PREFIX=/home/will/ros_ws/devel -DCMAKE_INSTALL_PREFIX=/home/will/ros_ws/install -G Unix Makefiles" in "/home/will/ros_ws/build"
####
-- Using CATKIN_DEVEL_PREFIX: /home/will/ros_ws/devel
-- Using CMAKE_PREFIX_PATH: /home/will/ros_ws/devel;/opt/ros/indigo
-- This workspace overlays: /home/will/ros_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: /home/will/ros_ws/build/test_results
-- Found gtest sources under '/usr/src/gtest': gtests will be built
-- Using Python nosetests: /usr/bin/nosetests-2.7
-- catkin 0.6.19
-- BUILD_SHARED_LIBS is on
-- Using CATKIN_WHITELIST_PACKAGES: iai_kinect2
-- Configuring done
-- Generating done
-- Build files have been written to: /home/will/ros_ws/build
####
#### Running command: "make -j4 -l4" in "/home/will/ros_ws/build"
####

Why it always stop in this place? Some time I compile other package will also appear this problem.

####
#### Running command: "make -j4 -l4" in "/home/will/ros_ws/build"
####

Anyone help me ,please.

Jiajie-Ye avatar Jul 02 '18 13:07 Jiajie-Ye