Advertisement
Guest User

cmakerror.log

a guest
Oct 8th, 2019
531
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.03 KB | None | 0 0
  1. Determining if the function itoa exists failed with the following output:
  2. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  3.  
  4. Run Build Command:"/usr/bin/make" "cmTC_192c8/fast"
  5. /usr/bin/make -f CMakeFiles/cmTC_192c8.dir/build.make CMakeFiles/cmTC_192c8.dir/build
  6. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  7. Building C object CMakeFiles/cmTC_192c8.dir/CheckFunctionExists.c.o
  8. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=itoa -o CMakeFiles/cmTC_192c8.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
  9. Linking C executable cmTC_192c8
  10. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_192c8.dir/link.txt --verbose=1
  11. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=itoa -rdynamic CMakeFiles/cmTC_192c8.dir/CheckFunctionExists.c.o -o cmTC_192c8
  12. /usr/bin/ld: CMakeFiles/cmTC_192c8.dir/CheckFunctionExists.c.o: in function `main':
  13. CheckFunctionExists.c:(.text+0x14): undefined reference to `itoa'
  14. collect2: error: ld returned 1 exit status
  15. make[1]: *** [CMakeFiles/cmTC_192c8.dir/build.make:87: cmTC_192c8] Error 1
  16. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  17. make: *** [Makefile:121: cmTC_192c8/fast] Error 2
  18.  
  19.  
  20. Performing C++ SOURCE FILE Test DUMB_CAN_USE_SSE failed with the following output:
  21. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  22.  
  23. Run Build Command:"/usr/bin/make" "cmTC_cdbb3/fast"
  24. /usr/bin/make -f CMakeFiles/cmTC_cdbb3.dir/build.make CMakeFiles/cmTC_cdbb3.dir/build
  25. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  26. Building CXX object CMakeFiles/cmTC_cdbb3.dir/src.cxx.o
  27. /usr/bin/c++ -DDUMB_CAN_USE_SSE -msse -o CMakeFiles/cmTC_cdbb3.dir/src.cxx.o -c /home/pi/zandronum/CMakeFiles/CMakeTmp/src.cxx
  28. c++: error: unrecognized command line option '-msse'; did you mean '-fdse'?
  29. make[1]: *** [CMakeFiles/cmTC_cdbb3.dir/build.make:66: CMakeFiles/cmTC_cdbb3.dir/src.cxx.o] Error 1
  30. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  31. make: *** [Makefile:121: cmTC_cdbb3/fast] Error 2
  32.  
  33. Source file was:
  34. int main() { return 0; }
  35. Determining if the pthread_create exist failed with the following output:
  36. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  37.  
  38. Run Build Command:"/usr/bin/make" "cmTC_ab6fb/fast"
  39. /usr/bin/make -f CMakeFiles/cmTC_ab6fb.dir/build.make CMakeFiles/cmTC_ab6fb.dir/build
  40. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  41. Building C object CMakeFiles/cmTC_ab6fb.dir/CheckSymbolExists.c.o
  42. /usr/bin/cc -o CMakeFiles/cmTC_ab6fb.dir/CheckSymbolExists.c.o -c /home/pi/zandronum/CMakeFiles/CMakeTmp/CheckSymbolExists.c
  43. Linking C executable cmTC_ab6fb
  44. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_ab6fb.dir/link.txt --verbose=1
  45. /usr/bin/cc -rdynamic CMakeFiles/cmTC_ab6fb.dir/CheckSymbolExists.c.o -o cmTC_ab6fb
  46. /usr/bin/ld: CMakeFiles/cmTC_ab6fb.dir/CheckSymbolExists.c.o: in function `main':
  47. CheckSymbolExists.c:(.text+0x38): undefined reference to `pthread_create'
  48. collect2: error: ld returned 1 exit status
  49. make[1]: *** [CMakeFiles/cmTC_ab6fb.dir/build.make:87: cmTC_ab6fb] Error 1
  50. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  51. make: *** [Makefile:121: cmTC_ab6fb/fast] Error 2
  52.  
  53. File /home/pi/zandronum/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
  54. /* */
  55. #include <pthread.h>
  56.  
  57. int main(int argc, char** argv)
  58. {
  59. (void)argv;
  60. #ifndef pthread_create
  61. return ((int*)(&pthread_create))[argc];
  62. #else
  63. (void)argc;
  64. return 0;
  65. #endif
  66. }
  67.  
  68. Determining if the function pthread_create exists in the pthreads failed with the following output:
  69. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  70.  
  71. Run Build Command:"/usr/bin/make" "cmTC_64780/fast"
  72. /usr/bin/make -f CMakeFiles/cmTC_64780.dir/build.make CMakeFiles/cmTC_64780.dir/build
  73. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  74. Building C object CMakeFiles/cmTC_64780.dir/CheckFunctionExists.c.o
  75. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_64780.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
  76. Linking C executable cmTC_64780
  77. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_64780.dir/link.txt --verbose=1
  78. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_64780.dir/CheckFunctionExists.c.o -o cmTC_64780 -lpthreads
  79. /usr/bin/ld: cannot find -lpthreads
  80. collect2: error: ld returned 1 exit status
  81. make[1]: *** [CMakeFiles/cmTC_64780.dir/build.make:87: cmTC_64780] Error 1
  82. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  83. make: *** [Makefile:121: cmTC_64780/fast] Error 2
  84.  
  85.  
  86. Performing C++ SOURCE FILE Test CAN_DO_MFPMATH failed with the following output:
  87. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  88.  
  89. Run Build Command:"/usr/bin/make" "cmTC_92ad6/fast"
  90. /usr/bin/make -f CMakeFiles/cmTC_92ad6.dir/build.make CMakeFiles/cmTC_92ad6.dir/build
  91. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  92. Building CXX object CMakeFiles/cmTC_92ad6.dir/src.cxx.o
  93. /usr/bin/c++ -DCAN_DO_MFPMATH -msse2 -mfpmath=sse -o CMakeFiles/cmTC_92ad6.dir/src.cxx.o -c /home/pi/zandronum/CMakeFiles/CMakeTmp/src.cxx
  94. c++: error: unrecognized command line option '-msse2'
  95. c++: error: unrecognized command line option '-mfpmath=sse'
  96. make[1]: *** [CMakeFiles/cmTC_92ad6.dir/build.make:66: CMakeFiles/cmTC_92ad6.dir/src.cxx.o] Error 1
  97. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  98. make: *** [Makefile:121: cmTC_92ad6/fast] Error 2
  99.  
  100. Source file was:
  101. int main() { return 0; }
  102. Performing C++ SOURCE FILE Test CAN_DO_ARCHSSE2 failed with the following output:
  103. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  104.  
  105. Run Build Command:"/usr/bin/make" "cmTC_63b7c/fast"
  106. /usr/bin/make -f CMakeFiles/cmTC_63b7c.dir/build.make CMakeFiles/cmTC_63b7c.dir/build
  107. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  108. Building CXX object CMakeFiles/cmTC_63b7c.dir/src.cxx.o
  109. /usr/bin/c++ -DCAN_DO_ARCHSSE2 -arch:SSE2 -o CMakeFiles/cmTC_63b7c.dir/src.cxx.o -c /home/pi/zandronum/CMakeFiles/CMakeTmp/src.cxx
  110. c++: error: unrecognized command line option '-arch:SSE2'
  111. make[1]: *** [CMakeFiles/cmTC_63b7c.dir/build.make:66: CMakeFiles/cmTC_63b7c.dir/src.cxx.o] Error 1
  112. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  113. make: *** [Makefile:121: cmTC_63b7c/fast] Error 2
  114.  
  115. Source file was:
  116. int main() { return 0; }
  117. Determining if the function filelength exists failed with the following output:
  118. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  119.  
  120. Run Build Command:"/usr/bin/make" "cmTC_d08ff/fast"
  121. /usr/bin/make -f CMakeFiles/cmTC_d08ff.dir/build.make CMakeFiles/cmTC_d08ff.dir/build
  122. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  123. Building C object CMakeFiles/cmTC_d08ff.dir/CheckFunctionExists.c.o
  124. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=filelength -o CMakeFiles/cmTC_d08ff.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
  125. Linking C executable cmTC_d08ff
  126. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d08ff.dir/link.txt --verbose=1
  127. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=filelength -rdynamic CMakeFiles/cmTC_d08ff.dir/CheckFunctionExists.c.o -o cmTC_d08ff
  128. /usr/bin/ld: CMakeFiles/cmTC_d08ff.dir/CheckFunctionExists.c.o: in function `main':
  129. CheckFunctionExists.c:(.text+0x14): undefined reference to `filelength'
  130. collect2: error: ld returned 1 exit status
  131. make[1]: *** [CMakeFiles/cmTC_d08ff.dir/build.make:87: cmTC_d08ff] Error 1
  132. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  133. make: *** [Makefile:121: cmTC_d08ff/fast] Error 2
  134.  
  135.  
  136. Determining if the function strupr exists failed with the following output:
  137. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  138.  
  139. Run Build Command:"/usr/bin/make" "cmTC_a0d9a/fast"
  140. /usr/bin/make -f CMakeFiles/cmTC_a0d9a.dir/build.make CMakeFiles/cmTC_a0d9a.dir/build
  141. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  142. Building C object CMakeFiles/cmTC_a0d9a.dir/CheckFunctionExists.c.o
  143. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strupr -o CMakeFiles/cmTC_a0d9a.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
  144. Linking C executable cmTC_a0d9a
  145. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a0d9a.dir/link.txt --verbose=1
  146. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strupr -rdynamic CMakeFiles/cmTC_a0d9a.dir/CheckFunctionExists.c.o -o cmTC_a0d9a
  147. /usr/bin/ld: CMakeFiles/cmTC_a0d9a.dir/CheckFunctionExists.c.o: in function `main':
  148. CheckFunctionExists.c:(.text+0x14): undefined reference to `strupr'
  149. collect2: error: ld returned 1 exit status
  150. make[1]: *** [CMakeFiles/cmTC_a0d9a.dir/build.make:87: cmTC_a0d9a] Error 1
  151. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  152. make: *** [Makefile:121: cmTC_a0d9a/fast] Error 2
  153.  
  154.  
  155. Determining if the function stricmp exists failed with the following output:
  156. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  157.  
  158. Run Build Command:"/usr/bin/make" "cmTC_18e79/fast"
  159. /usr/bin/make -f CMakeFiles/cmTC_18e79.dir/build.make CMakeFiles/cmTC_18e79.dir/build
  160. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  161. Building C object CMakeFiles/cmTC_18e79.dir/CheckFunctionExists.c.o
  162. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=stricmp -o CMakeFiles/cmTC_18e79.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
  163. Linking C executable cmTC_18e79
  164. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_18e79.dir/link.txt --verbose=1
  165. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=stricmp -rdynamic CMakeFiles/cmTC_18e79.dir/CheckFunctionExists.c.o -o cmTC_18e79
  166. /usr/bin/ld: CMakeFiles/cmTC_18e79.dir/CheckFunctionExists.c.o: in function `main':
  167. CheckFunctionExists.c:(.text+0x14): undefined reference to `stricmp'
  168. collect2: error: ld returned 1 exit status
  169. make[1]: *** [CMakeFiles/cmTC_18e79.dir/build.make:87: cmTC_18e79] Error 1
  170. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  171. make: *** [Makefile:121: cmTC_18e79/fast] Error 2
  172.  
  173.  
  174. Determining if the function strnicmp exists failed with the following output:
  175. Change Dir: /home/pi/zandronum/CMakeFiles/CMakeTmp
  176.  
  177. Run Build Command:"/usr/bin/make" "cmTC_e0018/fast"
  178. /usr/bin/make -f CMakeFiles/cmTC_e0018.dir/build.make CMakeFiles/cmTC_e0018.dir/build
  179. make[1]: Entering directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  180. Building C object CMakeFiles/cmTC_e0018.dir/CheckFunctionExists.c.o
  181. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strnicmp -o CMakeFiles/cmTC_e0018.dir/CheckFunctionExists.c.o -c /usr/share/cmake-3.13/Modules/CheckFunctionExists.c
  182. Linking C executable cmTC_e0018
  183. /usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e0018.dir/link.txt --verbose=1
  184. /usr/bin/cc -DCHECK_FUNCTION_EXISTS=strnicmp -rdynamic CMakeFiles/cmTC_e0018.dir/CheckFunctionExists.c.o -o cmTC_e0018
  185. /usr/bin/ld: CMakeFiles/cmTC_e0018.dir/CheckFunctionExists.c.o: in function `main':
  186. CheckFunctionExists.c:(.text+0x14): undefined reference to `strnicmp'
  187. collect2: error: ld returned 1 exit status
  188. make[1]: *** [CMakeFiles/cmTC_e0018.dir/build.make:87: cmTC_e0018] Error 1
  189. make[1]: Leaving directory '/home/pi/zandronum/CMakeFiles/CMakeTmp'
  190. make: *** [Makefile:121: cmTC_e0018/fast] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement