../spi/cadence_qspi_apb.c:825:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 825 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:832:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 832 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ ../spi/cadence_qspi_apb.c:832:33: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 832 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:834:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 834 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ ../spi/cadence_qspi_apb.c:834:34: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 834 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:842:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 842 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ ../spi/cadence_qspi_apb.c:842:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 842 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:848:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 848 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ ../spi/cadence_qspi_apb.c:848:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 848 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c: In function 'cadence_qspi_apb_indirect_write_setup': ../spi/cadence_qspi_apb.c:865:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 865 | writel(((u32)plat->ahbbase & CQSPI_INDIRECTTRIGGER_ADDR_MASK), | ^ ../spi/cadence_qspi_apb.c:866:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 866 | (u32)plat->regbase + CQSPI_REG_INDIRECTTRIGGER); | ^ ../spi/cadence_qspi_apb.c:866:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 866 | (u32)plat->regbase + CQSPI_REG_INDIRECTTRIGGER); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:879:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 879 | writel(reg, (u32)plat->regbase + CQSPI_REG_WR_INSTR); | ^ ../spi/cadence_qspi_apb.c:879:33: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 879 | writel(reg, (u32)plat->regbase + CQSPI_REG_WR_INSTR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:884:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 884 | writel(reg, (u32)plat->regbase + CQSPI_REG_INDIRECTWRSTARTADDR); | ^ ../spi/cadence_qspi_apb.c:884:33: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 884 | writel(reg, (u32)plat->regbase + CQSPI_REG_INDIRECTWRSTARTADDR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:886:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 886 | reg = readl((u32)plat->regbase + CQSPI_REG_SIZE); | ^ ../spi/cadence_qspi_apb.c:886:33: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 886 | reg = readl((u32)plat->regbase + CQSPI_REG_SIZE); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:889:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 889 | writel(reg, (u32)plat->regbase + CQSPI_REG_SIZE); | ^ ../spi/cadence_qspi_apb.c:889:33: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 889 | writel(reg, (u32)plat->regbase + CQSPI_REG_SIZE); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c: In function 'cadence_qspi_apb_indirect_write_execute': ../spi/cadence_qspi_apb.c:900:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 900 | writel(txlen, (u32)plat->regbase + CQSPI_REG_INDIRECTWRBYTES); | ^ ../spi/cadence_qspi_apb.c:900:35: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 900 | writel(txlen, (u32)plat->regbase + CQSPI_REG_INDIRECTWRBYTES); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:904:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 904 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:904:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 904 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:912:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 912 | reg = CQSPI_GET_WR_SRAM_LEVEL((u32)plat->regbase); | ^ ../spi/cadence_qspi_apb.c:196:11: note: in definition of macro 'CQSPI_GET_WR_SRAM_LEVEL' 196 | (((readl(reg_base + CQSPI_REG_SDRAMLEVEL)) >> \ | ^~~~~~~~ ../spi/cadence_qspi_apb.c:196:20: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 196 | (((readl(reg_base + CQSPI_REG_SDRAMLEVEL)) >> \ | ^ | | | unsigned int ../spi/cadence_qspi_apb.c:912:9: note: in expansion of macro 'CQSPI_GET_WR_SRAM_LEVEL' 912 | reg = CQSPI_GET_WR_SRAM_LEVEL((u32)plat->regbase); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:927:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 927 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:927:34: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 927 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:941:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 941 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:941:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 941 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:948:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 948 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:948:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 948 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ /home/buildroot/autobuild/instance-1/output-1/host/bin/riscv64-unknown-elf-gcc -O2 -g -c -Wall -DVERSION=\"buildroot-e17302063c9a4b74475b18ff24dd149c27257354\" -DJH7100 -march=rv64imafdc -mabi=lp64d -mcmodel=medany -I. -I../boot -I../common -I../gpio -I../spi -I../system -I../uart -I../timer -o ../timer/timer.o -c ../timer/timer.c ../spi/spi_flash.c: In function 'spi_flash_cmd_write_mode': ../spi/spi_flash.c:379:6: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] 379 | int ret; | ^~~ ================================================================================ /home/buildroot/autobuild/instance-1/output-1/host/bin/riscv64-unknown-elf-gcc -o bootloader-JH7100-buildroot.elf -march=rv64imafdc -mabi=lp64d -T bootloader.lds -nostartfiles --specs=nano.specs -Wl,-Map,bootloader.map ../boot/start.o ../boot/bootmain.o ../boot/trap.o ../uart/uart.o ../common/util.o ../spi/spi.o ../spi/spi_probe.o ../spi/cadence_qspi.o ../spi/spi_flash.o ../spi/cadence_qspi_apb.o ../timer/timer.o bootloader-JH7100-buildroot.elf LINK SUCCEED! /home/buildroot/autobuild/instance-1/output-1/host/bin/riscv64-unknown-elf-objcopy -O binary bootloader-JH7100-buildroot.elf bootloader-JH7100-buildroot.bin /home/buildroot/autobuild/instance-1/output-1/host/bin/riscv64-unknown-elf-objdump -S bootloader-JH7100-buildroot.elf > bootloader-JH7100-buildroot.asm inFile: bootloader-JH7100-buildroot.bin inSize: 9492 (0x00002514, LE:0x14250000) outFile: bootloader-JH7100-buildroot.bin.out outSize: 9496 (0x00002518) make[1]: Leaving directory '/home/buildroot/autobuild/instance-1/output-1/build/beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354/build' >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Installing to images directory /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-1/output-1/build/beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354/build/bootloader-JH7100-buildroot.bin.out /home/buildroot/autobuild/instance-1/output-1/images/bootloader-JH7100-buildroot.bin.out >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-1/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-1/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-1/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-1/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-1/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-1/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/include /home/buildroot/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-1/output-1/target/usr/doc find /home/buildroot/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-1/output-1/target/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/man /home/buildroot/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/info /home/buildroot/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/doc /home/buildroot/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-1/output-1/target/lib/debug /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-1/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-1/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-1371-ge2fd606b91"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-1/output-1/per-package /home/buildroot/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-1/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-1/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.11-1371-ge2fd606b91 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> dhrystone 2 Collecting legal info >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdmtx 0.7.7 Collecting legal info LICENSE: OK (sha256: fcc277b7302645322c63de22b9b0bdae2df3dfa7d6cbc0d5bed7a4d3f1a9af79) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> obsidian-cursors 1.0 Collecting legal info >>> openssl Collecting legal info >>> host-parted 3.5 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> host-rust-bin 1.67.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> urandom-scripts Collecting legal info >>> host-uuu 1.5.21 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> whetstone 1.2 Collecting legal info >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Collecting legal info LICENSE: OK (sha256: 284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813) >>> host-riscv64-elf-toolchain 2020.12.8 Collecting legal info WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) WARNING: riscv64-elf-toolchain-2020.12.8: cannot save license (HOST_RISCV64_ELF_TOOLCHAIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'