From: Tom Martin <t.martin@eins-plus.de>
To: "yocto@yoctoproject.org" <yocto@yoctoproject.org>
Subject: [meta-raspberrypi] compiling userland
Date: Fri, 25 Sep 2015 01:19:43 +0200 [thread overview]
Message-ID: <5604850F.2030108@eins-plus.de> (raw)
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)
next reply other threads:[~2015-09-24 23:27 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-24 23:19 Tom Martin [this message]
2015-09-25 4:42 ` [meta-raspberrypi] compiling userland 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5604850F.2030108@eins-plus.de \
--to=t.martin@eins-plus.de \
--cc=yocto@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.