Hi Anoop,

A quick search on Google shows that it is an issue linked to the gcc version. It seems that gcc version 4.8.x is not supported to build liburcu against arm; unfortunately this is the version we are currently using. The default version in yocto is 4.9.x but, building with this version ends up with a non functionnal crosswalk (fails to start) which is due to a bug in the third party "angle".

I don't know if it is possible to use a different version of gcc for a particular package but if it is, this is probably the best way to manage this issue.

Since you are not building an image with crosswalk you can change the gcc version by commenting the line "GCCVERSION = "4.8%"" in meta-tizen/conf/layer.conf. This will change the gcc version for all builds. Note that we don't use this version anymore so we don't know if it still builds fine.


Also, you may want to use the "-k" option when building an image:

bitbake -k <image>

"Continue as much as possible after an error. While the target that failed and anything depending on it cannot be built, as much as possible will be built before stopping."

This will give you a better idea of what builds and doesn't.

Regards,
Kevin

On 11/08/2014 15:15, Anoop Babu wrote:

Hi

Building tizen using yocto

Host OS and architecture  - -Ubuntu SMP i686/ i386 GNU/Linux
Target architecture/BSP - iMX6 Sabre / meta-fsl-arm
The image you're trying to build - tizen-common-core-image-minimal-dev

Build procedure followed is from
https://wiki.tizen.org/wiki/Build_Tizen_with_Yocto
but for imx6

Fetch latest for all repos

Error summary
Summary: 1 task failed:
/YOCTO/poky/meta/recipes-support/liburcu/liburcu_0.8.4.bb <http://liburcu_0.8.4.bb>, do_compile

Attached are the log files.

DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_compile
+ cd /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build

+ do_compile

+ base_do_compile

+ '[' -e Makefile -o -e makefile -o -e GNUmakefile ']'

+ oe_runmake

+ oe_runmake_call

+ bbnote make -j 8

+ echo 'NOTE: make -j 8'

NOTE: make -j 8

+ make -j 8

make  all-recursive

make[1]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'

Making all in .

make[2]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfcqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfstack.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-pointer.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-qsbr.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu.lo `test -f 'urcu.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu.c

+ cd /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build
+ do_compile
+ base_do_compile
+ '[' -e Makefile -o -e makefile -o -e GNUmakefile ']'
+ oe_runmake
+ oe_runmake_call
+ bbnote make -j 8
+ echo 'NOTE: make -j 8'
NOTE: make -j 8
+ make -j 8
make  all-recursive
make[1]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Making all in .
make[2]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build' ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfcqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfstack.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-pointer.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-qsbr.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu-pointer.c

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu-pointer.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/urcu.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/urcu-pointer.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c -fPIC -DPIC -o .libs/urcu-qsbr.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c -fPIC -DPIC -o .libs/wfcqueue.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c -fPIC -DPIC -o .libs/wfstack.o

a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu.lo `test -f 'urcu.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu-pointer.c arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu-pointer.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/urcu.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/urcu-pointer.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c -fPIC -DPIC -o .libs/urcu-qsbr.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c -fPIC -DPIC -o .libs/wfcqueue.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIGarm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c -fPIC -DPIC -o .libs/wfqueue.o

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c:25: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfqueue.h:28:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfstack.h:29:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c:24: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c -fPIC -DPIC -o .libs/wfstack.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c -fPIC -DPIC -o .libs/wfqueue.o In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c:25: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfqueue.h:28:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfstack.h:29:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c:24: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/woIn file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c:38: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

Makefile:717: recipe for target 'wfqueue.lo' failed
make[2]: *** [wfqueue.lo] Error 1
make[2]: *** Waiting for unfinished jobs....

Makefile:717: recipe for target 'wfcqueue.lo' failed
make[2]: *** [wfcqueue.lo] Error 1
Makefile:717: recipe for target 'wfstack.lo' failed
make[2]: *** [wfstack.lo] Error 1

Makefile:717: recipe for target 'urcu-pointer.lo' failed
make[2]: *** [urcu-pointer.lo] Error 1

Makefile:731: recipe for target 'liburcu_mb_la-urcu-pointer.lo' failed
make[2]: *** [liburcu_mb_la-urcu-pointer.lo] Error 1

Makefile:717: recipe for target 'urcu-qsbr.lo' failed
make[2]: *** [urcu-qsbr.lo] Error 1

Makefile:717: recipe for target 'urcu.lo' failed
make[2]: *** [urcu.lo] Error 1

Makefile:724: recipe for target 'liburcu_mb_la-urcu.lo' failed
make[2]: *** [liburcu_mb_la-urcu.lo] Error 1
make[2]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'

Makefile:902: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Makefile:537: recipe for target 'all' failed
make: *** [all] Error 2

+ die 'oe_runmake failed'
+ bbfatal 'oe_runmake failed'
+ echo 'ERROR: oe_runmake failed'
ERROR: oe_runmake failed
+ exit 1
+ bb_exit_handler
+ ret=1
+ case $ret in
+ case $BASH_VERSION in
+ echo 'WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit' 1
WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit 1
+ exit 1

rk/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c:38: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
Makefile:717: recipe for target 'wfqueue.lo' failed
make[2]: *** [wfqueue.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:717: recipe for target 'wfcqueue.lo' failed
make[2]: *** [wfcqueue.lo] Error 1
Makefile:717: recipe for target 'wfstack.lo' failed
make[2]: *** [wfstack.lo] Error 1
Makefile:717: recipe for target 'urcu-pointer.lo' failed
make[2]: *** [urcu-pointer.lo] Error 1
Makefile:731: recipe for target 'liburcu_mb_la-urcu-pointer.lo' failed
make[2]: *** [liburcu_mb_la-urcu-pointer.lo] Error 1
Makefile:717: recipe for target 'urcu-qsbr.lo' failed
make[2]: *** [urcu-qsbr.lo] Error 1
Makefile:717: recipe for target 'urcu.lo' failed
make[2]: *** [urcu.lo] Error 1
Makefile:724: recipe for target 'liburcu_mb_la-urcu.lo' failed
make[2]: *** [liburcu_mb_la-urcu.lo] Error 1
make[2]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Makefile:902: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Makefile:537: recipe for target 'all' failed
make: *** [all] Error 2
+ die 'oe_runmake failed'
+ bbfatal 'oe_runmake failed'
+ echo 'ERROR: oe_runmake failed'
ERROR: oe_runmake failed
+ exit 1
+ bb_exit_handler
+ ret=1
+ case $ret in
+ case $BASH_VERSION in
+ echo 'WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit' 1
WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit 1
+ exit 1
ERROR: Function failed: do_compile (log file is located at /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/log.do_compile.32416DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'common-linux', 'common-glibc', 'arm-linux', 'arm-linux-gnueabi', 'common']
DEBUG: Executing shell function do_compile
+ cd /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build

+ do_compile

+ base_do_compile

+ '[' -e Makefile -o -e makefile -o -e GNUmakefile ']'

+ oe_runmake

+ oe_runmake_call

+ bbnote make -j 8

+ echo 'NOTE: make -j 8'

NOTE: make -j 8

+ make -j 8

make  all-recursive

make[1]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'

Making all in .

make[2]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfcqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfstack.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-pointer.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-qsbr.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c

./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu.lo `test -f 'urcu.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu.c

+ cd /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build
+ do_compile
+ base_do_compile
+ '[' -e Makefile -o -e makefile -o -e GNUmakefile ']'
+ oe_runmake
+ oe_runmake_call
+ bbnote make -j 8
+ echo 'NOTE: make -j 8'
NOTE: make -j 8
+ make -j 8
make  all-recursive
make[1]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Making all in .
make[2]: Entering directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build' ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfcqueue.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o wfstack.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-pointer.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c -o urcu-qsbr.lo /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu-pointer.c

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu-pointer.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/urcu.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/urcu-pointer.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c -fPIC -DPIC -o .libs/urcu-qsbr.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c -fPIC -DPIC -o .libs/wfcqueue.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c -fPIC -DPIC -o .libs/wfstack.o

a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu.lo `test -f 'urcu.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu.c ./arm-poky-linux-gnueabi-libtool --tag=CC --mode=compile arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c -o liburcu_mb_la-urcu-pointer.lo `test -f 'urcu-pointer.c' || echo '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/'`urcu-pointer.c arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu-pointer.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/urcu.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c -fPIC -DPIC -o .libs/urcu-pointer.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c -fPIC -DPIC -o .libs/urcu-qsbr.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c -fPIC -DPIC -o .libs/wfcqueue.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIGarm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu.o

arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c -fPIC -DPIC -o .libs/wfqueue.o

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c:25: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfqueue.h:28:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfstack.h:29:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c:24: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c -fPIC -DPIC -o .libs/wfstack.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -DRCU_MB -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c -fPIC -DPIC -o .libs/liburcu_mb_la-urcu.o arm-poky-linux-gnueabi-libtool: compile: arm-poky-linux-gnueabi-gcc -march=armv7-a -mthumb-interwork -mfloat-abi=hard -mfpu=neon -mtune=cortex-a9 --sysroot=/home/sfm/YOCTO/build/tmp/sysroots/imx6qsabreauto -DHAVE_CONFIG_H -I. -I/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4 -I./urcu -I./urcu -Wall -O2 -pipe -g -feliminate-unused-debug-types -c /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c -fPIC -DPIC -o .libs/wfqueue.o In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfcqueue.c:25: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfqueue.h:28:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfqueue.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from ./urcu/uatomic.h:27:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-pointer.c:27: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfstack.h:29:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/wfstack.c:24: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/woIn file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c:38: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^

Makefile:717: recipe for target 'wfqueue.lo' failed
make[2]: *** [wfqueue.lo] Error 1
make[2]: *** Waiting for unfinished jobs....

Makefile:717: recipe for target 'wfcqueue.lo' failed
make[2]: *** [wfcqueue.lo] Error 1
Makefile:717: recipe for target 'wfstack.lo' failed
make[2]: *** [wfstack.lo] Error 1

Makefile:717: recipe for target 'urcu-pointer.lo' failed
make[2]: *** [urcu-pointer.lo] Error 1

Makefile:731: recipe for target 'liburcu_mb_la-urcu-pointer.lo' failed
make[2]: *** [liburcu_mb_la-urcu-pointer.lo] Error 1

Makefile:717: recipe for target 'urcu-qsbr.lo' failed
make[2]: *** [urcu-qsbr.lo] Error 1

Makefile:717: recipe for target 'urcu.lo' failed
make[2]: *** [urcu.lo] Error 1

Makefile:724: recipe for target 'liburcu_mb_la-urcu.lo' failed
make[2]: *** [liburcu_mb_la-urcu.lo] Error 1
make[2]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'

Makefile:902: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Makefile:537: recipe for target 'all' failed
make: *** [all] Error 2

+ die 'oe_runmake failed'
+ bbfatal 'oe_runmake failed'
+ echo 'ERROR: oe_runmake failed'
ERROR: oe_runmake failed
+ exit 1
+ bb_exit_handler
+ ret=1
+ case $ret in
+ case $BASH_VERSION in
+ echo 'WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit' 1
WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit 1
+ exit 1

rk/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0,
from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu-qsbr.c:38: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
In file included from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/wfcqueue.h:30:0, from /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu.c:39: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/userspace-rcu-0.8.4/urcu/compiler.h:125:5: error: #error Your gcc version produces clobbered frame accesses
 #   error Your gcc version produces clobbered frame accesses
     ^
Makefile:717: recipe for target 'wfqueue.lo' failed
make[2]: *** [wfqueue.lo] Error 1
make[2]: *** Waiting for unfinished jobs....
Makefile:717: recipe for target 'wfcqueue.lo' failed
make[2]: *** [wfcqueue.lo] Error 1
Makefile:717: recipe for target 'wfstack.lo' failed
make[2]: *** [wfstack.lo] Error 1
Makefile:717: recipe for target 'urcu-pointer.lo' failed
make[2]: *** [urcu-pointer.lo] Error 1
Makefile:731: recipe for target 'liburcu_mb_la-urcu-pointer.lo' failed
make[2]: *** [liburcu_mb_la-urcu-pointer.lo] Error 1
Makefile:717: recipe for target 'urcu-qsbr.lo' failed
make[2]: *** [urcu-qsbr.lo] Error 1
Makefile:717: recipe for target 'urcu.lo' failed
make[2]: *** [urcu.lo] Error 1
Makefile:724: recipe for target 'liburcu_mb_la-urcu.lo' failed
make[2]: *** [liburcu_mb_la-urcu.lo] Error 1
make[2]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Makefile:902: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/build'
Makefile:537: recipe for target 'all' failed
make: *** [all] Error 2
+ die 'oe_runmake failed'
+ bbfatal 'oe_runmake failed'
+ echo 'ERROR: oe_runmake failed'
ERROR: oe_runmake failed
+ exit 1
+ bb_exit_handler
+ ret=1
+ case $ret in
+ case $BASH_VERSION in
+ echo 'WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit' 1
WARNING: /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/run.do_compile.32416:1 exit 1 from
  exit 1
+ exit 1
ERROR: Function failed: do_compile (log file is located at /home/sfm/YOCTO/build/tmp/work/cortexa9hf-vfp-neon-poky-linux-gnueabi/liburcu/0.8.4-r0/temp/log.do_compile.32416


Request inputs to resolve the error

Best regards
   Anoop


_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to