Advertisement
playfulgod

Untitled

Apr 13th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.74 KB | None | 0 0
  1. playfulgod@techygeek:~/llvmlinux/targets/nexus7$ make all
  2. ---------------------------------------------------------------------
  3. Checking build dependencies
  4. ---------------------------------------------------------------------
  5. All build dependencies were found
  6. ---------------------------------------------------------------------
  7. Configure LLVM...
  8. ---------------------------------------------------------------------
  9. -- Could NOT find LibXml2 (missing: LIBXML2_LIBRARIES LIBXML2_INCLUDE_DIR)
  10. -- Target triple: x86_64-unknown-linux-gnu
  11. -- Native target architecture is X86
  12. -- Threads enabled.
  13. -- Building with -fPIC
  14. -- Constructing LLVMBuild project information
  15. -- Targeting AArch64
  16. -- Targeting ARM
  17. -- Targeting X86
  18. CMake Error at cmake/modules/AddLLVM.cmake:83 (add_executable):
  19. add_executable cannot create target "llvm-symbolizer" because another
  20. target with the same name already exists. The existing target is an
  21. executable created in source directory
  22. "/home/playfulgod/llvmlinux/toolchain/clang/src/llvm/projects/compiler-rt/utils/llvm-symbolizer".
  23. See documentation for policy CMP0002 for more details.
  24. Call Stack (most recent call first):
  25. cmake/modules/AddLLVM.cmake:99 (add_llvm_executable)
  26. tools/llvm-symbolizer/CMakeLists.txt:11 (add_llvm_tool)
  27.  
  28.  
  29. CMake Error at cmake/modules/LLVM-Config.cmake:58 (target_link_libraries):
  30. Attempt to add link library "LLVMDebugInfo" to target "llvm-symbolizer"
  31. which is not built in this directory.
  32. Call Stack (most recent call first):
  33. cmake/modules/LLVM-Config.cmake:50 (explicit_llvm_config)
  34. cmake/modules/AddLLVM.cmake:86 (llvm_config)
  35. cmake/modules/AddLLVM.cmake:99 (add_llvm_executable)
  36. tools/llvm-symbolizer/CMakeLists.txt:11 (add_llvm_tool)
  37.  
  38.  
  39. CMake Error at cmake/modules/LLVM-Config.cmake:58 (target_link_libraries):
  40. Attempt to add link library "LLVMObject" to target "llvm-symbolizer" which
  41. is not built in this directory.
  42. Call Stack (most recent call first):
  43. cmake/modules/LLVM-Config.cmake:50 (explicit_llvm_config)
  44. cmake/modules/AddLLVM.cmake:86 (llvm_config)
  45. cmake/modules/AddLLVM.cmake:99 (add_llvm_executable)
  46. tools/llvm-symbolizer/CMakeLists.txt:11 (add_llvm_tool)
  47.  
  48.  
  49. CMake Error at cmake/modules/LLVM-Config.cmake:58 (target_link_libraries):
  50. Attempt to add link library "LLVMSupport" to target "llvm-symbolizer" which
  51. is not built in this directory.
  52. Call Stack (most recent call first):
  53. cmake/modules/LLVM-Config.cmake:50 (explicit_llvm_config)
  54. cmake/modules/AddLLVM.cmake:86 (llvm_config)
  55. cmake/modules/AddLLVM.cmake:99 (add_llvm_executable)
  56. tools/llvm-symbolizer/CMakeLists.txt:11 (add_llvm_tool)
  57.  
  58.  
  59. -- Configuring incomplete, errors occurred!
  60. make: *** [/home/playfulgod/llvmlinux/toolchain/clang/state/llvm-configure] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement