All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-raspberrypi] compiling userland
@ 2015-09-24 23:19 Tom Martin
  2015-09-25  4:42 ` Khem Raj
  2015-10-02 21:33 ` Andrei Gherzan
  0 siblings, 2 replies; 6+ messages in thread
From: Tom Martin @ 2015-09-24 23:19 UTC (permalink / raw)
  To: yocto@yoctoproject.org

i'm completly new to yocta and doing my first steps.

plan is to build a system with a small footprint for low-latency video 
wifibroadcast.

first steps are trying to build rpi-test-image including omxplayer. but 
compiling fails when compiling userland.

last lines before the failure are. am i missing just something basic?


| [ 25%] Building C object interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/mmalomx_util_params_audio.c.o
| cd /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build/interface/mmal/openmaxil && /media/tm/linux_daten/master/rpi-build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -Dmmal_omxutil_EXPORTS -march=armv6 -mfloat-abi=hard -mtune=arm1176jzf-s -mfpu=vfp  --sysroot=/media/tm/linux_daten/master/rpi-build/tmp/sysroots/raspberrypi  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -fPIC -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/host_support/include -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal    -Wall -Werror -o CMakeFiles/mmal_omxutil.dir/mmalomx_util_params_audio.c.o   -c /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params_audio.c
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:185:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_dlfcn.c:28:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:112:6: error: inline function 'vcos_timer_delete' declared but never defined [-Werror]
|  void vcos_timer_delete(VCOS_TIMER_T *timer);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:109:6: error: inline function 'vcos_timer_reset' declared but never defined [-Werror]
|  void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:102:6: error: inline function 'vcos_timer_cancel' declared but never defined [-Werror]
|  void vcos_timer_cancel(VCOS_TIMER_T *timer);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:95:6: error: inline function 'vcos_timer_set' declared but never defined [-Werror]
|  void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:80:15: error: inline function 'vcos_timer_create' declared but never defined [-Werror]
|  VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
|                ^
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_dlfcn.c:28:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6: error: inline function 'vcos_thread_resume' declared but never defined [-Werror]
|  void vcos_thread_resume(VCOS_THREAD_T *thread);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5: error: inline function 'vcos_thread_running' declared but never defined [-Werror]
|  int vcos_thread_running(VCOS_THREAD_T *thread);
|      ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15: error: inline function 'vcos_change_preemption' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
|                ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: error: inline function 'vcos_thread_relinquish' declared but never defined [-Werror]
|  void vcos_thread_relinquish(void);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15: error: inline function 'vcos_thread_get_affinity' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
|                ^
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:185:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params.c:29:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:112:6: error: inline function 'vcos_timer_delete' declared but never defined [-Werror]
|  void vcos_timer_delete(VCOS_TIMER_T *timer);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:109:6: error: inline function 'vcos_timer_reset' declared but never defined [-Werror]
|  void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:102:6: error: inline function 'vcos_timer_cancel' declared but never defined [-Werror]
|  void vcos_timer_cancel(VCOS_TIMER_T *timer);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:95:6: error: inline function 'vcos_timer_set' declared but never defined [-Werror]
|  void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:80:15: error: inline function 'vcos_timer_create' declared but never defined [-Werror]
|  VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
|                ^
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params.c:29:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6: error: inline function 'vcos_thread_resume' declared but never defined [-Werror]
|  void vcos_thread_resume(VCOS_THREAD_T *thread);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5: error: inline function 'vcos_thread_running' declared but never defined [-Werror]
|  int vcos_thread_running(VCOS_THREAD_T *thread);
|      ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15: error: inline function 'vcos_change_preemption' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
|                ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: error: inline function 'vcos_thread_relinquish' declared but never defined [-Werror]
|  void vcos_thread_relinquish(void);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15: error: inline function 'vcos_thread_get_affinity' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
|                ^
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:185:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params_audio.c:28:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:112:6: error: inline function 'vcos_timer_delete' declared but never defined [-Werror]
|  void vcos_timer_delete(VCOS_TIMER_T *timer);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:109:6: error: inline function 'vcos_timer_reset' declared but never defined [-Werror]
|  void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:102:6: error: inline function 'vcos_timer_cancel' declared but never defined [-Werror]
|  void vcos_timer_cancel(VCOS_TIMER_T *timer);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:95:6: error: inline function 'vcos_timer_set' declared but never defined [-Werror]
|  void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:80:15: error: inline function 'vcos_timer_create' declared but never defined [-Werror]
|  VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
|                ^
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params_audio.c:28:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6: error: inline function 'vcos_thread_resume' declared but never defined [-Werror]
|  void vcos_thread_resume(VCOS_THREAD_T *thread);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5: error: inline function 'vcos_thread_running' declared but never defined [-Werror]
|  int vcos_thread_running(VCOS_THREAD_T *thread);
|      ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15: error: inline function 'vcos_change_preemption' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
|                ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: error: inline function 'vcos_thread_relinquish' declared but never defined [-Werror]
|  void vcos_thread_relinquish(void);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15: error: inline function 'vcos_thread_get_affinity' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
|                ^
| cc1: all warnings being treated as errors
| make[2]: *** [interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/mmalomx_util_params_audio.c.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| make -f interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build.make interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/depend
| cc1: all warnings being treated as errors
| make[2]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_dlfcn.c.o] Error 1
| make[2]: *** Waiting for unfinished jobs....
| cc1: all warnings being treated as errors
| make[2]: *** [interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/mmalomx_util_params.c.o] Error 1
| make[2]: Leaving directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| make[1]: *** [interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/all] Error 2
| make[1]: *** Waiting for unfinished jobs....
| make[2]: Entering directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| cd /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build && /media/tm/linux_daten/master/rpi-build/tmp/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux/vcfiled /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/DependInfo.cmake --color=
| make[2]: Leaving directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| make -f interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build.make interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build
| make[2]: Entering directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| make[2]: Nothing to be done for `interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build'.
| make[2]: Leaving directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| [ 25%] Built target vcfiled_lock_test
| In file included from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
|                  from /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_pthreads.c:29:
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6: error: inline function 'vcos_thread_resume' declared but never defined [-Werror]
|  void vcos_thread_resume(VCOS_THREAD_T *thread);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5: error: inline function 'vcos_thread_running' declared but never defined [-Werror]
|  int vcos_thread_running(VCOS_THREAD_T *thread);
|      ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15: error: inline function 'vcos_change_preemption' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
|                ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: error: inline function 'vcos_thread_relinquish' declared but never defined [-Werror]
|  void vcos_thread_relinquish(void);
|       ^
| /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15: error: inline function 'vcos_thread_get_affinity' declared but never defined [-Werror]
|  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
|                ^
| cc1: all warnings being treated as errors
| make[2]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_pthreads.c.o] Error 1
| make[2]: Leaving directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| make[1]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/all] Error 2
| make[1]: Leaving directory `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
| make: *** [all] Error 2
| ERROR: oe_runmake failed
| ERROR: Function failed: do_compile (log file is located at /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/temp/log.do_compile.11496)





^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi] compiling userland
  2015-09-24 23:19 [meta-raspberrypi] compiling userland Tom Martin
@ 2015-09-25  4:42 ` Khem Raj
  2015-09-27 20:24   ` Andreas Müller
  2015-10-02 21:33 ` Andrei Gherzan
  1 sibling, 1 reply; 6+ messages in thread
From: Khem Raj @ 2015-09-25  4:42 UTC (permalink / raw)
  To: Tom Martin; +Cc: yocto@yoctoproject.org

Can you try the patches from
https://github.com/kraj/meta-raspberrypi/commits/kraj/master

On Thu, Sep 24, 2015 at 4:19 PM, Tom Martin <t.martin@eins-plus.de> wrote:
> i'm completly new to yocta and doing my first steps.
>
> plan is to build a system with a small footprint for low-latency video
> wifibroadcast.
>
> first steps are trying to build rpi-test-image including omxplayer. but
> compiling fails when compiling userland.
>
> last lines before the failure are. am i missing just something basic?
>
>
> | [ 25%] Building C object
> interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/mmalomx_util_params_audio.c.o
> | cd
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build/interface/mmal/openmaxil
> &&
> /media/tm/linux_daten/master/rpi-build/tmp/sysroots/x86_64-linux/usr/bin/arm-poky-linux-gnueabi/arm-poky-linux-gnueabi-gcc
> -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT
> -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1
> -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK
> -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__
> -Dmmal_omxutil_EXPORTS -march=armv6 -mfloat-abi=hard -mtune=arm1176jzf-s
> -mfpu=vfp
> --sysroot=/media/tm/linux_daten/master/rpi-build/tmp/sysroots/raspberrypi
> -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall
> -Wno-unused-but-set-variable -fPIC -O2 -pipe -g
> -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types
> -fPIC -DNDEBUG -fPIC
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnu
> eabi/userland/git-r5/git/build/inc
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/host_applications/framework
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/khronos/include
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r
> 5/build
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/host_support/include
> -I/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal
> -Wall -Werror -o CMakeFiles/mmal_omxutil.dir/mmalomx_util_params_audio.c.o
> -c
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params_audio.c
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:185:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_dlfcn.c:28:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:112:6:
> error: inline function 'vcos_timer_delete' declared but never defined
> [-Werror]
> |  void vcos_timer_delete(VCOS_TIMER_T *timer);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:109:6:
> error: inline function 'vcos_timer_reset' declared but never defined
> [-Werror]
> |  void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:102:6:
> error: inline function 'vcos_timer_cancel' declared but never defined
> [-Werror]
> |  void vcos_timer_cancel(VCOS_TIMER_T *timer);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:95:6:
> error: inline function 'vcos_timer_set' declared but never defined [-Werror]
> |  void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:80:15:
> error: inline function 'vcos_timer_create' declared but never defined
> [-Werror]
> |  VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
> |                ^
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_dlfcn.c:28:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6:
> error: inline function 'vcos_thread_resume' declared but never defined
> [-Werror]
> |  void vcos_thread_resume(VCOS_THREAD_T *thread);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5:
> error: inline function 'vcos_thread_running' declared but never defined
> [-Werror]
> |  int vcos_thread_running(VCOS_THREAD_T *thread);
> |      ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15:
> error: inline function 'vcos_change_preemption' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
> |                ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6:
> error: inline function 'vcos_thread_relinquish' declared but never defined
> [-Werror]
> |  void vcos_thread_relinquish(void);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15:
> error: inline function 'vcos_thread_get_affinity' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
> |                ^
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:185:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params.c:29:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:112:6:
> error: inline function 'vcos_timer_delete' declared but never defined
> [-Werror]
> |  void vcos_timer_delete(VCOS_TIMER_T *timer);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:109:6:
> error: inline function 'vcos_timer_reset' declared but never defined
> [-Werror]
> |  void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:102:6:
> error: inline function 'vcos_timer_cancel' declared but never defined
> [-Werror]
> |  void vcos_timer_cancel(VCOS_TIMER_T *timer);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:95:6:
> error: inline function 'vcos_timer_set' declared but never defined [-Werror]
> |  void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:80:15:
> error: inline function 'vcos_timer_create' declared but never defined
> [-Werror]
> |  VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
> |                ^
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params.c:29:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6:
> error: inline function 'vcos_thread_resume' declared but never defined
> [-Werror]
> |  void vcos_thread_resume(VCOS_THREAD_T *thread);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5:
> error: inline function 'vcos_thread_running' declared but never defined
> [-Werror]
> |  int vcos_thread_running(VCOS_THREAD_T *thread);
> |      ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15:
> error: inline function 'vcos_change_preemption' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
> |                ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6:
> error: inline function 'vcos_thread_relinquish' declared but never defined
> [-Werror]
> |  void vcos_thread_relinquish(void);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15:
> error: inline function 'vcos_thread_get_affinity' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
> |                ^
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:185:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params_audio.c:28:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:112:6:
> error: inline function 'vcos_timer_delete' declared but never defined
> [-Werror]
> |  void vcos_timer_delete(VCOS_TIMER_T *timer);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:109:6:
> error: inline function 'vcos_timer_reset' declared but never defined
> [-Werror]
> |  void vcos_timer_reset(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:102:6:
> error: inline function 'vcos_timer_cancel' declared but never defined
> [-Werror]
> |  void vcos_timer_cancel(VCOS_TIMER_T *timer);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:95:6:
> error: inline function 'vcos_timer_set' declared but never defined [-Werror]
> |  void vcos_timer_set(VCOS_TIMER_T *timer, VCOS_UNSIGNED delay);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_timer.h:80:15:
> error: inline function 'vcos_timer_create' declared but never defined
> [-Werror]
> |  VCOS_STATUS_T vcos_timer_create(VCOS_TIMER_T *timer,
> |                ^
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal_common.h:40,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/mmal.h:363,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx.h:36,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/mmal/openmaxil/mmalomx_util_params_audio.c:28:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6:
> error: inline function 'vcos_thread_resume' declared but never defined
> [-Werror]
> |  void vcos_thread_resume(VCOS_THREAD_T *thread);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5:
> error: inline function 'vcos_thread_running' declared but never defined
> [-Werror]
> |  int vcos_thread_running(VCOS_THREAD_T *thread);
> |      ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15:
> error: inline function 'vcos_change_preemption' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
> |                ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6:
> error: inline function 'vcos_thread_relinquish' declared but never defined
> [-Werror]
> |  void vcos_thread_relinquish(void);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15:
> error: inline function 'vcos_thread_get_affinity' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
> |                ^
> | cc1: all warnings being treated as errors
> | make[2]: ***
> [interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/mmalomx_util_params_audio.c.o]
> Error 1
> | make[2]: *** Waiting for unfinished jobs....
> | make -f
> interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build.make
> interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/depend
> | cc1: all warnings being treated as errors
> | make[2]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_dlfcn.c.o]
> Error 1
> | make[2]: *** Waiting for unfinished jobs....
> | cc1: all warnings being treated as errors
> | make[2]: ***
> [interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/mmalomx_util_params.c.o]
> Error 1
> | make[2]: Leaving directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | make[1]: *** [interface/mmal/openmaxil/CMakeFiles/mmal_omxutil.dir/all]
> Error 2
> | make[1]: *** Waiting for unfinished jobs....
> | make[2]: Entering directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | cd
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build
> &&
> /media/tm/linux_daten/master/rpi-build/tmp/sysroots/x86_64-linux/usr/bin/cmake
> -E cmake_depends "Unix Makefiles"
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux/vcfiled
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/DependInfo.cmake
> --color=
> | make[2]: Leaving directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | make -f
> interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build.make
> interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build
> | make[2]: Entering directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | make[2]: Nothing to be done for
> `interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_lock_test.dir/build'.
> | make[2]: Leaving directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | [ 25%] Built target vcfiled_lock_test
> | In file included from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
> |                  from
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_pthreads.c:29:
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6:
> error: inline function 'vcos_thread_resume' declared but never defined
> [-Werror]
> |  void vcos_thread_resume(VCOS_THREAD_T *thread);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5:
> error: inline function 'vcos_thread_running' declared but never defined
> [-Werror]
> |  int vcos_thread_running(VCOS_THREAD_T *thread);
> |      ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15:
> error: inline function 'vcos_change_preemption' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
> |                ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6:
> error: inline function 'vcos_thread_relinquish' declared but never defined
> [-Werror]
> |  void vcos_thread_relinquish(void);
> |       ^
> |
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15:
> error: inline function 'vcos_thread_get_affinity' declared but never defined
> [-Werror]
> |  VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
> |                ^
> | cc1: all warnings being treated as errors
> | make[2]: ***
> [interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_pthreads.c.o] Error 1
> | make[2]: Leaving directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | make[1]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/all] Error 2
> | make[1]: Leaving directory
> `/media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/build'
> | make: *** [all] Error 2
> | ERROR: oe_runmake failed
> | ERROR: Function failed: do_compile (log file is located at
> /media/tm/linux_daten/master/rpi-build/tmp/work/raspberrypi-poky-linux-gnueabi/userland/git-r5/temp/log.do_compile.11496)
>
>
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi] compiling userland
  2015-09-25  4:42 ` Khem Raj
@ 2015-09-27 20:24   ` Andreas Müller
  2015-09-27 20:40     ` Gary Thomas
  2015-10-02 21:34     ` Andrei Gherzan
  0 siblings, 2 replies; 6+ messages in thread
From: Andreas Müller @ 2015-09-27 20:24 UTC (permalink / raw)
  To: Khem Raj; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 543 bytes --]

On Fri, Sep 25, 2015 at 6:42 AM, Khem Raj <raj.khem@gmail.com> wrote:
> Can you try the patches from
> https://github.com/kraj/meta-raspberrypi/commits/kraj/master
>
Hi Khem,

Because of running into same issues I've tried your branch and get
errors as attached with current oe-core.

Off-topic note: I think this layer is totally under-maintained. There
were many patches send that were not even commented. This ends up in
forks (e.g yours - and yes I've seen your efforts in sending patches)
which should be avoided.

Andreas

[-- Attachment #2: log.do_compile --]
[-- Type: application/octet-stream, Size: 423575 bytes --]

DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_compile
NOTE: make -j8
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -H/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -B/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build --check-build-system CMakeFiles/Makefile.cmake 0
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_progress_start /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/CMakeFiles /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
make[1]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/vcos/pthreads/CMakeFiles/vcos.dir/build.make interface/vcos/pthreads/CMakeFiles/vcos.dir/depend
make -f interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/build.make interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/depend
make -f interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir/build.make interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir/depend
make -f interface/khronos/CMakeFiles/khrn_client.dir/build.make interface/khronos/CMakeFiles/khrn_client.dir/depend
make -f interface/khronos/CMakeFiles/EGL_static.dir/build.make interface/khronos/CMakeFiles/EGL_static.dir/depend
make -f interface/khronos/CMakeFiles/GLESv2_static.dir/build.make interface/khronos/CMakeFiles/GLESv2_static.dir/depend
make -f interface/khronos/CMakeFiles/khrn_static.dir/build.make interface/khronos/CMakeFiles/khrn_static.dir/depend
make -f host_applications/linux/libs/debug_sym/CMakeFiles/debug_sym.dir/build.make host_applications/linux/libs/debug_sym/CMakeFiles/debug_sym.dir/depend
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vchiq_arm /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux/vcfiled /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos/CMakeFiles/GLESv2_static.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos/CMakeFiles/khrn_client.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/linux/libs/debug_sym /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/host_applications/linux/libs/debug_sym /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/host_applications/linux/libs/debug_sym/CMakeFiles/debug_sym.dir/DependInfo.cmake --color=
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vcos/pthreads /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vcos/pthreads/CMakeFiles/vcos.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos/CMakeFiles/EGL_static.dir/DependInfo.cmake --color=
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_depends "Unix Makefiles" /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos/CMakeFiles/khrn_static.dir/DependInfo.cmake --color=
Scanning dependencies of target vcfiled_check
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir/build.make interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir/build
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
Scanning dependencies of target debug_sym
Scanning dependencies of target vchiq_arm
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f host_applications/linux/libs/debug_sym/CMakeFiles/debug_sym.dir/build.make host_applications/linux/libs/debug_sym/CMakeFiles/debug_sym.dir/build
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/build.make interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/build
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  0%] Building C object interface/vmcs_host/linux/vcfiled/CMakeFiles/vcfiled_check.dir/vcfiled_check.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux/vcfiled    -fno-strict-aliasing -Werror -o CMakeFiles/vcfiled_check.dir/vcfiled_check.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux/vcfiled/vcfiled_check.c
[  0%] Building C object host_applications/linux/libs/debug_sym/CMakeFiles/debug_sym.dir/debug_sym.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/host_applications/linux/libs/debug_sym && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -Ddebug_sym_EXPORTS -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -fPIC -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/mmal -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/linux/libs/debug_sym/../../../../host_support/include    -o CMakeFiles/debug_sym.dir/debug_sym.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/linux/libs/debug_sym/debug_sym.c
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
Scanning dependencies of target GLESv2_static
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/khronos/CMakeFiles/GLESv2_static.dir/build.make interface/khronos/CMakeFiles/GLESv2_static.dir/build
[  0%] Building C object interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/vchiq_lib.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vchiq_arm && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -Dvchiq_arm_EXPORTS -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -fPIC -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/../..    -o CMakeFiles/vchiq_arm.dir/vchiq_lib.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_lib.c
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
Scanning dependencies of target khrn_client
Scanning dependencies of target vcos
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/khronos/CMakeFiles/khrn_client.dir/build.make interface/khronos/CMakeFiles/khrn_client.dir/build
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/vcos/pthreads/CMakeFiles/vcos.dir/build.make interface/vcos/pthreads/CMakeFiles/vcos.dir/build
[  0%] Building C object interface/khronos/CMakeFiles/GLESv2_static.dir/glxx/glxx_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/GLESv2_static.dir/glxx/glxx_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  0%] Building C object interface/khronos/CMakeFiles/khrn_client.dir/common/khrn_client_pointermap.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_client.dir/common/khrn_client_pointermap.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_pointermap.c
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  0%] Building C object interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_pthreads.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vcos/pthreads && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -Dvcos_EXPORTS -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -Wall -Werror -Wdeclaration-after-statement -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -fPIC -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos    -ggdb -Werror -Wall -o CMakeFiles/vcos.dir/vcos_pthreads.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_pthreads.c
[  1%] Linking C static library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libvcfiled_check.a
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -P CMakeFiles/vcfiled_check.dir/cmake_clean_target.cmake
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vmcs_host/linux/vcfiled && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/vcfiled_check.dir/link.txt --verbose=1
arm-angstrom-linux-gnueabi-ar cq /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libvcfiled_check.a  CMakeFiles/vcfiled_check.dir/vcfiled_check.c.o
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchi/vchi_mh.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_if.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_lib.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
Scanning dependencies of target EGL_static
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/khronos/CMakeFiles/EGL_static.dir/build.make interface/khronos/CMakeFiles/EGL_static.dir/build
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_pointermap.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-ranlib /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libvcfiled_check.a
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/linux/libs/debug_sym/debug_sym.c:38:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads/vcos_pthreads.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:269:6: error: inline function 'vcos_thread_resume' declared but never defined [-Werror]
 void vcos_thread_resume(VCOS_THREAD_T *thread);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:262:5: error: inline function 'vcos_thread_running' declared but never defined [-Werror]
 int vcos_thread_running(VCOS_THREAD_T *thread);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:251:15: error: inline function 'vcos_change_preemption' declared but never defined [-Werror]
 VCOS_UNSIGNED vcos_change_preemption(VCOS_UNSIGNED pe);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: error: inline function 'vcos_thread_relinquish' declared but never defined [-Werror]
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:186:15: error: inline function 'vcos_thread_get_affinity' declared but never defined [-Werror]
 VCOS_UNSIGNED vcos_thread_get_affinity(VCOS_THREAD_T *thread);
               ^
[  1%] Built target vcfiled_check
Scanning dependencies of target khrn_static
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
make -f interface/khronos/CMakeFiles/khrn_static.dir/build.make interface/khronos/CMakeFiles/khrn_static.dir/build
[  1%] Building C object interface/khronos/CMakeFiles/khrn_client.dir/common/khrn_client_vector.c.o
[  1%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/egl/egl_client_config.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/egl/egl_client_config.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_config.c
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_client.dir/common/khrn_client_vector.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_vector.c
[  2%] Building C object interface/khronos/CMakeFiles/khrn_client.dir/common/khrn_int_hash.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_client.dir/common/khrn_int_hash.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_hash.c
make[2]: Entering directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  3%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/egl/egl_client_config.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/egl/egl_client_config.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_config.c
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c: In function 'glIsEnabled':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c:2991:17: warning: unused variable 'count' [-Wunused-variable]
          GLuint count = (GLuint) get_boolean_internal_11(thread, cap, &temp);
                 ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_config.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  3%] Building ASM object interface/khronos/CMakeFiles/khrn_client.dir/common/khrn_int_hash_asm.s.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_client.dir/common/khrn_int_hash_asm.s.o -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_hash_asm.s
[  3%] Linking C shared library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libdebug_sym.so
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/host_applications/linux/libs/debug_sym && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/debug_sym.dir/link.txt --verbose=1
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -fPIC  -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -shared -Wl,-soname,libdebug_sym.so -o /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libdebug_sym.so CMakeFiles/debug_sym.dir/debug_sym.c.o 
cc1: all warnings being treated as errors
interface/vcos/pthreads/CMakeFiles/vcos.dir/build.make:65: recipe for target 'interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_pthreads.c.o' failed
make[2]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/vcos_pthreads.c.o] Error 1
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
CMakeFiles/Makefile2:108: recipe for target 'interface/vcos/pthreads/CMakeFiles/vcos.dir/all' failed
make[1]: *** [interface/vcos/pthreads/CMakeFiles/vcos.dir/all] Error 2
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_vector.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
make[1]: *** Waiting for unfinished jobs....
[  3%] Building C object interface/khronos/CMakeFiles/khrn_client.dir/common/khrn_client_cache.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_client.dir/common/khrn_client_cache.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_cache.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_config.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  3%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/egl/egl_client_context.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/egl/egl_client_context.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_context.c
[  3%] Built target debug_sym
[  3%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/egl/egl_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/egl/egl_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c
[  4%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/egl/egl_client_context.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/egl/egl_client_context.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_context.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_cache.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_cache.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_context.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  4%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/egl/egl_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/egl/egl_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_context.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  4%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/egl/egl_client_get_proc.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/egl/egl_client_get_proc.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_get_proc.c
[  5%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/egl/egl_client_surface.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/egl/egl_client_surface.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_common.h:137:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:127:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c: In function 'send_pixmap':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_assert.h:291:27: warning: statement with no effect [-Wunused-value]
 #define vcos_verify(cond) (cond)
                           ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:1750:10: note: in expansion of macro 'vcos_verify'
          vcos_verify(0); /* the pixmap has become invalid... */
          ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c: In function 'retrieve_pixmap':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_assert.h:291:27: warning: statement with no effect [-Wunused-value]
 #define vcos_verify(cond) (cond)
                           ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:1829:10: note: in expansion of macro 'vcos_verify'
          vcos_verify(0); /* the pixmap has become invalid... */
          ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:130:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  5%] Linking C static library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libkhrn_client.a
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -P CMakeFiles/khrn_client.dir/cmake_clean_target.cmake
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_common.h:137:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:127:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c: In function 'send_pixmap':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_assert.h:291:27: warning: statement with no effect [-Wunused-value]
 #define vcos_verify(cond) (cond)
                           ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:1750:10: note: in expansion of macro 'vcos_verify'
          vcos_verify(0); /* the pixmap has become invalid... */
          ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c: In function 'retrieve_pixmap':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_assert.h:291:27: warning: statement with no effect [-Wunused-value]
 #define vcos_verify(cond) (cond)
                           ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:1829:10: note: in expansion of macro 'vcos_verify'
          vcos_verify(0); /* the pixmap has become invalid... */
          ^
[  5%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/egl/egl_client_get_proc.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/egl/egl_client_get_proc.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_get_proc.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c:130:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/khrn_client.dir/link.txt --verbose=1
arm-angstrom-linux-gnueabi-ar cq /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libkhrn_client.a  CMakeFiles/khrn_client.dir/common/khrn_client_pointermap.c.o CMakeFiles/khrn_client.dir/common/khrn_client_vector.c.o CMakeFiles/khrn_client.dir/common/khrn_int_hash.c.o CMakeFiles/khrn_client.dir/common/khrn_int_hash_asm.s.o CMakeFiles/khrn_client.dir/common/khrn_client_cache.c.o
[  5%] Building C object interface/vchiq_arm/CMakeFiles/vchiq_arm.dir/vchiq_util.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vchiq_arm && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -Dvchiq_arm_EXPORTS -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -fPIC -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/../..    -o CMakeFiles/vchiq_arm.dir/vchiq_util.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_util.c
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-ranlib /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libkhrn_client.a
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  5%] Built target khrn_client
[  5%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/egl/egl_client_surface.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/egl/egl_client_surface.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_rpc.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_get_proc.c:37:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchi/vchi_mh.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_if.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_util.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_util.c:28:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  5%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_brcm_driver_monitor_client.c.o
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_get_proc.c:37:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_brcm_driver_monitor_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_driver_monitor_client.c
[  5%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_brcm_perf_monitor_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_brcm_perf_monitor_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_perf_monitor_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_rpc.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/egl/egl_client_surface.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  5%] Linking C shared library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libvchiq_arm.so
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/vchiq_arm && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/vchiq_arm.dir/link.txt --verbose=1
[  6%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_brcm_driver_monitor_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_brcm_driver_monitor_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_driver_monitor_client.c
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -fPIC  -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -shared -Wl,-soname,libvchiq_arm.so -o /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libvchiq_arm.so CMakeFiles/vchiq_arm.dir/vchiq_lib.c.o CMakeFiles/vchiq_arm.dir/vchiq_util.c.o 
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_driver_monitor_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[  6%] Built target vchiq_arm
[  6%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_brcm_perf_monitor_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_brcm_perf_monitor_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_perf_monitor_client.c
[  6%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_brcm_global_image_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_brcm_global_image_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_global_image_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_perf_monitor_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  6%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_brcm_global_image_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_brcm_global_image_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_global_image_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_driver_monitor_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  6%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_brcm_flush_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_brcm_flush_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_flush_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_perf_monitor_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  7%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_brcm_flush_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_brcm_flush_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_flush_client.c
[  8%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_khr_image_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_khr_image_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_image_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_global_image_client.c:31:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_global_image_client.c:31:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_khr_image_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_khr_image_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_image_client.c
[  8%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_khr_sync_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_khr_sync_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_sync_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_rpc.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_flush_client.c:31:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_khr_sync_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_khr_sync_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_sync_client.c
[  8%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/gl_oes_egl_image_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/gl_oes_egl_image_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_egl_image_client.c
[  8%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_khr_lock_surface_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_khr_lock_surface_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_lock_surface_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_image_client.c:35:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_rpc.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_brcm_flush_client.c:31:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_rpc.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_sync_client.c:38:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_rpc.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_sync_client.c:38:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_image_client.c:35:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 interface/khronos/CMakeFiles/khrn_static.dir/ext/gl_oes_egl_image_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/gl_oes_egl_image_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_egl_image_client.c
[  9%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/ext_gl_debug_marker.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/ext_gl_debug_marker.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/ext_gl_debug_marker.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_lock_surface_client.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_egl_image_client.c:35:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[  9%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/khrn_int_image.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/khrn_int_image.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_image.c
[  9%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/khrn_int_util.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/khrn_int_util.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c
[ 10%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_khr_lock_surface_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_khr_lock_surface_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_lock_surface_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_egl_image_client.c:35:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 10%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/khrn_options.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/khrn_options.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_options.c
[ 10%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/ext_gl_debug_marker.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/ext_gl_debug_marker.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/ext_gl_debug_marker.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_image.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_image.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/ext_gl_debug_marker.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
[ 10%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_int_image.c.o
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_int_image.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_image.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 11%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/khrn_client_global_image_map.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/khrn_client_global_image_map.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_global_image_map.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c:30:0:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c: In function 'khrn_clip_range2':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:145:57: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z < x) ? (int32_t)0x7fffffff : z) : ((z > x) ? (int32_t)0x80000000 : z);
                                                         ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:151:57: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z > x) ? (int32_t)0x80000000 : z) : ((z < x) ? (int32_t)0x7fffffff : z);
                                                         ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:145:57: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z < x) ? (int32_t)0x7fffffff : z) : ((z > x) ? (int32_t)0x80000000 : z);
                                                         ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:151:57: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z > x) ? (int32_t)0x80000000 : z) : ((z < x) ? (int32_t)0x7fffffff : z);
                                                         ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_khr_lock_surface_client.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 11%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/linux/khrn_client_rpc_linux.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/linux/khrn_client_rpc_linux.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c
[ 11%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/linux/khrn_client_platform_linux.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/linux/khrn_client_platform_linux.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c
[ 11%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/vg/vg_int_mat3x3.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/vg/vg_int_mat3x3.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_int_mat3x3.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/ext_gl_debug_marker.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_image.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_image.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_global_image_map.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 11%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_int_util.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_int_util.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c
[ 12%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_options.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_options.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_options.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:114:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c: In function 'convert_format':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_assert.h:291:27: warning: statement with no effect [-Wunused-value]
 #define vcos_verify(cond) (cond)
                           ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:279:49: note: in expansion of macro 'vcos_verify'
       default:                                  vcos_verify(0); return (KHRN_IMAGE_FORMAT_T)0;
                                                 ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_math.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_int_mat3x3.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c: In function 'check_default':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:817:35: warning: 'height' may be used uninitialized in this function [-Wmaybe-uninitialized]
          default_dwin[wid].height = height;
                                   ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:804:33: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
          src_rect.width = width << 16;
                                 ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:808:21: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
          dst_rect.y = y;
                     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:807:21: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
          dst_rect.x = x;
                     ^
[ 13%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/vg/vg_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/vg/vg_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_client.c
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'vc_vchi_khronos_init':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:171:18: warning: unused variable 'status' [-Wunused-variable]
    VCOS_STATUS_T status = vcos_event_create(&bulk_event, NULL);
                  ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'merge_flush':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:284:22: warning: unused variable 'success' [-Wunused-variable]
       VCHIQ_STATUS_T success = vchiq_queue_message(get_handle(thread), &element, 1);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'send_bulk':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:364:22: warning: unused variable 'vchiq_status' [-Wunused-variable]
       VCHIQ_STATUS_T vchiq_status = vchiq_queue_message(get_handle(thread), &element, 1);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:371:21: warning: unused variable 'vcos_status' [-Wunused-variable]
       VCOS_STATUS_T vcos_status = vcos_event_wait(&bulk_event);
                     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:368:22: warning: unused variable 'vchiq_status' [-Wunused-variable]
       VCHIQ_STATUS_T vchiq_status = vchiq_queue_bulk_transmit(get_handle(thread), in, rpc_pad_bulk(len), NULL);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'recv_bulk':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:388:21: warning: unused variable 'vcos_status' [-Wunused-variable]
       VCOS_STATUS_T vcos_status = vcos_event_wait(&bulk_event);
                     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:385:22: warning: unused variable 'vchiq_status' [-Wunused-variable]
       VCHIQ_STATUS_T vchiq_status = vchiq_queue_bulk_receive(get_handle(thread), out, rpc_pad_bulk(len), NULL);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'rpc_call8_makecurrent':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:506:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    if (thread->merge_pos == CLIENT_MAKE_CURRENT_SIZE && *((uint32_t *)thread->merge_buffer) == EGLINTMAKECURRENT_ID)
    ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchi/vchi_mh.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_if.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 13%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_client_global_image_map.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_client_global_image_map.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_global_image_map.c
[ 13%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/linux/khrn_client_rpc_linux.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/linux/khrn_client_rpc_linux.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c:30:0:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.c: In function 'khrn_clip_range2':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:145:57: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z < x) ? (int32_t)0x7fffffff : z) : ((z > x) ? (int32_t)0x80000000 : z);
                                                         ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:151:57: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z > x) ? (int32_t)0x80000000 : z) : ((z < x) ? (int32_t)0x7fffffff : z);
                                                         ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:145:57: warning: assuming signed overflow does not occur when assuming that (X - c) <= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z < x) ? (int32_t)0x7fffffff : z) : ((z > x) ? (int32_t)0x80000000 : z);
                                                         ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:151:57: warning: assuming signed overflow does not occur when assuming that (X + c) >= X is always true [-Wstrict-overflow]
    return (y > 0) ? ((z > x) ? (int32_t)0x80000000 : z) : ((z < x) ? (int32_t)0x7fffffff : z);
                                                         ^
[ 13%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/common/khrn_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/common/khrn_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.c
[ 13%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/linux/khrn_client_platform_linux.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/linux/khrn_client_platform_linux.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c
[ 13%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/egl_openmaxil_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/egl_openmaxil_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_openmaxil_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_global_image_map.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'vc_vchi_khronos_init':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:171:18: warning: unused variable 'status' [-Wunused-variable]
    VCOS_STATUS_T status = vcos_event_create(&bulk_event, NULL);
                  ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'merge_flush':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:284:22: warning: unused variable 'success' [-Wunused-variable]
       VCHIQ_STATUS_T success = vchiq_queue_message(get_handle(thread), &element, 1);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'send_bulk':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:364:22: warning: unused variable 'vchiq_status' [-Wunused-variable]
       VCHIQ_STATUS_T vchiq_status = vchiq_queue_message(get_handle(thread), &element, 1);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:371:21: warning: unused variable 'vcos_status' [-Wunused-variable]
       VCOS_STATUS_T vcos_status = vcos_event_wait(&bulk_event);
                     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:368:22: warning: unused variable 'vchiq_status' [-Wunused-variable]
       VCHIQ_STATUS_T vchiq_status = vchiq_queue_bulk_transmit(get_handle(thread), in, rpc_pad_bulk(len), NULL);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'recv_bulk':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:388:21: warning: unused variable 'vcos_status' [-Wunused-variable]
       VCOS_STATUS_T vcos_status = vcos_event_wait(&bulk_event);
                     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:385:22: warning: unused variable 'vchiq_status' [-Wunused-variable]
       VCHIQ_STATUS_T vchiq_status = vchiq_queue_bulk_receive(get_handle(thread), out, rpc_pad_bulk(len), NULL);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: In function 'rpc_call8_makecurrent':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:506:4: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
    if (thread->merge_pos == CLIENT_MAKE_CURRENT_SIZE && *((uint32_t *)thread->merge_buffer) == EGLINTMAKECURRENT_ID)
    ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchi/vchi_mh.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq_if.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm/vchiq.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_rpc_linux.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_client.c:56:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_check_types.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 13%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/gl_oes_draw_texture_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/gl_oes_draw_texture_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_draw_texture_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:114:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c: In function 'convert_format':
[ 14%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/vg/vg_int_mat3x3.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/vg/vg_int_mat3x3.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_int_mat3x3.c
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_assert.h:291:27: warning: statement with no effect [-Wunused-value]
 #define vcos_verify(cond) (cond)
                           ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:279:49: note: in expansion of macro 'vcos_verify'
       default:                                  vcos_verify(0); return (KHRN_IMAGE_FORMAT_T)0;
                                                 ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_openmaxil_client.h:28,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_openmaxil_client.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 15%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/gl_oes_query_matrix_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/gl_oes_query_matrix_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_query_matrix_client.c
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c: In function 'check_default':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:817:35: warning: 'height' may be used uninitialized in this function [-Wmaybe-uninitialized]
          default_dwin[wid].height = height;
                                   ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:804:33: warning: 'width' may be used uninitialized in this function [-Wmaybe-uninitialized]
          src_rect.width = width << 16;
                                 ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:808:21: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
          dst_rect.y = y;
                     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/linux/khrn_client_platform_linux.c:807:21: warning: 'x' may be used uninitialized in this function [-Wmaybe-uninitialized]
          dst_rect.x = x;
                     ^
[ 15%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/gl_oes_framebuffer_object.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/gl_oes_framebuffer_object.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_framebuffer_object.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_math.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_int_mat3x3.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 15%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/vg/vg_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/vg/vg_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_draw_texture_client.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 15%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_framebuffer_object.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_query_matrix_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 15%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/gl_oes_map_buffer.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/gl_oes_map_buffer.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_map_buffer.c
[ 15%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/egl_openmaxil_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/egl_openmaxil_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_openmaxil_client.c
[ 15%] Building C object interface/khronos/CMakeFiles/EGL_static.dir/ext/gl_oes_matrix_palette_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/EGL_static.dir/ext/gl_oes_matrix_palette_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_matrix_palette_client.c
[ 16%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/gl_oes_draw_texture_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/gl_oes_draw_texture_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_draw_texture_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/vg/vg_client.c:56:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_util.h:37,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_check_types.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_draw_texture_client.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_map_buffer.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 interface/khronos/CMakeFiles/khrn_static.dir/ext/gl_oes_query_matrix_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/gl_oes_query_matrix_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_query_matrix_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_openmaxil_client.h:28,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/egl_openmaxil_client.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 interface/khronos/CMakeFiles/khrn_static.dir/ext/gl_oes_framebuffer_object.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/gl_oes_framebuffer_object.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_framebuffer_object.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_matrix_palette_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 interface/khronos/CMakeFiles/khrn_static.dir/ext/gl_oes_map_buffer.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/gl_oes_map_buffer.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_map_buffer.c
[ 16%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/glxx/glxx_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/glxx/glxx_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c
[ 17%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/ext/gl_oes_matrix_palette_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/ext/gl_oes_matrix_palette_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_matrix_palette_client.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_query_matrix_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 17%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/wf/wfc_client_stream.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/wf/wfc_client_stream.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_stream.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_map_buffer.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_framebuffer_object.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c: In function 'glIsEnabled':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c:2991:17: warning: unused variable 'count' [-Wunused-variable]
          GLuint count = (GLuint) get_boolean_internal_11(thread, cap, &temp);
                 ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c:33:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 17%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/wf/wfc_client.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/wf/wfc_client.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client.c
[ 18%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/wf/wfc_client_server_api.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/wf/wfc_client_server_api.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_server_api.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/glxx/glxx_client.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/ext/gl_oes_matrix_palette_client.c:32:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_stream.c:31:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_server_api.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_server_api.c:28:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_server_api.c:59:22: warning: 'wfc_client_server_api_send_stream' defined but not used [-Wunused-function]
 static VCOS_STATUS_T wfc_client_server_api_send_stream(WFC_IPC_MSG_TYPE msg_type, WFCNativeStreamType stream)
                      ^
[ 18%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/wf/wfc_client_ipc.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/wf/wfc_client_ipc.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/WF/../EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/WF/../EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/WF/wfcplatform.h:32,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/WF/wfc.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client.c:34:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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 /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:139:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:28:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c: In function 'wfc_client_ipc_vchiq_callback':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:239:22: warning: format '%p' expects argument of type 'void *', but argument 5 has type 'VCHIQ_SERVICE_HANDLE_T {aka unsigned int}' [-Wformat=]
       vcos_log_trace("%s: service %p opened", VCOS_FUNCTION, service);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_logging.h:225:113: note: in definition of macro '_VCOS_LOG_X'
 #  define _VCOS_LOG_X(cat, _level, fmt...)   do { if (vcos_is_log_enabled(cat,_level)) vcos_log_impl(cat,_level,fmt); } while (0)
                                                                                                                 ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:239:7: note: in expansion of macro 'vcos_log_trace'
       vcos_log_trace("%s: service %p opened", VCOS_FUNCTION, service);
       ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:242:22: warning: format '%p' expects argument of type 'void *', but argument 5 has type 'VCHIQ_SERVICE_HANDLE_T {aka unsigned int}' [-Wformat=]
       vcos_log_trace("%s: service %p closed", VCOS_FUNCTION, service);
                      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_logging.h:225:113: note: in definition of macro '_VCOS_LOG_X'
 #  define _VCOS_LOG_X(cat, _level, fmt...)   do { if (vcos_is_log_enabled(cat,_level)) vcos_log_impl(cat,_level,fmt); } while (0)
                                                                                                                 ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:242:7: note: in expansion of macro 'vcos_log_trace'
       vcos_log_trace("%s: service %p closed", VCOS_FUNCTION, service);
       ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c: In function 'wfc_client_ipc_deinit':
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:479:27: warning: assignment makes integer from pointer without a cast [-Wint-conversion]
    wfc_client_ipc.service = NULL;
                           ^
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.h:31,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c:28:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/wf/wfc_client_ipc.c: At top level:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 18%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/openwfc/khrn_client_platform_openwfc.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/openwfc/khrn_client_platform_openwfc.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/openwfc/khrn_client_platform_openwfc.c
[ 18%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_client_pointermap.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_client_pointermap.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_pointermap.c
[ 19%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_client_vector.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_client_vector.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_vector.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/openwfc/khrn_client_platform_openwfc.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 19%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_int_hash.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_int_hash.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_hash.c
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_vector.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 20%] Linking C static library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libGLESv2_static.a
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -P CMakeFiles/GLESv2_static.dir/cmake_clean_target.cmake
[ 20%] Building ASM object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_int_hash_asm.s.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_int_hash_asm.s.o -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_int_hash_asm.s
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_pointermap.c:29:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/GLESv2_static.dir/link.txt --verbose=1
arm-angstrom-linux-gnueabi-ar cq /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libGLESv2_static.a  CMakeFiles/GLESv2_static.dir/glxx/glxx_client.c.o
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-ranlib /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libGLESv2_static.a
[ 20%] Building C object interface/khronos/CMakeFiles/khrn_static.dir/common/khrn_client_cache.c.o
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-gcc  -DEGL_SERVER_DISPMANX -DHAVE_CMAKE_CONFIG -DHAVE_VMCS_CONFIG -DOMX_SKIP64BIT -DTV_SUPPORTED_MODE_NO_DEPRECATED -DUSE_VCHIQ_ARM -DVCHI_BULK_ALIGN=1 -DVCHI_BULK_GRANULARITY=1 -D_FILE_OFFSET_BITS=64 -D_HAVE_SBRK -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -D_REENTRANT -D__VIDEOCORE4__ -march=armv7-a -mthumb  -mthumb-interwork -mfloat-abi=hard -mfpu=neon  --sysroot=/home/superandy/tmp/oe-core-glibc/sysroots/raspberrypi2  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -Wno-multichar -Wall -Wno-unused-but-set-variable -fPIC -O2 -pipe -g -feliminate-unused-debug-types  -O2 -pipe -g -feliminate-unused-debug-types -fPIC -DNDEBUG -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_applications/framework -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vcos/pthreads -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/linux -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/khronos -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vchiq_arm -I/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/host_support/include    -o CMakeFiles/khrn_static.dir/common/khrn_client_cache.c.o   -c /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_cache.c
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[ 20%] Built target GLESv2_static
In file included from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos.h:127:0,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/vmcs_host/vc_dispmanx.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/eglplatform.h:110,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/include/EGL/egl.h:36,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_platform.h:30,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client.h:34,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_cache.h:33,
                 from /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/interface/khronos/common/khrn_client_cache.c:30:
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
     ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/interface/vcos/vcos_thread.h:234:6: warning: inline function 'vcos_thread_relinquish' declared but never defined
 void vcos_thread_relinquish(void);
      ^
/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/inc/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);
               ^
[ 21%] Linking C static library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libEGL_static.a
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -P CMakeFiles/EGL_static.dir/cmake_clean_target.cmake
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/EGL_static.dir/link.txt --verbose=1
arm-angstrom-linux-gnueabi-ar cq /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libEGL_static.a  CMakeFiles/EGL_static.dir/egl/egl_client_config.c.o CMakeFiles/EGL_static.dir/egl/egl_client_context.c.o CMakeFiles/EGL_static.dir/egl/egl_client.c.o CMakeFiles/EGL_static.dir/egl/egl_client_get_proc.c.o CMakeFiles/EGL_static.dir/egl/egl_client_surface.c.o CMakeFiles/EGL_static.dir/ext/egl_brcm_driver_monitor_client.c.o CMakeFiles/EGL_static.dir/ext/egl_brcm_perf_monitor_client.c.o CMakeFiles/EGL_static.dir/ext/egl_brcm_global_image_client.c.o CMakeFiles/EGL_static.dir/ext/egl_brcm_flush_client.c.o CMakeFiles/EGL_static.dir/ext/egl_khr_image_client.c.o CMakeFiles/EGL_static.dir/ext/egl_khr_sync_client.c.o CMakeFiles/EGL_static.dir/ext/gl_oes_egl_image_client.c.o CMakeFiles/EGL_static.dir/ext/egl_khr_lock_surface_client.c.o CMakeFiles/EGL_static.dir/ext/ext_gl_debug_marker.c.o CMakeFiles/EGL_static.dir/common/khrn_int_image.c.o CMakeFiles/EGL_static.dir/common/khrn_int_util.c.o CMakeFiles/EGL_static.dir/common/khrn_options.c.o CMakeFiles/EGL_static.dir/common/khrn_client_global_image_map.c.o CMakeFiles/EGL_static.dir/common/linux/khrn_client_rpc_linux.c.o CMakeFiles/EGL_static.dir/common/linux/khrn_client_platform_linux.c.o CMakeFiles/EGL_static.dir/vg/vg_int_mat3x3.c.o CMakeFiles/EGL_static.dir/vg/vg_client.c.o CMakeFiles/EGL_static.dir/common/khrn_client.c.o CMakeFiles/EGL_static.dir/ext/egl_openmaxil_client.c.o CMakeFiles/EGL_static.dir/ext/gl_oes_draw_texture_client.c.o CMakeFiles/EGL_static.dir/ext/gl_oes_query_matrix_client.c.o CMakeFiles/EGL_static.dir/ext/gl_oes_framebuffer_object.c.o CMakeFiles/EGL_static.dir/ext/gl_oes_map_buffer.c.o CMakeFiles/EGL_static.dir/ext/gl_oes_matrix_palette_client.c.o
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-ranlib /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libEGL_static.a
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[ 21%] Built target EGL_static
[ 22%] Linking C static library /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libkhrn_static.a
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -P CMakeFiles/khrn_static.dir/cmake_clean_target.cmake
cd /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build/interface/khronos && /home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/cmake -E cmake_link_script CMakeFiles/khrn_static.dir/link.txt --verbose=1
arm-angstrom-linux-gnueabi-ar cq /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libkhrn_static.a  CMakeFiles/khrn_static.dir/egl/egl_client_config.c.o CMakeFiles/khrn_static.dir/egl/egl_client_context.c.o CMakeFiles/khrn_static.dir/egl/egl_client.c.o CMakeFiles/khrn_static.dir/egl/egl_client_get_proc.c.o CMakeFiles/khrn_static.dir/egl/egl_client_surface.c.o CMakeFiles/khrn_static.dir/ext/egl_brcm_driver_monitor_client.c.o CMakeFiles/khrn_static.dir/ext/egl_brcm_perf_monitor_client.c.o CMakeFiles/khrn_static.dir/ext/egl_brcm_global_image_client.c.o CMakeFiles/khrn_static.dir/ext/egl_brcm_flush_client.c.o CMakeFiles/khrn_static.dir/ext/egl_khr_image_client.c.o CMakeFiles/khrn_static.dir/ext/egl_khr_sync_client.c.o CMakeFiles/khrn_static.dir/ext/gl_oes_egl_image_client.c.o CMakeFiles/khrn_static.dir/ext/egl_khr_lock_surface_client.c.o CMakeFiles/khrn_static.dir/ext/ext_gl_debug_marker.c.o CMakeFiles/khrn_static.dir/common/khrn_int_image.c.o CMakeFiles/khrn_static.dir/common/khrn_int_util.c.o CMakeFiles/khrn_static.dir/common/khrn_options.c.o CMakeFiles/khrn_static.dir/common/khrn_client_global_image_map.c.o CMakeFiles/khrn_static.dir/common/linux/khrn_client_rpc_linux.c.o CMakeFiles/khrn_static.dir/common/linux/khrn_client_platform_linux.c.o CMakeFiles/khrn_static.dir/vg/vg_int_mat3x3.c.o CMakeFiles/khrn_static.dir/vg/vg_client.c.o CMakeFiles/khrn_static.dir/common/khrn_client.c.o CMakeFiles/khrn_static.dir/ext/egl_openmaxil_client.c.o CMakeFiles/khrn_static.dir/ext/gl_oes_draw_texture_client.c.o CMakeFiles/khrn_static.dir/ext/gl_oes_query_matrix_client.c.o CMakeFiles/khrn_static.dir/ext/gl_oes_framebuffer_object.c.o CMakeFiles/khrn_static.dir/ext/gl_oes_map_buffer.c.o CMakeFiles/khrn_static.dir/ext/gl_oes_matrix_palette_client.c.o CMakeFiles/khrn_static.dir/glxx/glxx_client.c.o CMakeFiles/khrn_static.dir/wf/wfc_client_stream.c.o CMakeFiles/khrn_static.dir/wf/wfc_client.c.o CMakeFiles/khrn_static.dir/wf/wfc_client_server_api.c.o CMakeFiles/khrn_static.dir/wf/wfc_client_ipc.c.o CMakeFiles/khrn_static.dir/common/openwfc/khrn_client_platform_openwfc.c.o CMakeFiles/khrn_static.dir/common/khrn_client_pointermap.c.o CMakeFiles/khrn_static.dir/common/khrn_client_vector.c.o CMakeFiles/khrn_static.dir/common/khrn_int_hash.c.o CMakeFiles/khrn_static.dir/common/khrn_int_hash_asm.s.o CMakeFiles/khrn_static.dir/common/khrn_client_cache.c.o
/home/superandy/tmp/oe-core-glibc/sysroots/x86_64-linux/usr/bin/arm-angstrom-linux-gnueabi/arm-angstrom-linux-gnueabi-ranlib /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/git/build/lib/libkhrn_static.a
make[2]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
[ 22%] Built target khrn_static
make[1]: Leaving directory '/home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/build'
Makefile:152: recipe for target 'all' failed
make: *** [all] Error 2
ERROR: oe_runmake failed
WARNING: /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/temp/run.do_compile.19676:1 exit 1 from
  exit 1
ERROR: Function failed: do_compile (log file is located at /home/superandy/tmp/oe-core-glibc/work/raspberrypi2-angstrom-linux-gnueabi/userland/git-r5/temp/log.do_compile.19676)

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi] compiling userland
  2015-09-27 20:24   ` Andreas Müller
@ 2015-09-27 20:40     ` Gary Thomas
  2015-10-02 21:34     ` Andrei Gherzan
  1 sibling, 0 replies; 6+ messages in thread
From: Gary Thomas @ 2015-09-27 20:40 UTC (permalink / raw)
  To: yocto

On 2015-09-27 14:24, Andreas Müller wrote:
> On Fri, Sep 25, 2015 at 6:42 AM, Khem Raj <raj.khem@gmail.com> wrote:
>> Can you try the patches from
>> https://github.com/kraj/meta-raspberrypi/commits/kraj/master
>>
> Hi Khem,
>
> Because of running into same issues I've tried your branch and get
> errors as attached with current oe-core.
>
> Off-topic note: I think this layer is totally under-maintained. There
> were many patches send that were not even commented. This ends up in
> forks (e.g yours - and yes I've seen your efforts in sending patches)
> which should be avoided.

Perhaps the layer need additional maintainers?  I'm happy to volunteer,
I have multiple RaspberryPi(s) (model B) as well as a RaspberryPi-2 available
for testing.

-- 
------------------------------------------------------------
Gary Thomas                 |  Consulting for the
MLB Associates              |    Embedded world
------------------------------------------------------------


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi] compiling userland
  2015-09-24 23:19 [meta-raspberrypi] compiling userland Tom Martin
  2015-09-25  4:42 ` Khem Raj
@ 2015-10-02 21:33 ` Andrei Gherzan
  1 sibling, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2015-10-02 21:33 UTC (permalink / raw)
  To: Tom Martin; +Cc: yocto@yoctoproject.org

Hi Tom,

On Fri, Sep 25, 2015 at 01:19:43AM +0200, Tom Martin wrote:
> i'm completly new to yocta and doing my first steps.
>
> plan is to build a system with a small footprint for low-latency video
> wifibroadcast.
>
> first steps are trying to build rpi-test-image including omxplayer. but
> compiling fails when compiling userland.
>
> last lines before the failure are. am i missing just something basic?

This should be now fixed in master. Could you give it a try?

--
Andrei Gherzan


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [meta-raspberrypi] compiling userland
  2015-09-27 20:24   ` Andreas Müller
  2015-09-27 20:40     ` Gary Thomas
@ 2015-10-02 21:34     ` Andrei Gherzan
  1 sibling, 0 replies; 6+ messages in thread
From: Andrei Gherzan @ 2015-10-02 21:34 UTC (permalink / raw)
  To: Andreas Müller; +Cc: yocto@yoctoproject.org

On Sun, Sep 27, 2015 at 10:24:28PM +0200, Andreas Müller wrote:
> On Fri, Sep 25, 2015 at 6:42 AM, Khem Raj <raj.khem@gmail.com> wrote:
> > Can you try the patches from
> > https://github.com/kraj/meta-raspberrypi/commits/kraj/master
> >
> Hi Khem,
>
> Because of running into same issues I've tried your branch and get
> errors as attached with current oe-core.
>
> Off-topic note: I think this layer is totally under-maintained. There
> were many patches send that were not even commented. This ends up in
> forks (e.g yours - and yes I've seen your efforts in sending patches)
> which should be avoided.
>

Started to get back on track. Hope this won't happen again.


--
Andrei Gherzan


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-10-02 21:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-24 23:19 [meta-raspberrypi] compiling userland Tom Martin
2015-09-25  4:42 ` Khem Raj
2015-09-27 20:24   ` Andreas Müller
2015-09-27 20:40     ` Gary Thomas
2015-10-02 21:34     ` Andrei Gherzan
2015-10-02 21:33 ` Andrei Gherzan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.