Closed nikhilanjane03 closed 1 year ago
I've encountered the same error regardless of the chosen machine type. To fix this error, xtable-addons needs to be upgraded to a newer version. I've already written a fix for it that could be pulled (#126).
Hi Sebveit, I applied your patch and it worked for qemu. But, when I do the build for imx8m machine the same error as above occurs. Is it possible for you to point out what causes the xtables to throw such error? or some config tweaks requied for xtables?
Sorry for the late reply. I've tried a fresh setup with the following cmd TCLIBC=musl MACHINE=qemuarm bitbake openwrt-image-minimal
and it succeeded. Make sure that your setup only contains layers that are on track with the honister branch. It should look like that:
BB_VERSION = "1.52.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "fedora-35" TARGET_SYS = "arm-oe-linux-musleabi" MACHINE = "qemuarm" DISTRO = "nodistro" DISTRO_VERSION = "nodistro.0" TUNE_FEATURES = "arm vfp cortexa15 neon thumb callconvention-hard" TARGET_FPU = "hard" meta = "honister:298222353584776afc1dfe17abc5916b4ada40de" meta-oe
meta-python
meta-networking = "honister:ae34f8f8e4f7210e4e86656a5dd9fb9bc1766ce1" meta-openwrt = "master:672ff979fc77c9988c592f3e910a477536f5ca02"
The meta-openwrt
layer is - at this time of writing - the only one configured with master branch.
Make sure you also check out the tag 2021-10.1-honister
for project https://github.com/openembedded/bitbake.git
instead of master
branch. I hope this helps.
Hi, I followed the steps mentioned in the readme file for downloading the repos and compiling the openwrt-image-full. The build fails while building the xtables-addons. Following is the complete build logs. log_do_compile_59268.txt
Is there any way to fix this issue?
I am at beginner level in the Yocto thing, so please let me know if there is any setting or configuration missing.
openwrt@ubuntu:~/Nikhil_workspace/openwrt/openembedded-core/build$ TCLIBC=musl MACHINE=qemuarm bitbake openwrt-image-full Loading cache: 100% |################################################################################################################################################################| Time: 0:00:00 Loaded 3702 entries from dependency cache. NOTE: Resolving any missing task queue dependencies
Build Configuration: BB_VERSION = "1.52.0" BUILD_SYS = "x86_64-linux" NATIVELSBSTRING = "ubuntu-18.04" TARGET_SYS = "arm-oe-linux-musleabi" MACHINE = "qemuarm" DISTRO = "nodistro" DISTRO_VERSION = "nodistro.0" TUNE_FEATURES = "arm vfp cortexa15 neon thumb callconvention-hard" TARGET_FPU = "hard" meta = "master:b5b70cba70067466da5e94f69632a2a029203838" meta-oe
meta-python
meta-networking = "master:f2152d79043601eacb70da1a3ab36f5ac56f3e28" meta-openwrt = "master:700f488f8c64ecade847be205ed605c3f8790a55"
Initialising tasks: 100% |###########################################################################################################################################################| Time: 0:00:00 Sstate summary: Wanted 517 Local 0 Network 0 Missed 517 Current 402 (0% match, 43% complete) NOTE: Executing Tasks ERROR: xtables-addons-3.13-r0 do_compile: oe_runmake failed ERROR: xtables-addons-3.13-r0 do_compile: ExecutionError('/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/temp/run.do_compile.59268', 1, None, None) ERROR: Logfile of failure stored in: /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/temp/log.do_compile.59268 Log data follows: | DEBUG: Executing python function autotools_aclocals | DEBUG: SITE files ['endian-little', 'bit-32', 'arm-common', 'arm-32', 'common-linux', 'common-musl', 'arm-linux', 'arm-linux-musleabi', 'common'] | DEBUG: Python function autotools_aclocals finished | DEBUG: Executing shell function do_compile | NOTE: make -j 4 M=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/xtables-addons-3.13/extentions DESTDIR=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/image V=1 | make all-recursive | make[1]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build' | Making all in extensions | make[2]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions' | make -f ../Makefile.iptrules all; | Xtables-addons 3.13 - Linux make[3]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions' | make[4]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/ACCOUNT' | make -f ../../Makefile.iptrules all; | make[5]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/ACCOUNT' | make[5]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/ACCOUNT' | make[4]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/ACCOUNT' | make[4]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/pknock' | make -f ../../Makefile.iptrules all; | make[5]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/pknock' | make[5]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/pknock' | make[4]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/pknock' | make[4]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/LUA' | make -f ../../Makefile.iptrules all; | make[5]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/LUA' | make[5]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/LUA' | make[4]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions/LUA' | make[3]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions' | 5.14.9-yocto-standard | if [ -n "/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source" ]; then make -C /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source M=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions modules; fi; | make[3]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source' | make -C /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-build-artifacts -f /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/Makefile modules | make[4]: Entering directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-build-artifacts' | test -e include/generated/autoconf.h -a -e include/config/auto.conf || ( \ | echo >&2; \ | echo >&2 " ERROR: Kernel configuration is invalid."; \ | echo >&2 " include/generated/autoconf.h or include/config/auto.conf are missing.";\ | echo >&2 " Run 'make oldconfig && make prepare' on kernel src to fix it."; \ | echo >&2 ; \ | /bin/false) | make -f /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build obj=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions \ | single-build= \ | need-builtin=1 need-modorder=1 | make -f /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build obj=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock \ | \ | need-builtin= \ | need-modorder=1 | make -f /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build obj=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/ACCOUNT \ | \ | need-builtin= \ | need-modorder=1 | make -f /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build obj=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/LUA \ | \ | need-builtin= \ | need-modorder=1 | make -f /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build obj=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/rtsp \ | \ | need-builtin= \ | need-modorder=1 | arm-oe-linux-musleabi-gcc -Wp,-MMD,/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/.xt_pknock.o.d -nostdinc -isystem /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-musleabi/../../lib/arm-oe-linux-musleabi/gcc/arm-oe-linux-musleabi/11.2.0/include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include -I./arch/arm/include/generated -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include -I./include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/uapi -I./include/generated/uapi -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler-version.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kconfig.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler_types.h -DKERNEL -mlittle-endian -fmacro-prefix-map=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -DLINUX_ARM_ARCH=7 -march=armv7-a -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -Os -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-stack-clash-protection -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -fplugin=./scripts/gcc-plugins/arm_ssp_per_task_plugin.so -fplugin-arg-arm_ssp_per_task_plugin-tso=1 -fplugin-arg-arm_ssp_per_task_plugin-offset=24 -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/.. -DMODULE -DKBUILD_BASENAME='"xt_pknock"' -DKBUILD_MODNAME='"xt_pknock"' -DKBUILD_MODNAME=kmod_xt_pknock -c -o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c | arm-oe-linux-musleabi-gcc -Wp,-MMD,/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/.compat_xtables.o.d -nostdinc -isystem /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-musleabi/../../lib/arm-oe-linux-musleabi/gcc/arm-oe-linux-musleabi/11.2.0/include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include -I./arch/arm/include/generated -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include -I./include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/uapi -I./include/generated/uapi -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler-version.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kconfig.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler_types.h -DKERNEL -mlittle-endian -fmacro-prefix-map=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -DLINUX_ARM_ARCH=7 -march=armv7-a -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -Os -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-stack-clash-protection -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -fplugin=./scripts/gcc-plugins/arm_ssp_per_task_plugin.so -fplugin-arg-arm_ssp_per_task_plugin-tso=1 -fplugin-arg-arm_ssp_per_task_plugin-offset=24 -DMODULE -DKBUILD_BASENAME='"compat_xtables"' -DKBUILD_MODNAME='"compat_xtables"' -DKBUILD_MODNAME=kmod_compat_xtables -c -o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/compat_xtables.o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/compat_xtables.c | arm-oe-linux-musleabi-gcc -Wp,-MMD,/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/.xt_CHAOS.o.d -nostdinc -isystem /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-musleabi/../../lib/arm-oe-linux-musleabi/gcc/arm-oe-linux-musleabi/11.2.0/include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include -I./arch/arm/include/generated -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include -I./include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/uapi -I./include/generated/uapi -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler-version.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kconfig.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler_types.h -DKERNEL__ -mlittle-endian -fmacro-prefix-map=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -DLINUX_ARM_ARCH=7 -march=armv7-a -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -Os -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-stack-clash-protection -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -fplugin=./scripts/gcc-plugins/arm_ssp_per_task_plugin.so -fplugin-arg-arm_ssp_per_task_plugin-tso=1 -fplugin-arg-arm_ssp_per_task_plugin-offset=24 -DMODULE -DKBUILD_BASENAME='"xt_CHAOS"' -DKBUILD_MODNAME='"xt_CHAOS"' -DKBUILD_MODNAME=kmod_xt_CHAOS -c -o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_CHAOS.o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_CHAOS.c | arm-oe-linux-musleabi-gcc -Wp,-MMD,/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/.xt_DELUDE.o.d -nostdinc -isystem /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-musleabi/../../lib/arm-oe-linux-musleabi/gcc/arm-oe-linux-musleabi/11.2.0/include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include -I./arch/arm/include/generated -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include -I./include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/uapi -I./include/generated/uapi -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler-version.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kconfig.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler_types.h -DKERNEL -mlittle-endian -fmacro-prefix-map=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -DLINUX_ARM_ARCH=7 -march=armv7-a -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -Os -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-stack-clash-protection -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -fplugin=./scripts/gcc-plugins/arm_ssp_per_task_plugin.so -fplugin-arg-arm_ssp_per_task_plugin-tso=1 -fplugin-arg-arm_ssp_per_task_plugin-offset=24 -DMODULE -DKBUILD_BASENAME='"xt_DELUDE"' -DKBUILD_MODNAME='"xt_DELUDE"' -DKBUILD_MODNAME=kmod_xt_DELUDE -c -o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DELUDE.o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DELUDE.c | if [ /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/compat_xtables.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/compat_xtables.o"; fi; | arm-oe-linux-musleabi-gcc -Wp,-MMD,/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/.xt_DHCPMAC.o.d -nostdinc -isystem /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-musleabi/../../lib/arm-oe-linux-musleabi/gcc/arm-oe-linux-musleabi/11.2.0/include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include -I./arch/arm/include/generated -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include -I./include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/uapi -I./include/generated/uapi -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler-version.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kconfig.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler_types.h -DKERNEL -mlittle-endian -fmacro-prefix-map=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -DLINUX_ARM_ARCH=7 -march=armv7-a -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -Os -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-stack-clash-protection -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -fplugin=./scripts/gcc-plugins/arm_ssp_per_task_plugin.so -fplugin-arg-arm_ssp_per_task_plugin-tso=1 -fplugin-arg-arm_ssp_per_task_plugin-offset=24 -DMODULE -DKBUILD_BASENAME='"xt_DHCPMAC"' -DKBUILD_MODNAME='"xt_DHCPMAC"' -DKBUILD_MODNAME=kmod_xt_DHCPMAC -c -o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DHCPMAC.o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DHCPMAC.c | if [ /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_CHAOS.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_CHAOS.o"; fi; | arm-oe-linux-musleabi-gcc -Wp,-MMD,/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/.xt_DNETMAP.o.d -nostdinc -isystem /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/recipe-sysroot-native/usr/bin/arm-oe-linux-musleabi/../../lib/arm-oe-linux-musleabi/gcc/arm-oe-linux-musleabi/11.2.0/include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include -I./arch/arm/include/generated -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include -I./include -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/uapi -I./arch/arm/include/generated/uapi -I/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/uapi -I./include/generated/uapi -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler-version.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kconfig.h -include /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/compiler_types.h -DKERNEL__ -mlittle-endian -fmacro-prefix-map=/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/= -Wall -Wundef -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Werror=return-type -Wno-format-security -std=gnu89 -fno-dwarf2-cfi-asm -fno-ipa-sra -mabi=aapcs-linux -mfpu=vfp -funwind-tables -marm -Wa,-mno-warn-deprecated -DLINUX_ARM_ARCH=7 -march=armv7-a -Wa,-march=armv7-a -msoft-float -Uarm -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-address-of-packed-member -Os -fno-allow-store-data-races -Wframe-larger-than=1024 -fstack-protector-strong -Wimplicit-fallthrough=5 -Wno-main -Wno-unused-but-set-variable -Wno-unused-const-variable -fno-stack-clash-protection -pg -Wdeclaration-after-statement -Wvla -Wno-pointer-sign -Wno-stringop-truncation -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-restrict -Wno-maybe-uninitialized -fno-strict-overflow -fno-stack-check -fconserve-stack -Werror=date-time -Werror=incompatible-pointer-types -Werror=designated-init -Wno-packed-not-aligned -fplugin=./scripts/gcc-plugins/arm_ssp_per_task_plugin.so -fplugin-arg-arm_ssp_per_task_plugin-tso=1 -fplugin-arg-arm_ssp_per_task_plugin-offset=24 -DMODULE -DKBUILD_BASENAME='"xt_DNETMAP"' -DKBUILD_MODNAME='"xt_DNETMAP"' -DKBUILD_MODNAME=kmod_xt_DNETMAP -c -o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DNETMAP.o /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DNETMAP.c | In file included from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/irqflags.h:15, | from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/arch/arm/include/asm/bitops.h:28, | from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/bitops.h:32, | from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/kernel.h:12, | from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/list.h:9, | from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/module.h:12, | from /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c:12: | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c: In function 'pknock_seq_show': | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c:253:41: error: implicit declaration of function 'get_seconds' [-Werror=implicit-function-declaration] | 253 | if (time_before(get_seconds(), peer->login_sec + | | ^
~~| /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/typecheck.h:11:16: note: in definition of macro 'typecheck' | 11 | typeof(x) dummy2; \ | | ^ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/jiffies.h:108:33: note: in expansion of macro 'time_after' | 108 | #define time_before(a,b) time_after(b,a) | | ^~~~~~ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c:253:29: note: in expansion of macro 'time_before' | 253 | if (time_before(get_seconds(), peer->login_sec + | | ^~~| /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/typecheck.h:12:25: warning: comparison of distinct pointer types lacks a cast | 12 | (void)(&dummy == &dummy2); \ | | ^~ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/jiffies.h:106:10: note: in expansion of macro 'typecheck' | 106 | typecheck(unsigned long, b) && \ | | ^~~~~ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/jiffies.h:108:33: note: in expansion of macro 'time_after' | 108 | #define time_before(a,b) time_after(b,a) | | ^~~~~~ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c:253:29: note: in expansion of macro 'time_before' | 253 | if (time_before(get_seconds(), peer->login_sec + | | ^~~| /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c: In function 'autoclose_time_passed': | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/typecheck.h:12:25: warning: comparison of distinct pointer types lacks a cast | 12 | (void)(&dummy == &dummy2); \ | | ^~ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/include/linux/jiffies.h:105:10: note: in expansion of macro 'typecheck' | 105 | (typecheck(unsigned long, a) && \ | | ^~~~~ | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.c:317:55: note: in expansion of macro 'time_after' | 317 | return peer != NULL && autoclose_time != 0 && time_after(get_seconds(), | | ^~~~~~ | cc1: some warnings being treated as errors | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build:271: recipe for target '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.o' failed | make[6]: [/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock/xt_pknock.o] Error 1 | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/scripts/Makefile.build:514: recipe for target '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock' failed | make[5]: [/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/pknock] Error 2 | make[5]: Waiting for unfinished jobs.... | if [ /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DELUDE.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DELUDE.o"; fi; | if [ /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DHCPMAC.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DHCPMAC.o"; fi; | if [ /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DNETMAP.o != "scripts/mod/empty.o" ]; then ./scripts/recordmcount "/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions/xt_DNETMAP.o"; fi; | /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source/Makefile:1858: recipe for target '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions' failed | make[4]: [/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/../xtables-addons-3.13/extensions] Error 2 | make[4]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-build-artifacts' | Makefile:220: recipe for target 'sub-make' failed | make[3]: [__sub-make] Error 2 | make[3]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work-shared/qemuarm/kernel-source' | Makefile:459: recipe for target 'modules' failed | make[2]: [modules] Error 2 | make[2]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build/extensions' | Makefile:494: recipe for target 'all-recursive' failed | make[1]: [all-recursive] Error 1 | make[1]: Leaving directory '/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/build/tmp-musl/work/qemuarm-oe-linux-musleabi/xtables-addons/3.13-r0/build' | Makefile:379: recipe for target 'all' failed | make: [all] Error 2 | ERROR: oe_runmake failed | WARNING: exit code 1 from a shell command. ERROR: Task (/home/openwrt/Nikhil_workspace/openwrt/openembedded-core/meta-openwrt/recipes-core/xtables-addons/xtables-addons_3.13.bb:do_compile) failed with exit code '1' NOTE: Tasks Summary: Attempted 1957 tasks of which 1949 didn't need to be rerun and 1 failed.Summary: 1 task failed: /home/openwrt/Nikhil_workspace/openwrt/openembedded-core/meta-openwrt/recipes-core/xtables-addons/xtables-addons_3.13.bb:do_compile Summary: There were 2 ERROR messages shown, returning a non-zero exit code.