The build space at ‘/home/abc/catkin_ws/build‘ was previously built by ‘catkin_make‘. Please remove

问题

使用catkin build时报错,出现

The build space at '/home/abc/catkin_ws/build' was previously built by 
'catkin_make'. Please remove the build space or pick a different build space.

解决方法

输入

rm devel build -r

再使用

catkin build

可以看到问题解决
The build space at ‘/home/abc/catkin_ws/build‘ was previously built by ‘catkin_make‘. Please remove_第1张图片

你可能感兴趣的:(linux,数据库)