>>> libdeflate 1.12 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/libdeflate/libdeflate-1.12.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/libdeflate-1.12 -xf - >>> libdeflate 1.12 Patching >>> libdeflate 1.12 Configuring >>> libdeflate 1.12 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/libdeflate-1.12 PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Ofast -g0 " LDFLAGS="" FCFLAGS=" -Ofast -g0" FFLAGS=" -Ofast -g0" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/libdeflate-1.12' CC lib/deflate_decompress.o CC lib/utils.o CC lib/arm/cpu_features.o CC lib/x86/cpu_features.o CC lib/deflate_compress.o CC lib/adler32.o CC lib/zlib_decompress.o CC lib/zlib_compress.o CC lib/crc32.o CC lib/gzip_decompress.o In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/arm/crc32_impl.h: In function 'crc32_arm_crc': lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:194:23: note: called from here 194 | crc = __crc32d(crc, get_unaligned_le64(p + 24)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:193:23: note: called from here 193 | crc = __crc32d(crc, get_unaligned_le64(p + 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:192:23: note: called from here 192 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:191:23: note: called from here 191 | crc = __crc32d(crc, get_unaligned_le64(p + 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:192:23: note: called from here 192 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:193:23: note: called from here 193 | crc = __crc32d(crc, get_unaligned_le64(p + 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:194:23: note: called from here 194 | crc = __crc32d(crc, get_unaligned_le64(p + 24)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:199:23: note: called from here 199 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:198:23: note: called from here 198 | crc = __crc32d(crc, get_unaligned_le64(p + 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:199:23: note: called from here 199 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:402:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le64': target specific option mismatch 402 | get_unaligned_le64(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:203:23: note: called from here 203 | crc = __crc32d(crc, get_unaligned_le64(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:382:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le32': target specific option mismatch 382 | get_unaligned_le32(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:207:23: note: called from here 207 | crc = __crc32w(crc, get_unaligned_le32(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from lib/lib_common.h:15, from lib/crc32.c:171: lib/../common_defs.h:364:1: error: inlining failed in call to 'always_inline' 'get_unaligned_le16': target specific option mismatch 364 | get_unaligned_le16(const u8 *p) | ^~~~~~~~~~~~~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:211:23: note: called from here 211 | crc = __crc32h(crc, get_unaligned_le16(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Makefile:230: recipe for target 'lib/crc32.o' failed make[1]: *** [lib/crc32.o] Error 1 make[1]: *** Waiting for unfinished jobs.... make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/libdeflate-1.12' package/pkg-generic.mk:290: recipe for target '/home/buildroot/autobuild/instance-0/output-1/build/libdeflate-1.12/.stamp_built' failed make: *** [/home/buildroot/autobuild/instance-0/output-1/build/libdeflate-1.12/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'