Advertisement
Guest User

cal++ r9 290x errors

a guest
Sep 22nd, 2014
538
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.88 KB | None | 0 0
  1. root@b0x:~/calpp-0.90# cmake .
  2. -- The C compiler identification is GNU 4.7.2
  3. -- The CXX compiler identification is GNU 4.7.2
  4. -- Check for working C compiler: /usr/bin/gcc
  5. -- Check for working C compiler: /usr/bin/gcc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /usr/bin/c++
  9. -- Check for working CXX compiler: /usr/bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Boost version: 1.49.0
  13. -- Found the following Boost libraries:
  14. -- date_time
  15. -- ===========================================================
  16. -- ATI CAL include directory /opt/AMDAPPSDK-2.9-1/include/CAL
  17. -- ATI CAL cl library directory /usr/lib/x86_64-linux-gnu
  18. -- ATI CAL rt library directory /usr/lib/x86_64-linux-gnu
  19. -- Boost version 1_49
  20. -- ===========================================================
  21. -- Configuring done
  22. -- Generating done
  23. -- Build files have been written to: /root/calpp-0.90
  24. root@b0x:~/calpp-0.90# make
  25. Scanning dependencies of target coalescingtest
  26. [ 6%] Building CXX object examples/CMakeFiles/coalescingtest.dir/coalescingtest.cpp.o
  27. Linking CXX executable coalescingtest
  28. [ 6%] Built target coalescingtest
  29. Scanning dependencies of target dbl_nbody
  30. [ 13%] Building CXX object examples/CMakeFiles/dbl_nbody.dir/dbl_nbody.cpp.o
  31. [ 20%] Building CXX object examples/CMakeFiles/dbl_nbody.dir/dbl_nbody_kernel.cpp.o
  32. [ 26%] Building CXX object examples/CMakeFiles/dbl_nbody.dir/dbl_nbody_worker.cpp.o
  33. Linking CXX executable dbl_nbody
  34. [ 26%] Built target dbl_nbody
  35. Scanning dependencies of target matrixmult
  36. [ 33%] Building CXX object examples/CMakeFiles/matrixmult.dir/matrixmult.cpp.o
  37. Linking CXX executable matrixmult
  38. [ 33%] Built target matrixmult
  39. Scanning dependencies of target matrixmult2
  40. [ 40%] Building CXX object examples/CMakeFiles/matrixmult2.dir/matrixmult2.cpp.o
  41. Linking CXX executable matrixmult2
  42. [ 40%] Built target matrixmult2
  43. Scanning dependencies of target matrixmult3
  44. [ 46%] Building CXX object examples/CMakeFiles/matrixmult3.dir/matrixmult3.cpp.o
  45. Linking CXX executable matrixmult3
  46. [ 46%] Built target matrixmult3
  47. Scanning dependencies of target nbody
  48. [ 53%] Building CXX object examples/CMakeFiles/nbody.dir/nbody.cpp.o
  49. [ 60%] Building CXX object examples/CMakeFiles/nbody.dir/nbody_kernel.cpp.o
  50. [ 66%] Building CXX object examples/CMakeFiles/nbody.dir/nbody_worker.cpp.o
  51. Linking CXX executable nbody
  52. [ 66%] Built target nbody
  53. Scanning dependencies of target peekflops
  54. [ 73%] Building CXX object examples/CMakeFiles/peekflops.dir/peekflops.cpp.o
  55. Linking CXX executable peekflops
  56. [ 73%] Built target peekflops
  57. Scanning dependencies of target uavatomics
  58. [ 80%] Building CXX object examples/CMakeFiles/uavatomics.dir/uavatomics.cpp.o
  59. Linking CXX executable uavatomics
  60. [ 80%] Built target uavatomics
  61. Scanning dependencies of target uavwrite
  62. [ 86%] Building CXX object examples/CMakeFiles/uavwrite.dir/uavwrite.cpp.o
  63. Linking CXX executable uavwrite
  64. [ 86%] Built target uavwrite
  65. Scanning dependencies of target rsqrt
  66. [ 93%] Building CXX object regression/CMakeFiles/rsqrt.dir/rsqrt.cpp.o
  67. Linking CXX executable rsqrt
  68. [ 93%] Built target rsqrt
  69. Scanning dependencies of target uav
  70. [100%] Building CXX object regression/CMakeFiles/uav.dir/uav.cpp.o
  71. Linking CXX executable uav
  72. [100%] Built target uav
  73. root@b0x:~/calpp-0.90# make install
  74. [ 6%] Built target coalescingtest
  75. [ 26%] Built target dbl_nbody
  76. [ 33%] Built target matrixmult
  77. [ 40%] Built target matrixmult2
  78. [ 46%] Built target matrixmult3
  79. [ 66%] Built target nbody
  80. [ 73%] Built target peekflops
  81. [ 80%] Built target uavatomics
  82. [ 86%] Built target uavwrite
  83. [ 93%] Built target rsqrt
  84. [100%] Built target uav
  85. Install the project...
  86. -- Install configuration: ""
  87. -- Installing: /usr/local/./include
  88. -- Installing: /usr/local/./include/cal
  89. -- Installing: /usr/local/./include/cal/cal_il_flat2d.hpp
  90. -- Installing: /usr/local/./include/cal/cal_il.hpp
  91. -- Installing: /usr/local/./include/cal/cal_il_atomics.hpp
  92. -- Installing: /usr/local/./include/cal/il
  93. -- Installing: /usr/local/./include/cal/il/cal_il_expression_assignable.hpp
  94. -- Installing: /usr/local/./include/cal/il/cal_il_lds.hpp
  95. -- Installing: /usr/local/./include/cal/il/cal_il_expression_types.hpp
  96. -- Installing: /usr/local/./include/cal/il/cal_il_functors.hpp
  97. -- Installing: /usr/local/./include/cal/il/cal_il_ocl_functions.hpp
  98. -- Installing: /usr/local/./include/cal/il/cal_il_operators.hpp
  99. -- Installing: /usr/local/./include/cal/il/cal_il_functors_cast.hpp
  100. -- Installing: /usr/local/./include/cal/il/cal_il_uav.hpp
  101. -- Installing: /usr/local/./include/cal/il/cal_il_lds_atomics.hpp
  102. -- Installing: /usr/local/./include/cal/il/cal_il_swizzle.hpp
  103. -- Installing: /usr/local/./include/cal/il/cal_il_type_traits.hpp
  104. -- Installing: /usr/local/./include/cal/il/cal_il_multimedia.hpp
  105. -- Installing: /usr/local/./include/cal/il/cal_il_operators_muldiv.hpp
  106. -- Installing: /usr/local/./include/cal/il/math
  107. -- Installing: /usr/local/./include/cal/il/math/cal_il_sqrt.hpp
  108. -- Installing: /usr/local/./include/cal/il/math/cal_il_dd.hpp
  109. -- Installing: /usr/local/./include/cal/il/math/cal_il_round.hpp
  110. -- Installing: /usr/local/./include/cal/il/math/cal_il_reciprocal.hpp
  111. -- Installing: /usr/local/./include/cal/il/math/cal_il_tanh.hpp
  112. -- Installing: /usr/local/./include/cal/il/math/cal_il_log.hpp
  113. -- Installing: /usr/local/./include/cal/il/math/cal_il_ldexp.hpp
  114. -- Installing: /usr/local/./include/cal/il/math/cal_il_fract.hpp
  115. -- Installing: /usr/local/./include/cal/il/math/cal_il_atanh.hpp
  116. -- Installing: /usr/local/./include/cal/il/math/cal_il_frexp.hpp
  117. -- Installing: /usr/local/./include/cal/il/math/cal_il_exp.hpp
  118. -- Installing: /usr/local/./include/cal/il/math/cal_il_rsqrt.hpp
  119. -- Installing: /usr/local/./include/cal/il/math/cal_il_floor.hpp
  120. -- Installing: /usr/local/./include/cal/il/math/cal_il_polevl.hpp
  121. -- Installing: /usr/local/./include/cal/il/cal_il_base_types.hpp
  122. -- Installing: /usr/local/./include/cal/il/cal_il_uav_atomics.hpp
  123. -- Installing: /usr/local/./include/cal/il/cal_il_source.hpp
  124. -- Installing: /usr/local/./include/cal/il/cal_il_swizzle_traits.hpp
  125. -- Installing: /usr/local/./include/cal/il/cal_il_expression_swizzle.hpp
  126. -- Installing: /usr/local/./include/cal/il/cal_il_functors_multimedia.hpp
  127. -- Installing: /usr/local/./include/cal/il/cal_il_misc.hpp
  128. -- Installing: /usr/local/./include/cal/il/cal_il_flowcontrol_cmp.hpp
  129. -- Installing: /usr/local/./include/cal/il/cal_il_types.hpp
  130. -- Installing: /usr/local/./include/cal/il/cal_il_flowcontrol.hpp
  131. -- Installing: /usr/local/./include/cal/il/cal_il_functors_bitop.hpp
  132. -- Installing: /usr/local/./include/cal/il/cal_il_functors_relop.hpp
  133. -- Installing: /usr/local/./include/cal/il/cal_il_functors_mathop.hpp
  134. -- Installing: /usr/local/./include/cal/cal.hpp
  135. -- Installing: /usr/local/./include/cal/cal_il_math.hpp
  136. -- Installing: /usr/local/./include/cal/cal_il_rv7xx.hpp
  137. root@b0x:~/calpp-0.90# cd ~
  138. root@b0x:~# svn checkout http://pyrit.googlecode.com/svn/trunk/ pyrit_svn
  139. A pyrit_svn/cpyrit_null
  140. A pyrit_svn/cpyrit_null/_cpyrit_null.c
  141. A pyrit_svn/cpyrit_null/setup.py
  142. A pyrit_svn/cpyrit_cuda
  143. A pyrit_svn/cpyrit_cuda/_cpyrit_cuda.c
  144. A pyrit_svn/cpyrit_cuda/setup.py
  145. A pyrit_svn/cpyrit_cuda/COPYING
  146. A pyrit_svn/cpyrit_cuda/MANIFEST.in
  147. A pyrit_svn/cpyrit_cuda/_cpyrit_cuda.h
  148. A pyrit_svn/cpyrit_cuda/_cpyrit_cudakernel.cu
  149. A pyrit_svn/cpyrit_cuda/README
  150. A pyrit_svn/pyrit
  151. A pyrit_svn/pyrit/test
  152. A pyrit_svn/pyrit/test/wpapsk-virgin_broadband.dump.gz
  153. A pyrit_svn/pyrit/test/wpa2psk-MOM1.dump.gz
  154. A pyrit_svn/pyrit/test/wpapsk-linksys.dump.gz
  155. A pyrit_svn/pyrit/test/dict.gz
  156. A pyrit_svn/pyrit/test/wpa2psk-2WIRE972.dump.gz
  157. A pyrit_svn/pyrit/test/wpa2psk-Red_Apple.dump.gz
  158. A pyrit_svn/pyrit/test/wpa2psk-linksys.dump.gz
  159. A pyrit_svn/pyrit/test/test_pyrit.py
  160. A pyrit_svn/pyrit/pyrit_cli.py
  161. A pyrit_svn/pyrit/CHANGELOG
  162. A pyrit_svn/pyrit/setup.py
  163. A pyrit_svn/pyrit/pyrit
  164. A pyrit_svn/pyrit/COPYING
  165. A pyrit_svn/pyrit/cpyrit
  166. A pyrit_svn/pyrit/cpyrit/network.py
  167. A pyrit_svn/pyrit/cpyrit/_cpyrit_cpu.c
  168. A pyrit_svn/pyrit/cpyrit/cpyrit.py
  169. A pyrit_svn/pyrit/cpyrit/util.py
  170. A pyrit_svn/pyrit/cpyrit/__init__.py
  171. A pyrit_svn/pyrit/cpyrit/_cpyrit_cpu.h
  172. A pyrit_svn/pyrit/cpyrit/pckttools.py
  173. A pyrit_svn/pyrit/cpyrit/storage.py
  174. A pyrit_svn/pyrit/cpyrit/config.py
  175. A pyrit_svn/pyrit/cpyrit/cpufeatures.h
  176. A pyrit_svn/pyrit/cpyrit/_cpyrit_cpu_sse2.S
  177. A pyrit_svn/pyrit/MANIFEST.in
  178. A pyrit_svn/pyrit/README
  179. A pyrit_svn/cpyrit_calpp
  180. A pyrit_svn/cpyrit_calpp/_cpyrit_calpp_kernel_generator.cpp
  181. A pyrit_svn/cpyrit_calpp/setup.py
  182. A pyrit_svn/cpyrit_calpp/COPYING
  183. A pyrit_svn/cpyrit_calpp/_cpyrit_calpp.cpp
  184. A pyrit_svn/cpyrit_calpp/_cpyrit_calpp_kernel.cpp
  185. A pyrit_svn/cpyrit_calpp/MANIFEST.in
  186. A pyrit_svn/cpyrit_calpp/README
  187. A pyrit_svn/cpyrit_calpp/_cpyrit_calpp.h
  188. A pyrit_svn/cpyrit_calpp/convert_optimized.sed
  189. A pyrit_svn/cpyrit_calpp/generate_optimized_kernel
  190. A pyrit_svn/cpyrit_opencl
  191. A pyrit_svn/cpyrit_opencl/_cpyrit_opencl.h
  192. A pyrit_svn/cpyrit_opencl/_cpyrit_oclkernel.cl
  193. A pyrit_svn/cpyrit_opencl/setup.py
  194. A pyrit_svn/cpyrit_opencl/COPYING
  195. A pyrit_svn/cpyrit_opencl/_cpyrit_opencl.c
  196. A pyrit_svn/cpyrit_opencl/MANIFEST.in
  197. A pyrit_svn/cpyrit_opencl/README
  198. Checked out revision 308.
  199. root@b0x:~# cd pyrit_svn/pyrit/
  200. root@b0x:~/pyrit_svn/pyrit#
  201. root@b0x:~/pyrit_svn/pyrit# python setup.py build
  202. running build
  203. running build_py
  204. creating build
  205. creating build/lib.linux-x86_64-2.7
  206. copying pyrit_cli.py -> build/lib.linux-x86_64-2.7
  207. creating build/lib.linux-x86_64-2.7/cpyrit
  208. copying cpyrit/__init__.py -> build/lib.linux-x86_64-2.7/cpyrit
  209. copying cpyrit/cpyrit.py -> build/lib.linux-x86_64-2.7/cpyrit
  210. copying cpyrit/util.py -> build/lib.linux-x86_64-2.7/cpyrit
  211. copying cpyrit/pckttools.py -> build/lib.linux-x86_64-2.7/cpyrit
  212. copying cpyrit/config.py -> build/lib.linux-x86_64-2.7/cpyrit
  213. copying cpyrit/network.py -> build/lib.linux-x86_64-2.7/cpyrit
  214. copying cpyrit/storage.py -> build/lib.linux-x86_64-2.7/cpyrit
  215. running build_ext
  216. building 'cpyrit._cpyrit_cpu' extension
  217. creating build/temp.linux-x86_64-2.7
  218. creating build/temp.linux-x86_64-2.7/cpyrit
  219. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cpyrit/_cpyrit_cpu.c -o build/temp.linux-x86_64-2.7/cpyrit/_cpyrit_cpu.o -Wall -fno-strict-aliasing -DVERSION="0.4.1-dev (svn r308)" -maes -mpclmul
  220. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c cpyrit/_cpyrit_cpu_sse2.S -o build/temp.linux-x86_64-2.7/cpyrit/_cpyrit_cpu_sse2.o -Wall -fno-strict-aliasing -DVERSION="0.4.1-dev (svn r308)" -maes -mpclmul
  221. gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/cpyrit/_cpyrit_cpu.o build/temp.linux-x86_64-2.7/cpyrit/_cpyrit_cpu_sse2.o -lcrypto -lpcap -o build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_cpu.so
  222. running build_scripts
  223. creating build/scripts-2.7
  224. copying and adjusting pyrit -> build/scripts-2.7
  225. changing mode of build/scripts-2.7/pyrit from 644 to 755
  226. root@b0x:~/pyrit_svn/pyrit# python setup.py install
  227. running install
  228. running build
  229. running build_py
  230. running build_ext
  231. running build_scripts
  232. running install_lib
  233. creating /usr/local/lib/python2.7/dist-packages/cpyrit
  234. copying build/lib.linux-x86_64-2.7/cpyrit/util.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  235. copying build/lib.linux-x86_64-2.7/cpyrit/storage.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  236. copying build/lib.linux-x86_64-2.7/cpyrit/network.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  237. copying build/lib.linux-x86_64-2.7/cpyrit/__init__.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  238. copying build/lib.linux-x86_64-2.7/cpyrit/cpyrit.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  239. copying build/lib.linux-x86_64-2.7/cpyrit/config.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  240. copying build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_cpu.so -> /usr/local/lib/python2.7/dist-packages/cpyrit
  241. copying build/lib.linux-x86_64-2.7/cpyrit/pckttools.py -> /usr/local/lib/python2.7/dist-packages/cpyrit
  242. copying build/lib.linux-x86_64-2.7/pyrit_cli.py -> /usr/local/lib/python2.7/dist-packages
  243. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/util.py to util.pyc
  244. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/storage.py to storage.pyc
  245. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/network.py to network.pyc
  246. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/__init__.py to __init__.pyc
  247. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/cpyrit.py to cpyrit.pyc
  248. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/config.py to config.pyc
  249. byte-compiling /usr/local/lib/python2.7/dist-packages/cpyrit/pckttools.py to pckttools.pyc
  250. byte-compiling /usr/local/lib/python2.7/dist-packages/pyrit_cli.py to pyrit_cli.pyc
  251. writing byte-compilation script '/tmp/tmptOd5vP.py'
  252. /usr/bin/python -O /tmp/tmptOd5vP.py
  253. removing /tmp/tmptOd5vP.py
  254. running install_scripts
  255. copying build/scripts-2.7/pyrit -> /usr/local/bin
  256. changing mode of /usr/local/bin/pyrit to 755
  257. running install_egg_info
  258. Writing /usr/local/lib/python2.7/dist-packages/pyrit-0.4.1_dev._svn.r308_.egg-info
  259. root@b0x:~/pyrit_svn/pyrit# cd ~/pyrit_svn/cpyrit_calpp/
  260. root@b0x:~/pyrit_svn/cpyrit_calpp# nano +28 setup.py
  261. root@b0x:~/pyrit_svn/cpyrit_calpp# nano +28 -c setup.py
  262. root@b0x:~/pyrit_svn/cpyrit_calpp# python setup.py build
  263. running build
  264. running build_ext
  265. Building modules...
  266. building 'cpyrit._cpyrit_calpp' extension
  267. creating build
  268. creating build/temp.linux-x86_64-2.7
  269. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/opt/AMDAPPSDK-2.9-1/include/CAL -I/usr/include/python2.7 -c _cpyrit_calpp.cpp -o build/temp.linux-x86_64-2.7/_cpyrit_calpp.o -Wall -fno-strict-aliasing -DVERSION="0.4.1-dev (svn r308)"
  270. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
  271. gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/opt/AMDAPPSDK-2.9-1/include/CAL -I/usr/include/python2.7 -c _cpyrit_calpp_kernel.cpp -o build/temp.linux-x86_64-2.7/_cpyrit_calpp_kernel.o -Wall -fno-strict-aliasing -DVERSION="0.4.1-dev (svn r308)"
  272. cc1plus: warning: command line option ‘-Wstrict-prototypes’ is valid for C/ObjC but not for C++ [enabled by default]
  273. _cpyrit_calpp_kernel.cpp: In function ‘void sha1_process(const SHA_DEV_CTX&, SHA_DEV_CTX&)’:
  274. _cpyrit_calpp_kernel.cpp:429:32: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  275. _cpyrit_calpp_kernel.cpp:431:57: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  276. _cpyrit_calpp_kernel.cpp:434:61: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  277. _cpyrit_calpp_kernel.cpp:437:63: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  278. _cpyrit_calpp_kernel.cpp:440:63: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  279. _cpyrit_calpp_kernel.cpp:443:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  280. _cpyrit_calpp_kernel.cpp:446:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  281. _cpyrit_calpp_kernel.cpp:449:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  282. _cpyrit_calpp_kernel.cpp:452:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  283. _cpyrit_calpp_kernel.cpp:455:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  284. _cpyrit_calpp_kernel.cpp:458:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  285. _cpyrit_calpp_kernel.cpp:461:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  286. _cpyrit_calpp_kernel.cpp:464:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  287. _cpyrit_calpp_kernel.cpp:467:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  288. _cpyrit_calpp_kernel.cpp:470:53: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  289. _cpyrit_calpp_kernel.cpp:473:54: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  290. _cpyrit_calpp_kernel.cpp:477:66: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  291. _cpyrit_calpp_kernel.cpp:481:69: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  292. _cpyrit_calpp_kernel.cpp:485:69: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  293. _cpyrit_calpp_kernel.cpp:490:69: warning: suggest parentheses around arithmetic in operand of ‘^’ [-Wparentheses]
  294. _cpyrit_calpp_kernel.cpp:595:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  295. _cpyrit_calpp_kernel.cpp:599:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  296. _cpyrit_calpp_kernel.cpp:605:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  297. _cpyrit_calpp_kernel.cpp:609:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  298. _cpyrit_calpp_kernel.cpp:615:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  299. _cpyrit_calpp_kernel.cpp:619:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  300. _cpyrit_calpp_kernel.cpp:625:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  301. _cpyrit_calpp_kernel.cpp:629:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  302. _cpyrit_calpp_kernel.cpp:635:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  303. _cpyrit_calpp_kernel.cpp:639:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  304. _cpyrit_calpp_kernel.cpp:645:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  305. _cpyrit_calpp_kernel.cpp:649:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  306. _cpyrit_calpp_kernel.cpp:655:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  307. _cpyrit_calpp_kernel.cpp:659:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  308. _cpyrit_calpp_kernel.cpp:665:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  309. _cpyrit_calpp_kernel.cpp:669:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  310. _cpyrit_calpp_kernel.cpp:675:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  311. _cpyrit_calpp_kernel.cpp:679:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  312. _cpyrit_calpp_kernel.cpp:685:49: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  313. _cpyrit_calpp_kernel.cpp:689:76: warning: suggest parentheses around arithmetic in operand of ‘|’ [-Wparentheses]
  314. creating build/lib.linux-x86_64-2.7
  315. creating build/lib.linux-x86_64-2.7/cpyrit
  316. g++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-z,relro build/temp.linux-x86_64-2.7/_cpyrit_calpp.o build/temp.linux-x86_64-2.7/_cpyrit_calpp_kernel.o -lcrypto -laticalrt -laticalcl -o build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_calpp.so
  317. root@b0x:~/pyrit_svn/cpyrit_calpp# python setup.py install
  318. running install
  319. running build
  320. running build_ext
  321. Building modules...
  322. running install_lib
  323. copying build/lib.linux-x86_64-2.7/cpyrit/_cpyrit_calpp.so -> /usr/local/lib/python2.7/dist-packages/cpyrit
  324. running install_egg_info
  325. Writing /usr/local/lib/python2.7/dist-packages/cpyrit_calpp-0.4.1_dev._svn.r308_.egg-info
  326. root@b0x:~/pyrit_svn/cpyrit_calpp# pyrit list_cores
  327. Segmentation fault
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement