Guest User

Untitled

a guest
Sep 27th, 2018
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.05 KB | None | 0 0
  1. [issotm@PandaComputer build]$ cmake -G "Unix Makefiles" -DLLVM_TARGETS_TO_BUILD="GBZ80" ../llvm-gbz80
  2. -- The C compiler identification is GNU 8.2.1
  3. -- The CXX compiler identification is GNU 8.2.1
  4. -- The ASM compiler identification is GNU
  5. -- Found assembler: /usr/bin/cc
  6. -- Check for working C compiler: /usr/bin/cc
  7. -- Check for working C compiler: /usr/bin/cc -- works
  8. -- Detecting C compiler ABI info
  9. -- Detecting C compiler ABI info - done
  10. -- Detecting C compile features
  11. -- Detecting C compile features - done
  12. -- Check for working CXX compiler: /usr/bin/c++
  13. -- Check for working CXX compiler: /usr/bin/c++ -- works
  14. -- Detecting CXX compiler ABI info
  15. -- Detecting CXX compiler ABI info - done
  16. -- Detecting CXX compile features
  17. -- Detecting CXX compile features - done
  18. -- No build type selected, default to Debug
  19. -- Looking for dlfcn.h
  20. CMake Warning (dev) at /usr/share/cmake-3.12/Modules/CheckIncludeFile.cmake:70 (message):
  21. Policy CMP0075 is not set: Include file check macros honor
  22. CMAKE_REQUIRED_LIBRARIES. Run "cmake --help-policy CMP0075" for policy
  23. details. Use the cmake_policy command to set the policy and suppress this
  24. warning.
  25.  
  26. CMAKE_REQUIRED_LIBRARIES is set to:
  27.  
  28. m
  29.  
  30. For compatibility with CMake 3.11 and below this check is ignoring it.
  31. Call Stack (most recent call first):
  32. cmake/config-ix.cmake:26 (check_include_file)
  33. CMakeLists.txt:574 (include)
  34. This warning is for project developers. Use -Wno-dev to suppress it.
  35.  
  36. -- Looking for dlfcn.h - found
  37. -- Looking for errno.h
  38. -- Looking for errno.h - found
  39. -- Looking for fcntl.h
  40. -- Looking for fcntl.h - found
  41. -- Looking for link.h
  42. -- Looking for link.h - found
  43. -- Looking for malloc.h
  44. -- Looking for malloc.h - found
  45. -- Looking for malloc/malloc.h
  46. -- Looking for malloc/malloc.h - not found
  47. -- Looking for pthread.h
  48. -- Looking for pthread.h - found
  49. -- Looking for signal.h
  50. -- Looking for signal.h - found
  51. -- Looking for sys/ioctl.h
  52. -- Looking for sys/ioctl.h - found
  53. -- Looking for sys/mman.h
  54. -- Looking for sys/mman.h - found
  55. -- Looking for sys/param.h
  56. -- Looking for sys/param.h - found
  57. -- Looking for sys/resource.h
  58. -- Looking for sys/resource.h - found
  59. -- Looking for sys/stat.h
  60. -- Looking for sys/stat.h - found
  61. -- Looking for sys/time.h
  62. -- Looking for sys/time.h - found
  63. -- Looking for sys/types.h
  64. -- Looking for sys/types.h - found
  65. -- Looking for termios.h
  66. -- Looking for termios.h - found
  67. -- Looking for unistd.h
  68. -- Looking for unistd.h - found
  69. -- Looking for valgrind/valgrind.h
  70. -- Looking for valgrind/valgrind.h - found
  71. -- Looking for zlib.h
  72. -- Looking for zlib.h - found
  73. -- Looking for fenv.h
  74. -- Looking for fenv.h - found
  75. -- Looking for FE_ALL_EXCEPT
  76. -- Looking for FE_ALL_EXCEPT - found
  77. -- Looking for FE_INEXACT
  78. -- Looking for FE_INEXACT - found
  79. -- Looking for mach/mach.h
  80. -- Looking for mach/mach.h - not found
  81. -- Looking for histedit.h
  82. -- Looking for histedit.h - found
  83. -- Looking for CrashReporterClient.h
  84. -- Looking for CrashReporterClient.h - not found
  85. -- Looking for linux/magic.h
  86. -- Looking for linux/magic.h - found
  87. -- Looking for pthread_create in pthread
  88. -- Looking for pthread_create in pthread - found
  89. -- Looking for pthread_getspecific in pthread
  90. -- Looking for pthread_getspecific in pthread - found
  91. -- Looking for pthread_rwlock_init in pthread
  92. -- Looking for pthread_rwlock_init in pthread - found
  93. -- Looking for pthread_mutex_lock in pthread
  94. -- Looking for pthread_mutex_lock in pthread - found
  95. -- Looking for dlopen in dl
  96. -- Looking for dlopen in dl - found
  97. -- Looking for clock_gettime in rt
  98. -- Looking for clock_gettime in rt - found
  99. -- Looking for pfm_initialize in pfm
  100. -- Looking for pfm_initialize in pfm - not found
  101. -- Looking for pthread.h
  102. -- Looking for pthread.h - found
  103. -- Looking for pthread_create
  104. -- Looking for pthread_create - not found
  105. -- Looking for pthread_create in pthreads
  106. -- Looking for pthread_create in pthreads - not found
  107. -- Looking for pthread_create in pthread
  108. -- Looking for pthread_create in pthread - found
  109. -- Found Threads: TRUE
  110. -- Looking for compress2 in z
  111. -- Looking for compress2 in z - found
  112. -- Looking for el_init in edit
  113. -- Looking for el_init in edit - found
  114. -- Looking for setupterm in tinfo
  115. -- Looking for setupterm in tinfo - found
  116. -- Found LibXml2: /usr/lib/libxml2.so (found version "2.9.8")
  117. -- Looking for xar_open in xar
  118. -- Looking for xar_open in xar - not found
  119. -- Looking for arc4random
  120. -- Looking for arc4random - not found
  121. -- Looking for backtrace
  122. -- Looking for backtrace - found
  123. -- backtrace facility detected in default set of libraries
  124. -- Found Backtrace: /usr/include
  125. -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
  126. -- Performing Test C_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed
  127. -- Looking for _Unwind_Backtrace
  128. -- Looking for _Unwind_Backtrace - found
  129. -- Looking for getpagesize
  130. -- Looking for getpagesize - found
  131. -- Looking for sysconf
  132. -- Looking for sysconf - found
  133. -- Looking for getrusage
  134. -- Looking for getrusage - found
  135. -- Looking for setrlimit
  136. -- Looking for setrlimit - found
  137. -- Looking for isatty
  138. -- Looking for isatty - found
  139. -- Looking for futimens
  140. -- Looking for futimens - found
  141. -- Looking for futimes
  142. -- Looking for futimes - found
  143. -- Looking for posix_fallocate
  144. -- Looking for posix_fallocate - found
  145. -- Looking for sigaltstack
  146. -- Looking for sigaltstack - found
  147. -- Looking for lseek64
  148. -- Looking for lseek64 - found
  149. -- Looking for mallctl
  150. -- Looking for mallctl - not found
  151. -- Looking for mallinfo
  152. -- Looking for mallinfo - found
  153. -- Looking for malloc_zone_statistics
  154. -- Looking for malloc_zone_statistics - not found
  155. -- Looking for getrlimit
  156. -- Looking for getrlimit - found
  157. -- Looking for posix_spawn
  158. -- Looking for posix_spawn - found
  159. -- Looking for pread
  160. -- Looking for pread - found
  161. -- Looking for realpath
  162. -- Looking for realpath - found
  163. -- Looking for sbrk
  164. -- Looking for sbrk - found
  165. -- Looking for strerror
  166. -- Looking for strerror - found
  167. -- Looking for strerror_r
  168. -- Looking for strerror_r - found
  169. -- Looking for strerror_s
  170. -- Looking for strerror_s - not found
  171. -- Looking for setenv
  172. -- Looking for setenv - found
  173. -- Looking for dlopen
  174. -- Looking for dlopen - found
  175. -- Looking for dladdr
  176. -- Looking for dladdr - not found
  177. -- Looking for __GLIBC__
  178. -- Looking for __GLIBC__ - found
  179. -- Looking for sched_getaffinity
  180. -- Looking for sched_getaffinity - found
  181. -- Looking for CPU_COUNT
  182. -- Looking for CPU_COUNT - found
  183. -- Looking for pthread_getname_np
  184. -- Looking for pthread_getname_np - found
  185. -- Looking for pthread_setname_np
  186. -- Looking for pthread_setname_np - found
  187. -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB
  188. -- Performing Test HAVE_CXX_ATOMICS_WITHOUT_LIB - Success
  189. -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB
  190. -- Performing Test HAVE_CXX_ATOMICS64_WITHOUT_LIB - Success
  191. -- Performing Test LLVM_HAS_ATOMICS
  192. -- Performing Test LLVM_HAS_ATOMICS - Success
  193. -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG
  194. -- Performing Test SUPPORTS_VARIADIC_MACROS_FLAG - Success
  195. -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG
  196. -- Performing Test SUPPORTS_GNU_ZERO_VARIADIC_MACRO_ARGUMENTS_FLAG - Failed
  197. -- Performing Test HAS_MAYBE_UNINITIALIZED
  198. -- Performing Test HAS_MAYBE_UNINITIALIZED - Success
  199. -- Native target X86 is not selected; lli will not JIT code
  200. -- Threads enabled.
  201. -- Doxygen disabled.
  202. -- Go bindings disabled.
  203. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  204. -- Could NOT find OCaml (missing: OCAMLFIND OCAML_VERSION OCAML_STDLIB_PATH)
  205. -- OCaml bindings disabled.
  206. -- Could NOT find Python module pygments
  207. -- Could NOT find Python module pygments.lexers.c_cpp
  208. -- Could NOT find Python module yaml
  209. -- LLVM host triple: x86_64-unknown-linux-gnu
  210. -- LLVM default target triple: x86_64-unknown-linux-gnu
  211. -- Performing Test C_SUPPORTS_FPIC
  212. -- Performing Test C_SUPPORTS_FPIC - Success
  213. -- Performing Test CXX_SUPPORTS_FPIC
  214. -- Performing Test CXX_SUPPORTS_FPIC - Success
  215. -- Building with -fPIC
  216. -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG
  217. -- Performing Test SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG - Success
  218. -- Performing Test C_SUPPORTS_WERROR_DATE_TIME
  219. -- Performing Test C_SUPPORTS_WERROR_DATE_TIME - Success
  220. -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME
  221. -- Performing Test CXX_SUPPORTS_WERROR_DATE_TIME - Success
  222. -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW
  223. -- Performing Test CXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed
  224. -- Performing Test CXX_SUPPORTS_CXX11
  225. -- Performing Test CXX_SUPPORTS_CXX11 - Success
  226. -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG
  227. -- Performing Test CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success
  228. -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
  229. -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed
  230. -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG
  231. -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed
  232. -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG
  233. -- Performing Test CXX_SUPPORTS_CLASS_MEMACCESS_FLAG - Success
  234. -- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
  235. -- Performing Test C_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed
  236. -- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG
  237. -- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success
  238. -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP
  239. -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed
  240. -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG
  241. -- Performing Test C_SUPPORTS_STRING_CONVERSION_FLAG - Failed
  242. -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG
  243. -- Performing Test CXX_SUPPORTS_STRING_CONVERSION_FLAG - Failed
  244. -- Found PythonInterp: /usr/bin/python2.7 (found version "2.7.15")
  245. -- Constructing LLVMBuild project information
  246. -- Linker detection: GNU ld
  247. -- Targeting GBZ80
  248. -- Looking for sys/resource.h
  249. -- Looking for sys/resource.h - found
  250. -- Clang version: 8.0.1
  251. -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG
  252. -- Performing Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG - Failed
  253. -- Configuring done
  254. -- Generating done
  255. -- Build files have been written to: /mnt/data/Jeux/GB ASM/gb_llvm/build
Advertisement
Add Comment
Please, Sign In to add comment