hello, can you help me out? [closed]

asked 2018-07-14 20:21:23 -0600

usr/bin/ld: out of memory allocating 1633836916 bytes after a total of 1892352 bytes collect2: error: ld returned 1 exit status modules/features2d/CMakeFiles/opencv_features2d.dir/build.make:710: 'lib/libopencv_features2d.so.3.3.0' 타겟에 대한 명령이 실패했습니다 make[2]: * [lib/libopencv_features2d.so.3.3.0] 오류 1 CMakeFiles/Makefile2:10816: 'modules/features2d/CMakeFiles/opencv_features2d.dir/all' 타겟에 대한 명령이 실패했습니다 make[1]: [modules/features2d/CMakeFiles/opencv_features2d.dir/all] 오류 2 Makefile:160: 'all' 타겟에 대한 명령이 실패했습니다 make: ** [all] 오류 2

hmm.. sorry for writing korea, but i have this problem. so I don'y know what i should do..

edit retag flag offensive reopen merge delete

Closed for the following reason the question is answered, right answer was accepted by sturkmen
close date 2020-11-17 04:12:03.049593

Comments

you're running out of memory. try to restrict it to a single thread, like:

make -j1
berak gravatar imageberak ( 2018-07-15 01:19:54 -0600 )edit