825 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ ../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) | ~~~~~~~~~~~~~~~^~~~ ../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-0/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-0/output-1/host/bin/riscv64-unknown-elf-objcopy -O binary bootloader-JH7100-buildroot.elf bootloader-JH7100-buildroot.bin /home/buildroot/autobuild/instance-0/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-0/output-1/build/beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354/build' >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Installing to images directory /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-0/output-1/build/beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354/build/bootloader-JH7100-buildroot.bin.out /home/buildroot/autobuild/instance-0/output-1/images/bootloader-JH7100-buildroot.bin.out >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Og', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/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-0/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-0/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-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/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-0/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-0/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@%'-Og', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/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-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-3057-ge59365629f"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr ln -snf /home/buildroot/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-3057-ge59365629f Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.4.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.4.0 Collecting legal info >>> host-binutils 2.39 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) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 6.1.2 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-abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> angular-websocket 2.0.0 Collecting legal info LICENSE: OK (sha256: 3013a57f2c8df37775804b8be5b107665a2ca209607bb92c618bcc084feb00a7) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> host-environment-setup Collecting legal info >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> hicolor-icon-theme 0.17 Collecting legal info COPYING: OK (sha256: b0a64377d4ee87b7dbcf418ce4fb33ec3b2d7081b6732890e4af06b8118c4526) >>> hiredis 1.1.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> initscripts Collecting legal info >>> ipset 7.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-jh71xx-tools 7a29f4b9d2355aa39afa8680680909bb74e4991d Collecting legal info LICENSE: OK (sha256: cf03c59b41f6d8a5046f7bff4bbe3576075314299a4d0828d7855bf60af81001) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery-sparkline 2.1.2 Collecting legal info >>> jquery-validation 1.19.5 Collecting legal info LICENSE.md: OK (sha256: f398878cab338b869638bdac1aeae76bf3ac11b2b89da6e0b68bc1a645733440) >>> jquery 3.5.1 Collecting legal info >>> libcoap 4.3.1 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 5711e8bf7e94b59fcf0681d0f73752111bc196563b60f8568f19dacd0213192b) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> mmc-utils dfc3b6ecda84d21418fb4408b39c5c71db4c6458 Collecting legal info mmc.h: OK (sha256: f57e3c6169116aa9ff06eec95734ca000e4d0196467bb221e80e50530c768081) >>> msmtp 1.8.22 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> 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-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> 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-10.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-sparkline-2.1.2: cannot save license (JQUERY_SPARKLINE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_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-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'