Advertisement
Guest User

Untitled

a guest
Sep 16th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.91 KB | None | 0 0
  1. pi@raspberrypi ~/Desktop $ git clone https://github.com/ptitSeb/glshim.git
  2. Cloning into 'glshim'...
  3. remote: Counting objects: 6154, done.
  4. remote: Compressing objects: 100% (35/35), done.
  5. remote: Total 6154 (delta 13), reused 0 (delta 0), pack-reused 6119
  6. Receiving objects: 100% (6154/6154), 4.90 MiB | 321 KiB/s, done.
  7. Resolving deltas: 100% (4034/4034), done.
  8. pi@raspberrypi ~/Desktop $ cd glshim
  9. pi@raspberrypi ~/Desktop/glshim $ cmake . -DBCMHOST=1; make GL
  10. -- The C compiler identification is GNU 4.9.2
  11. -- The CXX compiler identification is GNU 4.9.2
  12. -- Check for working C compiler: /usr/bin/gcc
  13. -- Check for working C compiler: /usr/bin/gcc -- works
  14. -- Detecting C compiler ABI info
  15. -- Detecting C compiler ABI info - done
  16. -- Check for working CXX compiler: /usr/bin/c++
  17. -- Check for working CXX compiler: /usr/bin/c++ -- works
  18. -- Detecting CXX compiler ABI info
  19. -- Detecting CXX compiler ABI info - done
  20. -- Configuring done
  21. -- Generating done
  22. -- Build files have been written to: /home/pi/Desktop/glshim
  23. Scanning dependencies of target GL
  24. [ 4%] Building C object src/CMakeFiles/GL.dir/gl/array.c.o
  25. In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
  26. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  27. from /opt/vc/include/bcm_host.h:50,
  28. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  29. from /home/pi/Desktop/glshim/src/gl/array.h:1,
  30. from /home/pi/Desktop/glshim/src/gl/array.c:1:
  31. /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
  32. void vcos_timer_delete(VCOS_TIMER_T *timer);
  33. ^
  34. /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
  35. void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  36. ^
  37. /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
  38. void vcos_timer_cancel(VCOS_TIMER_T *timer);
  39. ^
  40. /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
  41. void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  42. ^
  43. /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
  44. VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
  45. ^
  46. In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
  47. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  48. from /opt/vc/include/bcm_host.h:50,
  49. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  50. from /home/pi/Desktop/glshim/src/gl/array.h:1,
  51. from /home/pi/Desktop/glshim/src/gl/array.c:1:
  52. /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
  53. void vcos_thread_resume(VCOS_THREAD_T *thread);
  54. ^
  55. /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
  56. int vcos_thread_running(VCOS_THREAD_T *thread);
  57. ^
  58. /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
  59. VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
  60. ^
  61. /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
  62. void vcos_thread_relinquish(void);
  63. ^
  64. /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
  65. VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
  66. ^
  67. In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
  68. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  69. from /opt/vc/include/bcm_host.h:50,
  70. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  71. from /home/pi/Desktop/glshim/src/gl/array.h:1,
  72. from /home/pi/Desktop/glshim/src/gl/array.c:1:
  73. /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
  74. void vcos_timer_delete(VCOS_TIMER_T *timer);
  75. ^
  76. /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
  77. void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  78. ^
  79. /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
  80. void vcos_timer_cancel(VCOS_TIMER_T *timer);
  81. ^
  82. /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
  83. void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  84. ^
  85. /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
  86. VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
  87. ^
  88. In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
  89. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  90. from /opt/vc/include/bcm_host.h:50,
  91. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  92. from /home/pi/Desktop/glshim/src/gl/array.h:1,
  93. from /home/pi/Desktop/glshim/src/gl/array.c:1:
  94. /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
  95. void vcos_thread_resume(VCOS_THREAD_T *thread);
  96. ^
  97. /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
  98. int vcos_thread_running(VCOS_THREAD_T *thread);
  99. ^
  100. /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
  101. VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
  102. ^
  103. /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
  104. void vcos_thread_relinquish(void);
  105. ^
  106. /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
  107. VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
  108. ^
  109. [ 8%] Building C object src/CMakeFiles/GL.dir/gl/math/eval.c.o
  110. In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
  111. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  112. from /opt/vc/include/bcm_host.h:50,
  113. from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
  114. from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
  115. from /home/pi/Desktop/glshim/src/gl/math/eval.c:39:
  116. /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
  117. void vcos_timer_delete(VCOS_TIMER_T *timer);
  118. ^
  119. /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
  120. void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  121. ^
  122. /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
  123. void vcos_timer_cancel(VCOS_TIMER_T *timer);
  124. ^
  125. /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
  126. void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  127. ^
  128. /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
  129. VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
  130. ^
  131. In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
  132. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  133. from /opt/vc/include/bcm_host.h:50,
  134. from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
  135. from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
  136. from /home/pi/Desktop/glshim/src/gl/math/eval.c:39:
  137. /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
  138. void vcos_thread_resume(VCOS_THREAD_T *thread);
  139. ^
  140. /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
  141. int vcos_thread_running(VCOS_THREAD_T *thread);
  142. ^
  143. /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
  144. VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
  145. ^
  146. /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
  147. void vcos_thread_relinquish(void);
  148. ^
  149. /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
  150. VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
  151. ^
  152. In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
  153. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  154. from /opt/vc/include/bcm_host.h:50,
  155. from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
  156. from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
  157. from /home/pi/Desktop/glshim/src/gl/math/eval.c:39:
  158. /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
  159. void vcos_timer_delete(VCOS_TIMER_T *timer);
  160. ^
  161. /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
  162. void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  163. ^
  164. /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
  165. void vcos_timer_cancel(VCOS_TIMER_T *timer);
  166. ^
  167. /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
  168. void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  169. ^
  170. /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
  171. VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
  172. ^
  173. In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
  174. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  175. from /opt/vc/include/bcm_host.h:50,
  176. from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
  177. from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
  178. from /home/pi/Desktop/glshim/src/gl/math/eval.c:39:
  179. /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
  180. void vcos_thread_resume(VCOS_THREAD_T *thread);
  181. ^
  182. /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
  183. int vcos_thread_running(VCOS_THREAD_T *thread);
  184. ^
  185. /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
  186. VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
  187. ^
  188. /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
  189. void vcos_thread_relinquish(void);
  190. ^
  191. /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
  192. VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
  193. ^
  194. [ 12%] Building C object src/CMakeFiles/GL.dir/gl/texgen.c.o
  195. In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
  196. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  197. from /opt/vc/include/bcm_host.h:50,
  198. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  199. from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
  200. from /home/pi/Desktop/glshim/src/gl/texgen.c:1:
  201. /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
  202. void vcos_timer_delete(VCOS_TIMER_T *timer);
  203. ^
  204. /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
  205. void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  206. ^
  207. /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
  208. void vcos_timer_cancel(VCOS_TIMER_T *timer);
  209. ^
  210. /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
  211. void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  212. ^
  213. /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
  214. VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
  215. ^
  216. In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
  217. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  218. from /opt/vc/include/bcm_host.h:50,
  219. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  220. from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
  221. from /home/pi/Desktop/glshim/src/gl/texgen.c:1:
  222. /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
  223. void vcos_thread_resume(VCOS_THREAD_T *thread);
  224. ^
  225. /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
  226. int vcos_thread_running(VCOS_THREAD_T *thread);
  227. ^
  228. /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
  229. VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
  230. ^
  231. /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
  232. void vcos_thread_relinquish(void);
  233. ^
  234. /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
  235. VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
  236. ^
  237. In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
  238. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  239. from /opt/vc/include/bcm_host.h:50,
  240. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  241. from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
  242. from /home/pi/Desktop/glshim/src/gl/texgen.c:1:
  243. /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
  244. void vcos_timer_delete(VCOS_TIMER_T *timer);
  245. ^
  246. /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
  247. void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  248. ^
  249. /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
  250. void vcos_timer_cancel(VCOS_TIMER_T *timer);
  251. ^
  252. /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
  253. void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
  254. ^
  255. /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
  256. VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
  257. ^
  258. In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
  259. from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
  260. from /opt/vc/include/bcm_host.h:50,
  261. from /home/pi/Desktop/glshim/src/gl/gl.h:3,
  262. from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
  263. from /home/pi/Desktop/glshim/src/gl/texgen.c:1:
  264. /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
  265. void vcos_thread_resume(VCOS_THREAD_T *thread);
  266. ^
  267. /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
  268. int vcos_thread_running(VCOS_THREAD_T *thread);
  269. ^
  270. /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
  271. VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
  272. ^
  273. /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
  274. void vcos_thread_relinquish(void);
  275. ^
  276. /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
  277. VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
  278. ^
  279. [ 16%] Building C object src/CMakeFiles/GL.dir/gl/list.c.o
  280. ^Csrc/CMakeFiles/GL.dir/build.make:123: recipe for target 'src/CMakeFiles/GL.dir/gl/list.c.o' failed
  281. make[3]: *** [src/CMakeFiles/GL.dir/gl/list.c.o] Interrupt
  282. CMakeFiles/Makefile2:79: recipe for target 'src/CMakeFiles/GL.dir/all' failed
  283. make[2]: *** [src/CMakeFiles/GL.dir/all] Interrupt
  284. CMakeFiles/Makefile2:91: recipe for target 'src/CMakeFiles/GL.dir/rule' failed
  285. make[1]: *** [src/CMakeFiles/GL.dir/rule] Interrupt
  286. Makefile:106: recipe for target 'GL' failed
  287. make: *** [GL] Interrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement