[yocto] [meta-raspberrypi] compiling userland

Khem Raj raj.khem at gmail.com
Thu Sep 24 21:42:14 PDT 2015


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 at 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 at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto



More information about the yocto mailing list