Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- pi@raspberrypi ~/Desktop $ git clone https://github.com/ptitSeb/glshim.git
- Cloning into 'glshim'...
- remote: Counting objects: 6154, done.
- remote: Compressing objects: 100% (35/35), done.
- remote: Total 6154 (delta 13), reused 0 (delta 0), pack-reused 6119
- Receiving objects: 100% (6154/6154), 4.90 MiB | 321 KiB/s, done.
- Resolving deltas: 100% (4034/4034), done.
- pi@raspberrypi ~/Desktop $ cd glshim
- pi@raspberrypi ~/Desktop/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/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/array.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/array.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/array.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/array.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/math/../gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/math/eval.h:29,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
- from /home/pi/Desktop/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/bcm_host.h:50,
- from /home/pi/Desktop/glshim/src/gl/gl.h:3,
- from /home/pi/Desktop/glshim/src/gl/texgen.h:1,
- from /home/pi/Desktop/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
- ^Csrc/CMakeFiles/GL.dir/build.make:123: recipe for target 'src/CMakeFiles/GL.dir/gl/list.c.o' failed
- make[3]: *** [src/CMakeFiles/GL.dir/gl/list.c.o] Interrupt
- CMakeFiles/Makefile2:79: recipe for target 'src/CMakeFiles/GL.dir/all' failed
- make[2]: *** [src/CMakeFiles/GL.dir/all] Interrupt
- CMakeFiles/Makefile2:91: recipe for target 'src/CMakeFiles/GL.dir/rule' failed
- make[1]: *** [src/CMakeFiles/GL.dir/rule] Interrupt
- Makefile:106: recipe for target 'GL' failed
- make: *** [GL] Interrupt
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement