raulmur / ORB_SLAM2

Real-Time SLAM for Monocular, Stereo and RGB-D Cameras, with Loop Detection and Relocalization Capabilities
Other
9.37k stars 4.69k forks source link

Makefile:83: recipe for target 'all' failed make: *** [all] Error 2 #916

Open EasternH opened 4 years ago

EasternH commented 4 years ago

CMakeFiles/ORB_SLAM2.dir/build.make:86: recipe for target 'CMakeFiles/ORB_SLAM2.dir/src/Tracking.cc.o' failed make[2]: [CMakeFiles/ORB_SLAM2.dir/src/Tracking.cc.o] Error 1 make[2]: Waiting for unfinished jobs.... CMakeFiles/ORB_SLAM2.dir/build.make:494: recipe for target 'CMakeFiles/ORB_SLAM2.dir/src/Viewer.cc.o' failed make[2]: [CMakeFiles/ORB_SLAM2.dir/src/Viewer.cc.o] Error 1 CMakeFiles/ORB_SLAM2.dir/build.make:62: recipe for target 'CMakeFiles/ORB_SLAM2.dir/src/System.cc.o' failed make[2]: [CMakeFiles/ORB_SLAM2.dir/src/System.cc.o] Error 1 CMakeFiles/ORB_SLAM2.dir/build.make:134: recipe for target 'CMakeFiles/ORB_SLAM2.dir/src/LoopClosing.cc.o' failed make[2]: [CMakeFiles/ORB_SLAM2.dir/src/LoopClosing.cc.o] Error 1 CMakeFiles/ORB_SLAM2.dir/build.make:110: recipe for target 'CMakeFiles/ORB_SLAM2.dir/src/LocalMapping.cc.o' failed make[2]: [CMakeFiles/ORB_SLAM2.dir/src/LocalMapping.cc.o] Error 1 CMakeFiles/Makefile2:252: recipe for target 'CMakeFiles/ORB_SLAM2.dir/all' failed make[1]: [CMakeFiles/ORB_SLAM2.dir/all] Error 2 Makefile:83: recipe for target 'all' failed make: [all] Error 2

I wonder where wrong about my installation......,what need I do.

ghost commented 4 years ago

These error messages are not enough, you need to be more specific for understanding the problem and trying to help you.

EasternH commented 4 years ago

These error messages are not enough, you need to be more specific for understanding the problem and trying to help you.

OK , I have found the solution.

srujanpanuganti commented 4 years ago

I am encountering the same error. How did you solve it? @EasternH

SmileyScientist commented 4 years ago

I am having the same error. Can you please elaborate @EasternH ?

rfzeg commented 4 years ago

These error messages are not enough, you need to be more specific for understanding the problem and trying to help you.

OK , I have found the solution.

@EasternH ? Could you bother to share how you fixed it?