Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi ~/glshim $ cd
- pi@raspberrypi ~ $ git clone https://github.com/ptitSeb/glshim.git --depth=1
- Cloning into 'glshim'...
- remote: Counting objects: 158, done.
- remote: Compressing objects: 100% (145/145), done.
- remote: Total 158 (delta 10), reused 90 (delta 5), pack-reused 0
- Receiving objects: 100% (158/158), 1.03 MiB | 64 KiB/s, done.
- Resolving deltas: 100% (10/10), done.
- pi@raspberrypi ~ $ cd glshim
- pi@raspberrypi ~/glshim $ cmake . -DBCMHOST=1; make GL
- -- The C compiler identification is GNU 4.9.2
- -- The CXX compiler identification is GNU 4.9.2
- -- Check for working C compiler: /usr/bin/gcc
- -- Check for working C compiler: /usr/bin/gcc -- works
- -- Detecting C compiler ABI info
- -- Detecting C compiler ABI info - done
- -- Check for working CXX compiler: /usr/bin/c++
- -- Check for working CXX compiler: /usr/bin/c++ -- works
- -- Detecting CXX compiler ABI info
- -- Detecting CXX compiler ABI info - done
- -- Configuring done
- -- Generating done
- -- Build files have been written to: /home/pi/glshim
- Scanning dependencies of target GL
- [ 4%] Building C object src/CMakeFiles/GL.dir/gl/array.c.o
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/array.h:1,
- from /home/pi/glshim/src/gl/array.c:1:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/array.h:1,
- from /home/pi/glshim/src/gl/array.c:1:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/array.h:1,
- from /home/pi/glshim/src/gl/array.c:1:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/array.h:1,
- from /home/pi/glshim/src/gl/array.c:1:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- [ 8%] Building C object src/CMakeFiles/GL.dir/gl/math/eval.c.o
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/math/../gl.h:3,
- from /home/pi/glshim/src/gl/math/eval.h:29,
- from /home/pi/glshim/src/gl/math/eval.c:39:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/math/../gl.h:3,
- from /home/pi/glshim/src/gl/math/eval.h:29,
- from /home/pi/glshim/src/gl/math/eval.c:39:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/math/../gl.h:3,
- from /home/pi/glshim/src/gl/math/eval.h:29,
- from /home/pi/glshim/src/gl/math/eval.c:39:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/math/../gl.h:3,
- from /home/pi/glshim/src/gl/math/eval.h:29,
- from /home/pi/glshim/src/gl/math/eval.c:39:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- [ 12%] Building C object src/CMakeFiles/GL.dir/gl/texgen.c.o
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/texgen.h:1,
- from /home/pi/glshim/src/gl/texgen.c:1:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/texgen.h:1,
- from /home/pi/glshim/src/gl/texgen.c:1:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/texgen.h:1,
- from /home/pi/glshim/src/gl/texgen.c:1:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/texgen.h:1,
- from /home/pi/glshim/src/gl/texgen.c:1:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- [ 16%] Building C object src/CMakeFiles/GL.dir/gl/list.c.o
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/list.c:1:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/list.c:1:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:185:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/list.c:1:
- /opt/vc/include/interface/vcos/vcos_timer.h:112:6: warning: inline function ‘vcos_timer_delete’ declared but never defined
- void vcos_timer_delete(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:109:6: warning: inline function ‘vcos_timer_reset’ declared but never defined
- void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:102:6: warning: inline function ‘vcos_timer_cancel’ declared but never defined
- void vcos_timer_cancel(VCOS_TIMER_T *timer);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:95:6: warning: inline function ‘vcos_timer_set’ declared but never defined
- void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
- ^
- /opt/vc/include/interface/vcos/vcos_timer.h:80:15: warning: inline function ‘vcos_timer_create’ declared but never defined
- VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
- ^
- In file included from /opt/vc/include/interface/vcos/vcos.h:127:0,
- from /opt/vc/include/interface/vmcs_host/vc_dispmanx.h:33,
- from /opt/vc/include/EGL/eglplatform.h:110,
- from /opt/vc/include/EGL/egl.h:36,
- from /home/pi/glshim/src/gl/gl.h:3,
- from /home/pi/glshim/src/gl/list.c:1:
- /opt/vc/include/interface/vcos/vcos_thread.h:269:6: warning: inline function ‘vcos_thread_resume’ declared but never defined
- void vcos_thread_resume(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:262:5: warning: inline function ‘vcos_thread_running’ declared but never defined
- int vcos_thread_running(VCOS_THREAD_T *thread);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:251:15: warning: inline function ‘vcos_change_preemption’ declared but never defined
- VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:234:6: warning: inline function ‘vcos_thread_relinquish’ declared but never defined
- void vcos_thread_relinquish(void);
- ^
- /opt/vc/include/interface/vcos/vcos_thread.h:186:15: warning: inline function ‘vcos_thread_get_affinity’ declared but never defined
- VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
- ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement