Advertisement
Guest User

Untitled

a guest
Aug 30th, 2018
173
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.36 KB | None | 0 0
  1. Scanning dependencies of target count
  2. [ 90%] Building C object utils/count/CMakeFiles/count.dir/count.c.o
  3. [ 90%] Linking C executable ../../bin/count
  4. [ 90%] Built target count
  5. Scanning dependencies of target not
  6. [ 90%] Building CXX object utils/not/CMakeFiles/not.dir/not.cpp.o
  7. [ 90%] Linking CXX executable ../../bin/not
  8. [ 90%] Built target not
  9. Scanning dependencies of target yaml-bench
  10. [ 90%] Building CXX object utils/yaml-bench/CMakeFiles/yaml-bench.dir/YAMLBench.cpp.o
  11. [ 90%] Linking CXX executable ../../bin/yaml-bench
  12. [ 90%] Built target yaml-bench
  13. Scanning dependencies of target LTO_exports
  14. [ 90%] Creating export file for LTO
  15. [ 90%] Built target LTO_exports
  16. Scanning dependencies of target LTO
  17. [ 90%] Building CXX object tools/lto/CMakeFiles/LTO.dir/LTODisassembler.cpp.o
  18. [ 90%] Building CXX object tools/lto/CMakeFiles/LTO.dir/lto.cpp.o
  19. [ 90%] Linking CXX shared library ../../lib/libLTO.so
  20. /usr/bin/ld: failed to set dynamic section sizes: Memory exhausted
  21. collect2: error: ld returned 1 exit status
  22. tools/lto/CMakeFiles/LTO.dir/build.make:268: recipe for target 'lib/libLTO.so.6.0.1' failed
  23. make[2]: *** [lib/libLTO.so.6.0.1] Error 1
  24. CMakeFiles/Makefile2:18742: recipe for target 'tools/lto/CMakeFiles/LTO.dir/all' failed
  25. make[1]: *** [tools/lto/CMakeFiles/LTO.dir/all] Error 2
  26. Makefile:149: recipe for target 'all' failed
  27. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement