I am trying to source install ROS-Kinetic on a Raspberry Pi 4 with Raspbian Buster. So after the successful installation of ROS-Kinetic, I try to install the ecl_core package since it is required by my robot package. I git clone the same inside ~/ros_kinetic_ws/src and try to build the ros_caktin_ws using sudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic. However, the build fails and throws the following error:
Error: Packages with unknown build types exist
Can not build workspace with packages of unknown build_type
Am I missing specification of some argument in my build command?



I am trying to source install ROS-Kinetic on a Raspberry Pi 4 with Raspbian Buster. So after the successful installation of ROS-Kinetic, I try to install the ecl_core package since it is required by my robot package. I git clone the same inside
~/ros_kinetic_ws/srcand try to build the ros_caktin_ws usingsudo ./src/catkin/bin/catkin_make_isolated --install -DCMAKE_BUILD_TYPE=Release --install-space /opt/ros/kinetic. However, the build fails and throws the following error:Error: Packages with unknown build types exist
Can not build workspace with packages of unknown build_type
Am I missing specification of some argument in my build command?