catkin_make: No rule to make target 'install'. Stop for requirements files

asked 2022-07-18 00:31:13 -0500

Petros ADLATUS gravatar image

updated 2022-07-19 02:32:06 -0500

Hello,

I try to create this package (https://github.com/jsk-ros-pkg/coral_...) not with catkin_build as in the instructions, but classically via catkin_make. However, this always fails.

Generating reconfiguration files for EdgeTPUPanoramaSemanticSegmenter in coral_usb
Wrote header file in /home/pkatsoulakos/catkin_ws/devel/include/coral_usb/EdgeTPUPanoramaSemanticSegmenterConfig.h
[ 23%] Built target coral_usb_gencfg
make: *** [Makefile:141: all] Error 2
Invoking "make -j4 -l4" failed

+++++++ UPDATE+ +++++++ I was able to fix the first Error, but still got this one

file:///home/pkatsoulakos/Pictures/Screenshot%20from%202022-07-19%2007-54-42.png

Additionally the updated CMakeLists file: https://drive.google.com/file/d/1CjNg...

Thanks

edit retag flag offensive close merge delete