>>> libdeflate 1.12 Extracting gzip -d -c /home/buildroot/autobuild/instance-3/dl/libdeflate/libdeflate-1.12.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-3/output-1/build/libdeflate-1.12 -xf - >>> libdeflate 1.12 Patching >>> libdeflate 1.12 Configuring >>> libdeflate 1.12 Building PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/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-3/output-1/build/libdeflate-1.12 PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ar" AS="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-as" LD="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-ld" NM="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-nm" CC="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc" GCC="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc" CPP="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-cpp" CXX="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-g++" FC="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gfortran" F77="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gfortran" RANLIB="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-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-3/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-3/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-3/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-3/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-buildroot-linux-uclibcgnueabi-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-3/output-1/host/bin/armeb-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-3/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-3/output-1/host/armeb-buildroot-linux-uclibcgnueabi/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make[1]: Entering directory '/home/buildroot/autobuild/instance-3/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/../common_defs.h: In function 'crc32_arm_crc': lib/../common_defs.h:232:24: error: inlining failed in call to 'always_inline' 'bswap16': target specific option mismatch 232 | static forceinline u16 bswap16(u16 v) | ^~~~~~~ lib/../common_defs.h:277:55: note: called from here 277 | #define le16_bswap(v) (CPU_IS_LITTLE_ENDIAN() ? (v) : bswap16(v)) | ^~~~~~~~~~ lib/arm/crc32_impl.h:118:53: note: in expansion of macro 'le16_bswap' 118 | crc = __crc32h(crc, le16_bswap(*(u16 *)p)); | ^~~~~~~~~~ lib/../common_defs.h:244:24: error: inlining failed in call to 'always_inline' 'bswap32': target specific option mismatch 244 | static forceinline u32 bswap32(u32 v) | ^~~~~~~ In file included from lib/crc32.c:227: lib/arm/crc32_impl.h:122:39: note: called from here 122 | crc = __crc32w(crc, le32_bswap(*(u32 *)p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:165:40: note: called from here 165 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:164:40: note: called from here 164 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:163:40: note: called from here 163 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:162:40: note: called from here 162 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:160:40: note: called from here 160 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:159:40: note: called from here 159 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:158:40: note: called from here 158 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:157:40: note: called from here 157 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:155:40: note: called from here 155 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:154:40: note: called from here 154 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:153:40: note: called from here 153 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:152:40: note: called from here 152 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:150:40: note: called from here 150 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:149:40: note: called from here 149 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:148:40: note: called from here 148 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:147:40: note: called from here 147 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:148:40: note: called from here 148 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:149:40: note: called from here 149 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:150:40: note: called from here 150 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:152:40: note: called from here 152 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:153:40: note: called from here 153 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:154:40: note: called from here 154 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:155:40: note: called from here 155 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:157:40: note: called from here 157 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:158:40: note: called from here 158 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:159:40: note: called from here 159 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:160:40: note: called from here 160 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:162:40: note: called from here 162 | crc = __crc32d(crc, le64_bswap(wp0[0*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:163:40: note: called from here 163 | crc1 = __crc32d(crc1, le64_bswap(wp0[1*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:164:40: note: called from here 164 | crc2 = __crc32d(crc2, le64_bswap(wp0[2*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:165:40: note: called from here 165 | crc3 = __crc32d(crc3, le64_bswap(wp0[3*CRC32_FIXED_CHUNK_LEN/8])); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:185:31: note: called from here 185 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 56))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:184:31: note: called from here 184 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 48))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:183:31: note: called from here 183 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 40))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:182:31: note: called from here 182 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 32))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:181:31: note: called from here 181 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 24))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:180:31: note: called from here 180 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 16))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:179:31: note: called from here 179 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 8))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:178:31: note: called from here 178 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 0))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:179:31: note: called from here 179 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 8))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:180:31: note: called from here 180 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 16))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:181:31: note: called from here 181 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 24))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:182:31: note: called from here 182 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 32))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:183:31: note: called from here 183 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 40))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:184:31: note: called from here 184 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 48))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ lib/../common_defs.h:259:24: error: inlining failed in call to 'always_inline' 'bswap64': target specific option mismatch 259 | static forceinline u64 bswap64(u64 v) | ^~~~~~~ lib/arm/crc32_impl.h:185:31: note: called from here 185 | crc = __crc32d(crc, le64_bswap(*(u64 *)(p + 56))); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:194:23: note: called from here 194 | crc = __crc32d(crc, get_unaligned_le64(p + 24)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:193:23: note: called from here 193 | crc = __crc32d(crc, get_unaligned_le64(p + 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:192:23: note: called from here 192 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:191:23: note: called from here 191 | crc = __crc32d(crc, get_unaligned_le64(p + 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:192:23: note: called from here 192 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:193:23: note: called from here 193 | crc = __crc32d(crc, get_unaligned_le64(p + 16)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:194:23: note: called from here 194 | crc = __crc32d(crc, get_unaligned_le64(p + 24)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:199:23: note: called from here 199 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:198:23: note: called from here 198 | crc = __crc32d(crc, get_unaligned_le64(p + 0)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:199:23: note: called from here 199 | crc = __crc32d(crc, get_unaligned_le64(p + 8)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:203:23: note: called from here 203 | crc = __crc32d(crc, get_unaligned_le64(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ lib/arm/crc32_impl.h:207:23: note: called from here 207 | crc = __crc32w(crc, get_unaligned_le32(p)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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) | ^~~~~~~~~~~~~~~~~~ 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-3/output-1/build/libdeflate-1.12' package/pkg-generic.mk:290: recipe for target '/home/buildroot/autobuild/instance-3/output-1/build/libdeflate-1.12/.stamp_built' failed make: *** [/home/buildroot/autobuild/instance-3/output-1/build/libdeflate-1.12/.stamp_built] Error 2 make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'