Advertisement
Guest User

Untitled

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