DEBUG: Executing shell function do_compile
NOTE: make -j 16 -l 75 CROSS_COMPILE=riscv64-poky-linux- V=1 CC=riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  HOSTCC=gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread STAGING_INCDIR=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include STAGING_LIBDIR=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib -C TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07 O=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build all
make: Entering directory 'TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07'
make -C TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile all
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile syncconfig
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=scripts/basic
if [ -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/.config -o \
	 -d TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/config -o \
	 -d TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch//include/generated ]; then \
	echo >&2 "***"; \
	echo >&2 "*** The source tree is not clean, please run 'make mrproper'"; \
	echo >&2 "*** in TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07";\
	echo >&2 "***"; \
	false; \
fi
ln -fsn TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07 source
  { echo "# Automatically generated by TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile: don't edit"; echo "include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile"; } > Makefile
test -e .gitignore || \
{ echo "# this is build directory, ignore it"; echo "*"; } > .gitignore
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=scripts/kconfig syncconfig
scripts/kconfig/conf  --syncconfig Kconfig
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.autoconf || \
	{ rm -f include/config/auto.conf; false; }
mkdir -p include/asm
if [ -d TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/mach-/include/mach ]; then	\
	dest=arch/riscv/mach-/include/mach;			\
else									\
	dest=arch/riscv/include/asm/arch-generic;	\
fi;									\
ln -fsn TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/$dest include/asm/arch
set -e; mkdir -p include/; trap "rm -f include/.config.h.tmp" EXIT; { 	(echo "/* Automatically generated - do not edit */"; echo \#define CFG_BOARDDIR board/emulation/qemu-riscv; echo \#include \<configs/"qemu-riscv".h\> ; echo \#include \<asm/config.h\>; echo \#include \<linux/kconfig.h\>; echo \#include \<config_fallbacks.h\>;); } > include/.config.h.tmp; if [ ! -r include/config.h ] || ! cmp -s include/config.h include/.config.h.tmp; then : '  UPD     include/config.h'; mv -f include/.config.h.tmp include/config.h; fi
  riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  -E -Wall -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu11  -ffreestanding -fno-builtin -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Wno-address-of-packed-member -O2 -fno-stack-protector -fno-delete-null-pointer-checks -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -Wno-pointer-sign -Wno-stringop-truncation -fno-strict-overflow -D__KERNEL__ -D__UBOOT__ -ffixed-x3 -fpic -fno-common -ffunction-sections -fdata-sections -pipe -Iinclude  -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/linux/kconfig.h -nostdinc -isystem TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/bin/riscv64-poky-linux/../../lib/riscv64-poky-linux/gcc/riscv64-poky-linux/16.2.0/include  -DDO_DEPS_ONLY -dM include/config.h > u-boot.cfg.tmp && { grep 'define CONFIG_' u-boot.cfg.tmp | sed '/define CONFIG_IS_ENABLED(/d;/define CONFIG_IF_ENABLED_INT(/d;/define CONFIG_VAL(/d;' > u-boot.cfg; rm u-boot.cfg.tmp; } || { rm u-boot.cfg.tmp; false; }
  riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  -x c -DDO_DEPS_ONLY -M -MP -Wall -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu11  -ffreestanding -fno-builtin -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Wno-address-of-packed-member -O2 -fno-stack-protector -fno-delete-null-pointer-checks -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -Wno-pointer-sign -Wno-stringop-truncation -fno-strict-overflow -D__KERNEL__ -D__UBOOT__ -ffixed-x3 -fpic -fno-common -ffunction-sections -fdata-sections -pipe -Iinclude  -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/linux/kconfig.h -nostdinc -isystem TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/bin/riscv64-poky-linux/../../lib/riscv64-poky-linux/gcc/riscv64-poky-linux/16.2.0/include -MQ include/config/auto.conf include/config.h > include/autoconf.mk.dep || { rm include/autoconf.mk.dep; false; }
  sed -n -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/scripts/define2mk.sed u-boot.cfg | while read line; do if [ -n "" ] || ! grep -q "${line%=*}=" include/config/auto.conf; then echo "$line"; fi; done > include/autoconf.mk
touch include/config/auto.conf
set -e; mkdir -p include/config/; trap "rm -f include/config/.uboot.release.tmp" EXIT; { 	KERNELVERSION=2026.07 sh TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/setlocalversion TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07; } > include/config/.uboot.release.tmp; if [ ! -r include/config/uboot.release ] || ! cmp -s include/config/uboot.release include/config/.uboot.release.tmp; then : '  UPD     include/config/uboot.release'; mv -f include/config/.uboot.release.tmp include/config/uboot.release; fi
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=scripts/basic
if [ -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/.config -o -d TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/config ]; then \
	echo >&2 "  TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07 is not clean, please run 'make mrproper'"; \
	echo >&2 "  in the 'TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07' directory.";\
	/bin/false; \
fi;
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.version_autogenerated.h.tmp" EXIT; { 	(echo \#define PLAIN_VERSION \"2026.07\"; echo \#define U_BOOT_VERSION \"U-Boot \" PLAIN_VERSION; echo \#define U_BOOT_VERSION_NUM 2026; echo \#define U_BOOT_VERSION_NUM_PATCH $(echo 07 | sed -e "s/^0*//"); echo \#define HOST_ARCH 0x5064; echo \#define CC_VERSION_STRING \"$(LC_ALL=C riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  --version | head -n 1)\"; echo \#define LD_VERSION_STRING \"$(LC_ALL=C riscv64-poky-linux-ld --version | head -n 1)\"; ); } > include/generated/.version_autogenerated.h.tmp; if [ ! -r include/generated/version_autogenerated.h ] || ! cmp -s include/generated/version_autogenerated.h include/generated/.version_autogenerated.h.tmp; then : '  UPD     include/generated/version_autogenerated.h'; mv -f include/generated/.version_autogenerated.h.tmp include/generated/version_autogenerated.h; fi
if test "./scripts/dtc/dtc" = "./scripts/dtc/dtc"; then \
	make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=scripts/dtc; \
else \
	if ! ./scripts/dtc/dtc -v >/dev/null; then \
		echo '*** Failed to check dtc version: ./scripts/dtc/dtc'; \
		false; \
	else \
		if test "Error: Cannot find dtc: ./scripts/dtc/dtc" -lt 010406; then \
			echo '*** Your dtc is too old, please upgrade to dtc 010406 or newer'; \
			false; \
		else \
			if [ -n "" ]; then \
				if ! echo "import libfdt" | python3 2>/dev/null; then \
					echo '*** pylibfdt does not seem to be available with python3'; \
					false; \
				fi; \
			fi; \
		fi; \
	fi; \
fi
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.dtc.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/dtc.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/dtc.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_ro.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_ro.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_ro.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_wip.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_wip.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_wip.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_sw.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_sw.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_sw.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_rw.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_rw.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_rw.c
  bison -o scripts/dtc/dtc-parser.tab.c --defines=scripts/dtc/dtc-parser.tab.h -t -l TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/dtc-parser.y
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_strerror.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_strerror.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_strerror.c
  flex -oscripts/dtc/dtc-lexer.lex.c -L TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/dtc-lexer.l
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.util.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/util.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/util.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.checks.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/checks.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/checks.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.srcpos.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/srcpos.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/srcpos.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_empty_tree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_empty_tree.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_empty_tree.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_overlay.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_overlay.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_overlay.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.fdtoverlay.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/fdtoverlay.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/fdtoverlay.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/libfdt/.fdt_addresses.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/libfdt/fdt_addresses.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt/fdt_addresses.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.dtc-parser.tab.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML -Iscripts/dtc -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/dtc-parser.tab.o scripts/dtc/dtc-parser.tab.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o scripts/dtc/fdtoverlay scripts/dtc/libfdt/fdt.o scripts/dtc/libfdt/fdt_ro.o scripts/dtc/libfdt/fdt_wip.o scripts/dtc/libfdt/fdt_sw.o scripts/dtc/libfdt/fdt_rw.o scripts/dtc/libfdt/fdt_strerror.o scripts/dtc/libfdt/fdt_empty_tree.o scripts/dtc/libfdt/fdt_addresses.o scripts/dtc/libfdt/fdt_overlay.o scripts/dtc/fdtoverlay.o scripts/dtc/util.o   
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.dtc-lexer.lex.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML -Iscripts/dtc -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-lexer.lex.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.treesource.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/treesource.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/treesource.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.livetree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/livetree.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/livetree.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.data.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/data.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/data.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.fstree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/fstree.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/fstree.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,scripts/dtc/.flattree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -DNO_YAML  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc -I ./scripts/dtc -c -o scripts/dtc/flattree.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/flattree.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o scripts/dtc/dtc scripts/dtc/dtc.o scripts/dtc/flattree.o scripts/dtc/fstree.o scripts/dtc/data.o scripts/dtc/livetree.o scripts/dtc/treesource.o scripts/dtc/srcpos.o scripts/dtc/checks.o scripts/dtc/util.o scripts/dtc/dtc-lexer.lex.o scripts/dtc/dtc-parser.tab.o   
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.dt.h.tmp" EXIT; { 	(if test -n "${DEVICE_TREE}"; then echo \#define DEVICE_TREE \"\"; else echo \#define DEVICE_TREE CONFIG_DEFAULT_DEVICE_TREE; fi); } > include/generated/.dt.h.tmp; if [ ! -r include/generated/dt.h ] || ! cmp -s include/generated/dt.h include/generated/.dt.h.tmp; then : '  UPD     include/generated/dt.h'; mv -f include/generated/.dt.h.tmp include/generated/dt.h; fi
  if [ -f "include/generated/autoconf.h" ]; then cat include/generated/autoconf.h > include/generated/env.txt; elif [ -n "" ]; then echo "Missing file TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/board/emulation/qemu-riscv/.env"; else touch include/generated/env.txt ; fi
  if [ -s "" ]; then riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  -E -P -D__KERNEL__ -D__UBOOT__ -Iinclude  -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include   -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/linux/kconfig.h -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include  -x assembler-with-cpp -undef -D__ASSEMBLY__ -D__UBOOT_CONFIG__ -DDEFAULT_DEVICE_TREE=qemu-virt64 -DDEFAULT_FDT_FILE= -I . -I include -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -include linux/kconfig.h -include include/config.h -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include include/generated/env.txt -o include/generated/env.in; else rm -f include/generated/env.in; touch include/generated/env.in ; fi
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=scripts
  awk -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/env2string.awk include/generated/env.in >include/generated/environment.h
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.timestamp_autogenerated.h.tmp" EXIT; { 	(if test -n "${SOURCE_DATE_EPOCH}"; then SOURCE_DATE="@${SOURCE_DATE_EPOCH}"; DATE=""; for date in gdate date.gnu date; do ${date} -u -d "${SOURCE_DATE}" >/dev/null 2>&1 && DATE="${date}"; done; if test -n "${DATE}"; then LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_DATE "%b %d %C%y"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_TIME "%T"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_TZ "%z"'; LC_ALL=C ${DATE} -u -d "${SOURCE_DATE}" +'#define U_BOOT_EPOCH %s'; else return 42; fi; else LC_ALL=C date +'#define U_BOOT_DATE "%b %d %C%y"'; LC_ALL=C date +'#define U_BOOT_TIME "%T"'; LC_ALL=C date +'#define U_BOOT_TZ "%z"'; LC_ALL=C date +'#define U_BOOT_EPOCH %s'; fi); } > include/generated/.timestamp_autogenerated.h.tmp; if [ ! -r include/generated/timestamp_autogenerated.h ] || ! cmp -s include/generated/timestamp_autogenerated.h include/generated/.timestamp_autogenerated.h.tmp; then : '  UPD     include/generated/timestamp_autogenerated.h'; mv -f include/generated/.timestamp_autogenerated.h.tmp include/generated/timestamp_autogenerated.h; fi
if [ -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/.config -o \
	 -d TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/config -o \
	 -d TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch//include/generated ]; then \
	echo >&2 "***"; \
	echo >&2 "*** The source tree is not clean, please run 'make mrproper'"; \
	echo >&2 "*** in TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07";\
	echo >&2 "***"; \
	false; \
fi
ln -fsn TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07 source
  { echo "# Automatically generated by TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile: don't edit"; echo "include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile"; } > Makefile
test -e .gitignore || \
{ echo "# this is build directory, ignore it"; echo "*"; } > .gitignore
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=.
  riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  -Wp,-MMD,lib/.asm-offsets.s.d -nostdinc -isystem TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/bin/riscv64-poky-linux/../../lib/riscv64-poky-linux/gcc/riscv64-poky-linux/16.2.0/include -Iinclude -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/linux/kconfig.h -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -D__KERNEL__ -D__UBOOT__ -Wall -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu11 -ffreestanding -fno-builtin -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Wno-address-of-packed-member -Os -fno-stack-protector -fno-delete-null-pointer-checks -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -Wno-pointer-sign -Wno-stringop-truncation -fno-strict-overflow -ffixed-x3 -fpic -fno-common -ffunction-sections -fdata-sections -pipe -march=rv64imafdc_zicsr_zifencei -mabi=lp64d -mcmodel=medlow -DDO_DEPS_ONLY -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/. -I ./. -DKBUILD_MODFILE='"./asm-offsets"' -DKBUILD_BASENAME='"asm_offsets"' -DKBUILD_MODNAME='"asm_offsets"' -D__KBUILD_MODNAME=kmod_asm_offsets -fverbose-asm -S -o lib/asm-offsets.s TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/lib/asm-offsets.c
  riscv64-poky-linux-gcc  --sysroot=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot -fcanon-prefix-map  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/build=/usr/src/debug/u-boot/2026.07  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot=  -ffile-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native=  -Wp,-MMD,arch/riscv/lib/.asm-offsets.s.d -nostdinc -isystem TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/bin/riscv64-poky-linux/../../lib/riscv64-poky-linux/gcc/riscv64-poky-linux/16.2.0/include -Iinclude -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/linux/kconfig.h -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -D__KERNEL__ -D__UBOOT__ -Wall -Werror=strict-prototypes -Wno-trigraphs -fno-strict-aliasing -fno-common -fshort-wchar -fno-PIE -Werror=implicit-function-declaration -Werror=implicit-int -Wno-format-security -std=gnu11 -ffreestanding -fno-builtin -fno-delete-null-pointer-checks -Wno-frame-address -Wno-format-truncation -Wno-format-overflow -Wno-int-in-bool-context -Wno-address-of-packed-member -Os -fno-stack-protector -fno-delete-null-pointer-checks -Wno-zero-length-bounds -Wno-array-bounds -Wno-stringop-overflow -Wno-maybe-uninitialized -fmacro-prefix-map=TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/= -gdwarf-4 -fstack-usage -Wno-format-nonliteral -Wno-address-of-packed-member -Wno-unused-but-set-variable -Wno-unused-but-set-variable -Werror=date-time -Wno-packed-not-aligned -Wno-pointer-sign -Wno-stringop-truncation -fno-strict-overflow -ffixed-x3 -fpic -fno-common -ffunction-sections -fdata-sections -pipe -march=rv64imafdc_zicsr_zifencei -mabi=lp64d -mcmodel=medlow -DDO_DEPS_ONLY -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/. -I ./. -DKBUILD_MODFILE='"./asm-offsets"' -DKBUILD_BASENAME='"asm_offsets"' -DKBUILD_MODNAME='"asm_offsets"' -D__KBUILD_MODNAME=kmod_asm_offsets -fverbose-asm -S -o arch/riscv/lib/asm-offsets.s TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/lib/asm-offsets.c
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.generic-asm-offsets.h.tmp" EXIT; { 	 echo "#ifndef __GENERIC_ASM_OFFSETS_H__"; echo "#define __GENERIC_ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne 	's:^[[:space:]]*\.ascii[[:space:]]*"\(.*\)".*:\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}' < lib/asm-offsets.s; echo ""; echo "#endif"; } > include/generated/.generic-asm-offsets.h.tmp; if [ ! -r include/generated/generic-asm-offsets.h ] || ! cmp -s include/generated/generic-asm-offsets.h include/generated/.generic-asm-offsets.h.tmp; then : '  UPD     include/generated/generic-asm-offsets.h'; mv -f include/generated/.generic-asm-offsets.h.tmp include/generated/generic-asm-offsets.h; fi
set -e; mkdir -p include/generated/; trap "rm -f include/generated/.asm-offsets.h.tmp" EXIT; { 	 echo "#ifndef __ASM_OFFSETS_H__"; echo "#define __ASM_OFFSETS_H__"; echo "/*"; echo " * DO NOT MODIFY."; echo " *"; echo " * This file was generated by Kbuild"; echo " */"; echo ""; sed -ne 	's:^[[:space:]]*\.ascii[[:space:]]*"\(.*\)".*:\1:; /^->/{s:->#\(.*\):/* \1 */:; s:^->\([^ ]*\) [\$#]*\([^ ]*\) \(.*\):#define \1 \2 /* \3 */:; s:->::; p;}' < arch/riscv/lib/asm-offsets.s; echo ""; echo "#endif"; } > include/generated/.asm-offsets.h.tmp; if [ ! -r include/generated/asm-offsets.h ] || ! cmp -s include/generated/asm-offsets.h include/generated/.asm-offsets.h.tmp; then : '  UPD     include/generated/asm-offsets.h'; mv -f include/generated/.asm-offsets.h.tmp include/generated/asm-offsets.h; fi
make -f TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.build obj=tools need-builtin=1
  rm -f tools/built-in.a; riscv64-poky-linux-ar rcTP tools/built-in.a 
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.fit_image.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -DMKIMAGE_DTC=\""dtc"\" -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/fit_image.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/fit_image.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.fit_common.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/fit_common.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/fit_common.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.image-sig-host.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/image-sig-host.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/image-sig-host.c
  echo "#include <../boot/image-fit-sig.c>" >tools/generated/boot/image-fit-sig.c
  echo "#include <../boot/image-cipher.c>" >tools/generated/boot/image-cipher.c
  echo "#include <../boot/fdt_region.c>" >tools/generated/boot/fdt_region.c
  echo "#include <../boot/bootm.c>" >tools/generated/boot/bootm.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.default_image.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/default_image.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/default_image.c
  echo "#include <../lib/fdtdec_common.c>" >tools/generated/lib/fdtdec_common.c
  echo "#include <../lib/fdtdec.c>" >tools/generated/lib/fdtdec.c
  echo "#include <../boot/image.c>" >tools/generated/boot/image.c
  echo "#include <../boot/image-host.c>" >tools/generated/boot/image-host.c
  echo "#include <../boot/image-fit.c>" >tools/generated/boot/image-fit.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.imagetool.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/imagetool.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/imagetool.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.imximage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/imximage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/imximage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.imx8mimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/imx8mimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/imx8mimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.kwbimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/kwbimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/kwbimage.c
  echo "#include <../lib/md5.c>" >tools/generated/lib/md5.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.lpc32xximage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/lpc32xximage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/lpc32xximage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.imx8image.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/imx8image.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/imx8image.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.image-host.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/image-host.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/image-host.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.pblimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/pblimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/pblimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.pbl_crc32.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/pbl_crc32.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/pbl_crc32.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.renesas_spkgimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/renesas_spkgimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/renesas_spkgimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.sfspl.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/sfspl.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/sfspl.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.vybridimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/vybridimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/vybridimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.stm32image.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/stm32image.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/stm32image.c
  echo "#include <../lib/rc4.c>" >tools/generated/lib/rc4.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.rkcommon.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/rkcommon.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/rkcommon.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.rkimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/rkimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/rkimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.rksd.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/rksd.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/rksd.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.rkspi.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/rkspi.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/rkspi.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.socfpgaimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/socfpgaimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/socfpgaimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.sunxi_egon.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/sunxi_egon.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/sunxi_egon.c
  echo "#include <../lib/crc16-ccitt.c>" >tools/generated/lib/crc16-ccitt.c
  echo "#include <../lib/hash-checksum.c>" >tools/generated/lib/hash-checksum.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.omapimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/omapimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/omapimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.mxsimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -DCFG_MXS -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/mxsimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/mxsimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.atmelimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/atmelimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/atmelimage.c
  echo "#include <../lib/sha512.c>" >tools/generated/lib/sha512.c
  echo "#include <../common/hash.c>" >tools/generated/common/hash.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.ublimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/ublimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/ublimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.zynqimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/zynqimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/zynqimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.zynqmpimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/zynqmpimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/zynqmpimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.zynqmpbif.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/zynqmpbif.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/zynqmpbif.c
  echo "#include <../lib/fdt-libcrypto.c>" >tools/generated/lib/fdt-libcrypto.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.sunxi_toc0.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/sunxi_toc0.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/sunxi_toc0.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_ro.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_ro.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_ro.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_wip.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_wip.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_wip.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_sw.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_sw.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_sw.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_rw.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_rw.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_rw.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_strerror.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_strerror.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_strerror.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_empty_tree.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_empty_tree.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_empty_tree.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_addresses.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_addresses.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_addresses.c
  echo "#include <../lib/sha256_common.c>" >tools/generated/lib/sha256_common.c
  echo "#include <../lib/sha256.c>" >tools/generated/lib/sha256.c
  echo "#include <../lib/sha1.c>" >tools/generated/lib/sha1.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/libfdt/.fdt_overlay.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/libfdt/fdt_overlay.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/libfdt/fdt_overlay.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.mtk_image.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/mtk_image.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/mtk_image.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.gpimage-common.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/gpimage-common.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/gpimage-common.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.gpimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/gpimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/gpimage.c
  echo "#include <../lib/rsa/rsa-sign.c>" >tools/generated/lib/rsa/rsa-sign.c
  echo "#include <../lib/ecdsa/ecdsa-libcrypto.c>" >tools/generated/lib/ecdsa/ecdsa-libcrypto.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.mtk_nand_headers.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/mtk_nand_headers.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/mtk_nand_headers.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.amlimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/amlimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/amlimage.c
  echo "#include <../lib/rsa/rsa-verify.c>" >tools/generated/lib/rsa/rsa-verify.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.dumpimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/dumpimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/dumpimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.image-fit.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/image-fit.o tools/generated/boot/image-fit.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.image-cipher.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/image-cipher.o tools/generated/boot/image-cipher.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.fdt_region.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/fdt_region.o tools/generated/boot/fdt_region.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.bootm.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/bootm.o tools/generated/boot/bootm.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.fdtdec_common.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/fdtdec_common.o tools/generated/lib/fdtdec_common.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.fdtdec.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/fdtdec.o tools/generated/lib/fdtdec.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.image.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/image.o tools/generated/boot/image.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.image-fit-sig.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/image-fit-sig.o tools/generated/boot/image-fit-sig.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.image-host.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/image-host.o tools/generated/boot/image-host.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.md5.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/md5.o tools/generated/lib/md5.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.crc16-ccitt.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/crc16-ccitt.o tools/generated/lib/crc16-ccitt.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.hash-checksum.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/hash-checksum.o tools/generated/lib/hash-checksum.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.sha1.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/sha1.o tools/generated/lib/sha1.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.sha256.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/sha256.o tools/generated/lib/sha256.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.sha256_common.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/sha256_common.o tools/generated/lib/sha256_common.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.sha512.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -DCONFIG_SHA512 -DCONFIG_SHA384 -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/sha512.o tools/generated/lib/sha512.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/common/.hash.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/common/hash.o tools/generated/common/hash.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.fdt-libcrypto.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/fdt-libcrypto.o tools/generated/lib/fdt-libcrypto.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/ecdsa/.ecdsa-libcrypto.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/ecdsa/ecdsa-libcrypto.o tools/generated/lib/ecdsa/ecdsa-libcrypto.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/rsa/.rsa-sign.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/rsa/rsa-sign.o tools/generated/lib/rsa/rsa-sign.c
In file included from tools/generated/lib/rsa/rsa-sign.c:1:
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c: In function 'rsa_engine_get_pub_key':
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:115:9: warning: 'ENGINE_get_id' is deprecated: ENGINE_get_id API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  115 |         engine_id = ENGINE_get_id(engine);
      |         ^~~~~~~~~
In file included from TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:22:
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:758:1: note: declared here
  758 | ENGINE_FUNC(const char *, ENGINE_get_id, (const ENGINE *e), NULL)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:152:9: warning: 'ENGINE_load_public_key' is deprecated: ENGINE_load_public_key API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  152 |         key = ENGINE_load_public_key(engine, key_id, NULL, NULL);
      |         ^~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:937:1: note: declared here
  937 | ENGINE_FUNC(EVP_PKEY *, ENGINE_load_public_key,
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c: In function 'rsa_engine_get_priv_key':
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:242:9: warning: 'ENGINE_get_id' is deprecated: ENGINE_get_id API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  242 |         engine_id = ENGINE_get_id(engine);
      |         ^~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:758:1: note: declared here
  758 | ENGINE_FUNC(const char *, ENGINE_get_id, (const ENGINE *e), NULL)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:288:9: warning: 'ENGINE_load_private_key' is deprecated: ENGINE_load_private_key API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  288 |         key = ENGINE_load_private_key(engine, key_id, NULL, NULL);
      |         ^~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:928:1: note: declared here
  928 | ENGINE_FUNC(EVP_PKEY *, ENGINE_load_private_key,
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c: In function 'rsa_engine_init':
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:334:9: warning: 'ENGINE_load_builtin_engines' is deprecated: ENGINE_load_builtin_engines API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  334 |         ENGINE_load_builtin_engines();
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:437:1: note: declared here
  437 | ENGINE_VOID_FUNC_NOARGS(ENGINE_load_builtin_engines)
      | ^~~~~~~~~~~~~~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:336:9: warning: 'ENGINE_by_id' is deprecated: ENGINE_by_id API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  336 |         e = ENGINE_by_id(engine_id);
      |         ^
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:421:1: note: declared here
  421 | ENGINE_FUNC(ENGINE *, ENGINE_by_id, (const char *id), NULL)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:343:9: warning: 'ENGINE_init' is deprecated: ENGINE_init API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  343 |         if (!ENGINE_init(e)) {
      |         ^~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:905:1: note: declared here
  905 | ENGINE_FUNC(int, ENGINE_init, (ENGINE *e), 0)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:349:9: warning: 'ENGINE_set_default_RSA' is deprecated: ENGINE_set_default_RSA API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  349 |         if (!ENGINE_set_default_RSA(e)) {
      |         ^~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:999:1: note: declared here
  999 | ENGINE_FUNC(int, ENGINE_set_default_RSA, (ENGINE *e), 0)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:357:17: warning: 'ENGINE_ctrl_cmd_string' is deprecated: ENGINE_ctrl_cmd_string API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  357 |                 if (!ENGINE_ctrl_cmd_string(e, "PIN", key_pass, 0)) {
      |                 ^~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:601:1: note: declared here
  601 | ENGINE_FUNC(int, ENGINE_ctrl_cmd_string,
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:370:9: warning: 'ENGINE_finish' is deprecated: ENGINE_finish API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  370 |         ENGINE_finish(e);
      |         ^~~~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:914:1: note: declared here
  914 | ENGINE_FUNC(int, ENGINE_finish, (ENGINE *e), 0)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:372:9: warning: 'ENGINE_free' is deprecated: ENGINE_free API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  372 |         ENGINE_free(e);
      |         ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:617:1: note: declared here
  617 | ENGINE_FUNC(int, ENGINE_free, (ENGINE *e), 0)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c: In function 'rsa_engine_remove':
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:379:17: warning: 'ENGINE_finish' is deprecated: ENGINE_finish API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  379 |                 ENGINE_finish(e);
      |                 ^~~~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:914:1: note: declared here
  914 | ENGINE_FUNC(int, ENGINE_finish, (ENGINE *e), 0)
      | ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/../lib/rsa/rsa-sign.c:380:17: warning: 'ENGINE_free' is deprecated: ENGINE_free API symbol is removed. Define OPENSSL_ENGINE_STUBS to mask linker errors. [-Wdeprecated-declarations]
  380 |                 ENGINE_free(e);
      |                 ^~~~~~~~~~~
TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include/openssl/engine.h:617:1: note: declared here
  617 | ENGINE_FUNC(int, ENGINE_free, (ENGINE *e), 0)
      | ^~~~~~~~~~~
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.rc4.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/rc4.o tools/generated/lib/rc4.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.mkimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/mkimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/mkimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.fit_info.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/fit_info.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/fit_info.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.fdt_add_pubkey.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/fdt_add_pubkey.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/fdt_add_pubkey.c
  echo "#include <../boot/image-pre-load.c>" >tools/generated/boot/image-pre-load.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.preload_check_sign.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/preload_check_sign.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/preload_check_sign.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/rsa/.rsa-verify.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/rsa/rsa-verify.o tools/generated/lib/rsa/rsa-verify.c
  echo "#include <../lib/aes/aes-decrypt.c>" >tools/generated/lib/aes/aes-decrypt.c
  echo "#include <../lib/abuf.c>" >tools/generated/lib/abuf.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.prelink-riscv.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools   -o tools/prelink-riscv TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/prelink-riscv.c   
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.fdtgrep.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/fdtgrep.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/fdtgrep.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.spl_size_limit.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools   -o tools/spl_size_limit TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/spl_size_limit.c   
  echo "#include <../lib/uuid.c>" >tools/generated/lib/uuid.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.mkeficapsule.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/mkeficapsule.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/mkeficapsule.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/aes/.aes-decrypt.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/aes/aes-decrypt.o tools/generated/lib/aes/aes-decrypt.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/boot/.image-pre-load.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/boot/image-pre-load.o tools/generated/boot/image-pre-load.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.abuf.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/abuf.o tools/generated/lib/abuf.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o tools/fdtgrep tools/libfdt/fdt.o tools/libfdt/fdt_ro.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/generated/boot/fdt_region.o tools/fdtgrep.o   
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.uuid.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/uuid.o tools/generated/lib/uuid.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.proftool.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/proftool.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/proftool.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o tools/mkeficapsule tools/generated/lib/uuid.o tools/generated/lib/sha1.o tools/libfdt/fdt.o tools/libfdt/fdt_ro.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/mkeficapsule.o   -lgnutls
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o tools/proftool tools/proftool.o tools/generated/lib/abuf.o   
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.file2include.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/file2include.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/file2include.c
  echo "#include <../lib/rsa/rsa-mod-exp.c>" >tools/generated/lib/rsa/rsa-mod-exp.c
  echo "#include <../lib/aes/aes-encrypt.c>" >tools/generated/lib/aes/aes-encrypt.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o tools/file2include tools/file2include.o   
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.aisimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/aisimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/aisimage.c
  echo "#include <../lib/crc32.c>" >tools/generated/lib/crc32.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/aes/.aes-encrypt.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/aes/aes-encrypt.o tools/generated/lib/aes/aes-encrypt.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/rsa/.rsa-mod-exp.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/rsa/rsa-mod-exp.o tools/generated/lib/rsa/rsa-mod-exp.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.os_support.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/os_support.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/os_support.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/generated/lib/.crc32.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE -pedantic -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/generated/lib/crc32.o tools/generated/lib/crc32.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread -Wp,-MMD,tools/.mkenvimage.o.d -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -std=gnu11      -DCONFIG_FIT_SIGNATURE -DCONFIG_FIT_SIGNATURE_MAX_SIZE=0xffffffff -DCONFIG_FIT_CIPHER -include TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include/compiler.h -idirafterinclude -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/arch/riscv/include -idirafterTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/dts/upstream/include -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/dtc/libfdt -ITOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -DUSE_HOSTCC -D__KERNEL_STRICT_NAMES -D_GNU_SOURCE  -I TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools -I ./tools -c -o tools/mkenvimage.o TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/tools/mkenvimage.c
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o tools/dumpimage tools/aisimage.o tools/amlimage.o tools/atmelimage.o tools/fit_common.o tools/fit_image.o tools/image-host.o tools/generated/boot/image-fit.o tools/image-sig-host.o tools/generated/boot/image-fit-sig.o tools/generated/boot/image-cipher.o tools/generated/boot/fdt_region.o tools/generated/boot/bootm.o tools/generated/lib/crc32.o tools/default_image.o tools/generated/lib/fdtdec_common.o tools/generated/lib/fdtdec.o tools/generated/boot/image.o tools/generated/boot/image-host.o tools/imagetool.o tools/imximage.o tools/imx8image.o tools/imx8mimage.o tools/kwbimage.o tools/generated/lib/md5.o tools/lpc32xximage.o tools/mxsimage.o tools/omapimage.o tools/os_support.o tools/pblimage.o tools/pbl_crc32.o tools/renesas_spkgimage.o tools/sfspl.o tools/vybridimage.o tools/stm32image.o tools/generated/lib/rc4.o tools/rkcommon.o tools/rkimage.o tools/rksd.o tools/rkspi.o tools/socfpgaimage.o tools/sunxi_egon.o tools/generated/lib/crc16-ccitt.o tools/generated/lib/hash-checksum.o tools/generated/lib/sha1.o tools/generated/lib/sha256.o tools/generated/lib/sha256_common.o tools/generated/lib/sha512.o tools/generated/common/hash.o tools/ublimage.o tools/zynqimage.o tools/zynqmpimage.o tools/zynqmpbif.o tools/generated/lib/fdt-libcrypto.o tools/sunxi_toc0.o tools/libfdt/fdt.o tools/libfdt/fdt_ro.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/gpimage.o tools/gpimage-common.o tools/mtk_image.o tools/mtk_nand_headers.o tools/generated/lib/ecdsa/ecdsa-libcrypto.o tools/generated/lib/rsa/rsa-sign.o tools/generated/lib/rsa/rsa-verify.o tools/generated/lib/rsa/rsa-mod-exp.o tools/generated/lib/aes/aes-encrypt.o tools/generated/lib/aes/aes-decrypt.o tools/dumpimage.o   -lssl -lcrypto
  gcc  -isystemTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/include -O2 -pipe -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -LTOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,--enable-new-dtags                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath-link,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/usr/lib                         -Wl,-rpath,TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/recipe-sysroot-native/lib                         -Wl,-O1 -Wl,--allow-shlib-undefined -Wl,--dynamic-linker=TOPDIR/tmp/sysroots-uninative/x86_64-linux/lib/ld-linux-x86-64.so.2 -pthread   -o tools/fit_info tools/aisimage.o tools/amlimage.o tools/atmelimage.o tools/fit_common.o tools/fit_image.o tools/image-host.o tools/generated/boot/image-fit.o tools/image-sig-host.o tools/generated/boot/image-fit-sig.o tools/generated/boot/image-cipher.o tools/generated/boot/fdt_region.o tools/generated/boot/bootm.o tools/generated/lib/crc32.o tools/default_image.o tools/generated/lib/fdtdec_common.o tools/generated/lib/fdtdec.o tools/generated/boot/image.o tools/generated/boot/image-host.o tools/imagetool.o tools/imximage.o tools/imx8image.o tools/imx8mimage.o tools/kwbimage.o tools/generated/lib/md5.o tools/lpc32xximage.o tools/mxsimage.o tools/omapimage.o tools/os_support.o tools/pblimage.o tools/pbl_crc32.o tools/renesas_spkgimage.o tools/sfspl.o tools/vybridimage.o tools/stm32image.o tools/generated/lib/rc4.o tools/rkcommon.o tools/rkimage.o tools/rksd.o tools/rkspi.o tools/socfpgaimage.o tools/sunxi_egon.o tools/generated/lib/crc16-ccitt.o tools/generated/lib/hash-checksum.o tools/generated/lib/sha1.o tools/generated/lib/sha256.o tools/generated/lib/sha256_common.o tools/generated/lib/sha512.o tools/generated/common/hash.o tools/ublimage.o tools/zynqimage.o tools/zynqmpimage.o tools/zynqmpbif.o tools/generated/lib/fdt-libcrypto.o tools/sunxi_toc0.o tools/libfdt/fdt.o tools/libfdt/fdt_ro.o tools/libfdt/fdt_wip.o tools/libfdt/fdt_sw.o tools/libfdt/fdt_rw.o tools/libfdt/fdt_strerror.o tools/libfdt/fdt_empty_tree.o tools/libfdt/fdt_addresses.o tools/libfdt/fdt_overlay.o tools/gpimage.o tools/gpimage-common.o tools/mtk_image.o tools/mtk_nand_headers.o tools/generated/lib/ecdsa/ecdsa-libcrypto.o tools/generated/lib/rsa/rsa-sign.o tools/generated/lib/rsa/rsa-verify.o tools/generated/lib/rsa/rsa-mod-exp.o tools/generated/lib/aes/aes-encrypt.o tools/generated/lib/aes/aes-decrypt.o tools/fit_info.o   -lssl -lcrypto
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_engine_init.constprop.0':
rsa-sign.c:(.text+0xb): undefined reference to `ENGINE_load_builtin_engines'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x13): undefined reference to `ENGINE_by_id'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x27): undefined reference to `ENGINE_init'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x33): undefined reference to `ENGINE_set_default_RSA'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x58): undefined reference to `ENGINE_ctrl_cmd_string'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x8f): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xbf): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_engine_get_priv_key':
rsa-sign.c:(.text+0x274): undefined reference to `ENGINE_get_id'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x309): undefined reference to `ENGINE_load_private_key'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_sign':
rsa-sign.c:(.text+0x566): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x56e): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x75e): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x766): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_add_verify_data':
rsa-sign.c:(.text+0xd59): undefined reference to `ENGINE_get_id'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xde4): undefined reference to `ENGINE_load_public_key'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xe33): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xe3b): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x10fb): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1103): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1185): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x118d): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1401): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1409): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_engine_init.constprop.0':
rsa-sign.c:(.text+0xb): undefined reference to `ENGINE_load_builtin_engines'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x13): undefined reference to `ENGINE_by_id'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x27): undefined reference to `ENGINE_init'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x33): undefined reference to `ENGINE_set_default_RSA'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x58): undefined reference to `ENGINE_ctrl_cmd_string'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x8f): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xbf): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_engine_get_priv_key':
rsa-sign.c:(.text+0x274): undefined reference to `ENGINE_get_id'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x309): undefined reference to `ENGINE_load_private_key'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_sign':
rsa-sign.c:(.text+0x566): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x56e): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x75e): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x766): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: tools/generated/lib/rsa/rsa-sign.o: in function `rsa_add_verify_data':
rsa-sign.c:(.text+0xd59): undefined reference to `ENGINE_get_id'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xde4): undefined reference to `ENGINE_load_public_key'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xe33): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0xe3b): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x10fb): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1103): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1185): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x118d): undefined reference to `ENGINE_free'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1401): undefined reference to `ENGINE_finish'
/usr/lib64/gcc/x86_64-suse-linux/15/../../../../x86_64-suse-linux/bin/ld: rsa-sign.c:(.text+0x1409): undefined reference to `ENGINE_free'
collect2: error: ld returned 1 exit status
make[2]: *** [TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.host:105: tools/fit_info] Error 1
make[2]: *** Waiting for unfinished jobs....
collect2: error: ld returned 1 exit status
make[2]: *** [TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/scripts/Makefile.host:105: tools/dumpimage] Error 1
make[1]: *** [TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07/Makefile:2209: tools] Error 2
make: *** [Makefile:189: __sub-make] Error 2
make: Leaving directory 'TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/sources/u-boot-2026.07'
ERROR: oe_runmake failed
WARNING: TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853:287 exit 1 from 'exit 1'
WARNING: Backtrace (BB generated script): 
	#1: bbfatal_log, TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853, line 287
	#2: die, TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853, line 271
	#3: oe_runmake, TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853, line 227
	#4: uboot_compile, TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853, line 188
	#5: do_compile, TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853, line 171
	#6: main, TOPDIR/tmp/work/qemuriscv64-poky-linux/u-boot/2026.07/temp/run.do_compile.3905853, line 300

Error details

Submitted on:
15/08/26 09:55
Error type:
Recipe
Task:
do_compile
Recipe:
u-boot
Recipe version:
1_2026.07-r0
Machine:
qemuriscv64
Distro:
poky
Build system:
x86_64-linux
Target system:
riscv64-poky-linux
Host distro:
opensuseleap-16.0/opensuseleap-16.0
Branch:
mathieu/master-next-tests
Commit:
b661d2ad605aa57bb7caea86bdef6b66339def52
Build:
#246725
Submitter:
yp-ab-opensuse160-vk-1.yocto.io
Link back:
https://autobuilder.yoctoproject.org/valkyrie/#/builders/45/builds/2124
Similar errors:
0
Open a bug