>>> dav1d 0.4.0 Extracting bzcat /data/buildroot/buildroot-test/instance-0/dl/dav1d/dav1d-0.4.0.tar.bz2 | /data/buildroot/buildroot-test/instance-0/output/host/bin/tar --strip-components=1 -C /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0 -xf - >>> dav1d 0.4.0 Patching >>> dav1d 0.4.0 Configuring rm -rf /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build mkdir -p /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build sed -e "s%@TARGET_CROSS@%/data/buildroot/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a8%g" -e "s%@TARGET_ENDIAN@%"little"%g" -e "s%@TARGET_CFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@TARGET_LDFLAGS@%`printf '"%s", ' -latomic`%g" -e "s%@TARGET_CXXFLAGS@%`printf '"%s", ' -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os `%g" -e "s%@HOST_DIR@%/data/buildroot/buildroot-test/instance-0/output/host%g" package/meson/cross-compilation.conf.in > /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build/cross-compilation.conf PATH="/data/buildroot/buildroot-test/instance-0/output/host/bin:/data/buildroot/buildroot-test/instance-0/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PYTHONNOUSERSITE=y /data/buildroot/buildroot-test/instance-0/output/host/bin/meson --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build/cross-compilation.conf -Denable_tests=false -Denable_tools=false /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0/ /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build The Meson build system Version: 0.51.2 Source dir: /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0 Build dir: /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0/build Build type: cross build Project name: dav1d Project version: 0.4.0 C compiler for the build machine: cc (gcc 9.2.0 "cc (GCC) 9.2.0") C compiler for the host machine: /data/buildroot/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc (gcc 4.8.3 "arm-none-linux-gnueabi-gcc (Sourcery CodeBench Lite 2014.05-29) 4.8.3 20140320 (prerelease)") Host machine cpu family: arm Host machine cpu: cortex-a8 Target machine cpu family: arm Target machine cpu: cortex-a8 Build machine cpu family: x86_64 Build machine cpu: x86_64 Run-time dependency threads found: YES Check usable header "stdatomic.h" : NO Checking if "GCC-style atomics" compiles: YES Check usable header "unistd.h" : YES Check usable header "io.h" : NO Checking for function "getopt_long" : YES Checking for function "posix_memalign" : YES Checking for function "getauxval" : YES Checking for function "elf_aux_info" : NO Compiler for C supports arguments -fvisibility=hidden: YES Compiler for C supports arguments -Wundef: YES Compiler for C supports arguments -Werror=vla: YES Compiler for C supports arguments -Wno-maybe-uninitialized -Wmaybe-uninitialized: YES Compiler for C supports arguments -Wno-missing-field-initializers -Wmissing-field-initializers: YES Compiler for C supports arguments -Wno-unused-parameter -Wunused-parameter: YES Compiler for C supports arguments -Werror=missing-prototypes: YES Compiler for C supports arguments -Wshorten-64-to-32: NO Compiler for C supports arguments -fomit-frame-pointer: YES Compiler for C supports arguments -ffast-math: YES Configuring config.h using configuration Configuring version.h using configuration Program doxygen found: NO Build targets in project: 7 Found ninja-1.9.0 at /data/buildroot/buildroot-test/instance-0/output/host/bin/ninja >>> dav1d 0.4.0 Building PATH="/data/buildroot/buildroot-test/instance-0/output/host/bin:/data/buildroot/buildroot-test/instance-0/output/host/sbin:/data/buildroot/buildroot-test/venv/bin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PYTHONNOUSERSITE=y /data/buildroot/buildroot-test/instance-0/output/host/bin/ninja -j12 -C /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build ninja: Entering directory `/data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0//build' [1/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_prepare_tmpl.c.o'. [2/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_apply_tmpl.c.o'. ../src/cdef_apply_tmpl.c: In function 'dav1d_cdef_brow_8bpc': ../src/cdef_apply_tmpl.c:113:26: warning: passing argument 1 of 'backup2lines' from incompatible pointer type [enabled by default] 8, f->bw * 4, layout); ^ ../src/cdef_apply_tmpl.c:36:13: note: expected 'pixel * const (*)[2]' but argument is of type 'pixel * (*)[2]' static void backup2lines(pixel *const dst[3][2], ^ ../src/cdef_apply_tmpl.c:181:37: warning: passing argument 3 of 'dsp->cdef.fb[0]' from incompatible pointer type [enabled by default] damping, edges HIGHBD_CALL_SUFFIX); ^ ../src/cdef_apply_tmpl.c:181:37: note: expected 'const_left_pixel_row_2px' but argument is of type 'pixel (*)[2]' ../src/cdef_apply_tmpl.c:196:46: warning: passing argument 3 of 'dsp->cdef.fb[uv_idx]' from incompatible pointer type [enabled by default] damping - 1, edges HIGHBD_CALL_SUFFIX); ^ ../src/cdef_apply_tmpl.c:196:46: note: expected 'const_left_pixel_row_2px' but argument is of type 'pixel (*)[2]' [3/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/lr_apply_tmpl.c.o'. ../src/lr_apply_tmpl.c: In function 'lr_sbrow': ../src/lr_apply_tmpl.c:271:13: warning: passing argument 3 of 'lr_stripe' from incompatible pointer type [enabled by default] lr_stripe(f, p, pre_lr_border[!bit], x, y, plane, unit_w, row_h, lr, edges); ^ ../src/lr_apply_tmpl.c:152:13: note: expected 'const pixel (*)[4]' but argument is of type 'pixel (*)[4]' static void lr_stripe(const Dav1dFrameContext *const f, pixel *p, ^ [4/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/cdef_tmpl.c.o'. [5/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/arm_cdef_init_tmpl.c.o'. [6/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/lf_apply_tmpl.c.o'. ../src/lf_apply_tmpl.c: In function 'dav1d_loopfilter_sbrow_8bpc': ../src/lf_apply_tmpl.c:272:29: warning: passing argument 3 of 'filter_plane_cols_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:37:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_cols_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:272:29: warning: passing argument 5 of 'filter_plane_cols_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:37:20: note: expected 'const uint16_t (* const)[3][2]' but argument is of type 'uint16_t (*)[3][2]' static inline void filter_plane_cols_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:279:29: warning: passing argument 3 of 'filter_plane_rows_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:73:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_rows_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:279:29: warning: passing argument 5 of 'filter_plane_rows_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:73:20: note: expected 'const uint16_t (* const)[3][2]' but argument is of type 'uint16_t (*)[3][2]' static inline void filter_plane_rows_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:294:30: warning: passing argument 3 of 'filter_plane_cols_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_ver); ^ ../src/lf_apply_tmpl.c:103:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_cols_uv(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:294:30: warning: passing argument 5 of 'filter_plane_cols_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_ver); ^ ../src/lf_apply_tmpl.c:103:20: note: expected 'const uint16_t (* const)[2][2]' but argument is of type 'uint16_t (*)[2][2]' static inline void filter_plane_cols_uv(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:305:30: warning: passing argument 3 of 'filter_plane_rows_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_hor); ^ ../src/lf_apply_tmpl.c:140:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_rows_uv(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:305:30: warning: passing argument 5 of 'filter_plane_rows_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_hor); ^ ../src/lf_apply_tmpl.c:140:20: note: expected 'const uint16_t (* const)[2][2]' but argument is of type 'uint16_t (*)[2][2]' static inline void filter_plane_rows_uv(const Dav1dFrameContext *const f, ^ [7/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/arm_itx_init_tmpl.c.o'. [8/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/arm_loopfilter_init_tmpl.c.o'. [9/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/loopfilter_tmpl.c.o'. [10/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/arm_looprestoration_init_tmpl.c.o'. [11/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/arm_mc_init_tmpl.c.o'. [12/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/looprestoration_tmpl.c.o'. [13/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/ipred_tmpl.c.o'. [14/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/cdef_apply_tmpl.c.o'. ../src/cdef_apply_tmpl.c: In function 'dav1d_cdef_brow_16bpc': ../src/cdef_apply_tmpl.c:113:26: warning: passing argument 1 of 'backup2lines' from incompatible pointer type [enabled by default] 8, f->bw * 4, layout); ^ ../src/cdef_apply_tmpl.c:36:13: note: expected 'pixel * const (*)[2]' but argument is of type 'pixel * (*)[2]' static void backup2lines(pixel *const dst[3][2], ^ ../src/cdef_apply_tmpl.c:181:37: warning: passing argument 3 of 'dsp->cdef.fb[0]' from incompatible pointer type [enabled by default] damping, edges HIGHBD_CALL_SUFFIX); ^ ../src/cdef_apply_tmpl.c:181:37: note: expected 'const_left_pixel_row_2px' but argument is of type 'pixel (*)[2]' ../src/cdef_apply_tmpl.c:196:46: warning: passing argument 3 of 'dsp->cdef.fb[uv_idx]' from incompatible pointer type [enabled by default] damping - 1, edges HIGHBD_CALL_SUFFIX); ^ ../src/cdef_apply_tmpl.c:196:46: note: expected 'const_left_pixel_row_2px' but argument is of type 'pixel (*)[2]' [15/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/ipred_prepare_tmpl.c.o'. [16/60] Generating vcs_version.h with a custom command. fatal: not a git repository: '/data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0/.git' [17/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/cdef_tmpl.c.o'. [18/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/film_grain_tmpl.c.o'. [19/60] Compiling C object 'src/25a6634@@dav1d_entrypoint@sta/thread_task.c.o'. In file included from ../src/cdef.h:34:0, from ../src/internal.h:41, from ../src/thread_task.h:33, from ../src/thread_task.c:30: ../include/common/bitdepth.h:40:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 8 ^ ../include/common/bitdepth.h:56:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 16 ^ [20/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/lf_apply_tmpl.c.o'. ../src/lf_apply_tmpl.c: In function 'dav1d_loopfilter_sbrow_16bpc': ../src/lf_apply_tmpl.c:272:29: warning: passing argument 3 of 'filter_plane_cols_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:37:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_cols_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:272:29: warning: passing argument 5 of 'filter_plane_cols_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:37:20: note: expected 'const uint16_t (* const)[3][2]' but argument is of type 'uint16_t (*)[3][2]' static inline void filter_plane_cols_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:279:29: warning: passing argument 3 of 'filter_plane_rows_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:73:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_rows_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:279:29: warning: passing argument 5 of 'filter_plane_rows_y' from incompatible pointer type [enabled by default] imin(32, f->w4 - x * 32), starty4, endy4); ^ ../src/lf_apply_tmpl.c:73:20: note: expected 'const uint16_t (* const)[3][2]' but argument is of type 'uint16_t (*)[3][2]' static inline void filter_plane_rows_y(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:294:30: warning: passing argument 3 of 'filter_plane_cols_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_ver); ^ ../src/lf_apply_tmpl.c:103:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_cols_uv(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:294:30: warning: passing argument 5 of 'filter_plane_cols_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_ver); ^ ../src/lf_apply_tmpl.c:103:20: note: expected 'const uint16_t (* const)[2][2]' but argument is of type 'uint16_t (*)[2][2]' static inline void filter_plane_cols_uv(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:305:30: warning: passing argument 3 of 'filter_plane_rows_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_hor); ^ ../src/lf_apply_tmpl.c:140:20: note: expected 'const uint8_t (*)[4]' but argument is of type 'uint8_t (*)[4]' static inline void filter_plane_rows_uv(const Dav1dFrameContext *const f, ^ ../src/lf_apply_tmpl.c:305:30: warning: passing argument 5 of 'filter_plane_rows_uv' from incompatible pointer type [enabled by default] starty4 >> ss_ver, uv_endy4, ss_hor); ^ ../src/lf_apply_tmpl.c:140:20: note: expected 'const uint16_t (* const)[2][2]' but argument is of type 'uint16_t (*)[2][2]' static inline void filter_plane_rows_uv(const Dav1dFrameContext *const f, ^ [21/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/lr_apply_tmpl.c.o'. ../src/lr_apply_tmpl.c: In function 'lr_sbrow': ../src/lr_apply_tmpl.c:271:13: warning: passing argument 3 of 'lr_stripe' from incompatible pointer type [enabled by default] lr_stripe(f, p, pre_lr_border[!bit], x, y, plane, unit_w, row_h, lr, edges); ^ ../src/lr_apply_tmpl.c:152:13: note: expected 'const pixel (*)[4]' but argument is of type 'pixel (*)[4]' static void lr_stripe(const Dav1dFrameContext *const f, pixel *p, ^ [22/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/loopfilter_tmpl.c.o'. [23/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/arm_cdef_init_tmpl.c.o'. [24/60] Compiling C object 'src/25a6634@@dav1d_entrypoint@sta/lib.c.o'. In file included from ../src/cdef.h:34:0, from ../src/internal.h:41, from ../src/lib.c:40: ../include/common/bitdepth.h:40:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 8 ^ ../include/common/bitdepth.h:56:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 16 ^ [25/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/film_grain_tmpl.c.o'. [26/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/looprestoration_tmpl.c.o'. [27/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/arm_itx_init_tmpl.c.o'. [28/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/arm_loopfilter_init_tmpl.c.o'. [29/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/arm_looprestoration_init_tmpl.c.o'. [30/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/mc_tmpl.c.o'. [31/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/ipred_tmpl.c.o'. [32/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/arm_mc_init_tmpl.c.o'. [33/60] Compiling C object 'src/25a6634@@dav1d@sha/cpu.c.o'. [34/60] Compiling C object 'src/25a6634@@dav1d@sha/dequant_tables.c.o'. [35/60] Compiling C object 'src/25a6634@@dav1d@sha/intra_edge.c.o'. [36/60] Compiling C object 'src/25a6634@@dav1d@sha/data.c.o'. [37/60] Compiling C object 'src/25a6634@@dav1d@sha/getbits.c.o'. [38/60] Compiling C object 'src/25a6634@@dav1d@sha/log.c.o'. In file included from ../src/cdef.h:34:0, from ../src/internal.h:41, from ../src/log.c:36: ../include/common/bitdepth.h:40:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 8 ^ ../include/common/bitdepth.h:56:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 16 ^ [39/60] Compiling C object 'src/25a6634@@dav1d@sha/msac.c.o'. [40/60] Compiling C object 'src/25a6634@@dav1d@sha/ref.c.o'. [41/60] Compiling C object 'src/25a6634@@dav1d@sha/picture.c.o'. In file included from ../src/cdef.h:34:0, from ../src/internal.h:41, from ../src/picture.c:41: ../include/common/bitdepth.h:40:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 8 ^ ../include/common/bitdepth.h:56:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 16 ^ [42/60] Compiling C object 'src/25a6634@@dav1d@sha/scan.c.o'. [43/60] Compiling C object 'src/25a6634@@dav1d@sha/lf_mask.c.o'. [44/60] Compiling C object 'src/25a6634@@dav1d@sha/qm.c.o'. [45/60] Compiling C object 'src/25a6634@@dav1d@sha/tables.c.o'. [46/60] Compiling C object 'src/25a6634@@dav1d@sha/arm_cpu.c.o'. [47/60] Compiling C object 'src/25a6634@@dav1d@sha/arm_32_looprestoration.S.o'. [48/60] Compiling C object 'src/25a6634@@dav1d@sha/warpmv.c.o'. [49/60] Compiling C object 'src/25a6634@@dav1d@sha/arm_32_mc.S.o'. FAILED: src/25a6634@@dav1d@sha/arm_32_mc.S.o /data/buildroot/buildroot-test/instance-0/output/host/bin/arm-none-linux-gnueabi-gcc -Isrc/25a6634@@dav1d@sha -Isrc -I../src -I. -I../ -Iinclude/dav1d -I../include/dav1d -Iinclude -I../include -I../include/compat/gcc -DNDEBUG -pipe -Wall -Winvalid-pch -Wextra -std=c99 -O3 -D_POSIX_C_SOURCE=200112L -fvisibility=hidden -Wundef -Werror=vla -Wno-maybe-uninitialized -Wno-missing-field-initializers -Wno-unused-parameter -Werror=missing-prototypes -fomit-frame-pointer -ffast-math -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -fPIC -pthread -MD -MQ 'src/25a6634@@dav1d@sha/arm_32_mc.S.o' -MF 'src/25a6634@@dav1d@sha/arm_32_mc.S.o.d' -o 'src/25a6634@@dav1d@sha/arm_32_mc.S.o' -c ../src/arm/32/mc.S ../src/arm/32/mc.S: Assembler messages: ../src/arm/32/mc.S:448: Error: invalid constant (1af7) after fixup ../src/arm/32/mc.S:449: Error: invalid constant (1af7) after fixup ../src/arm/32/mc.S:450: Error: invalid constant (1af7) after fixup [50/60] Compiling C object 'src/25a6634@@dav1d@sha/wedge.c.o'. ../src/wedge.c: In function 'dav1d_init_wedge_masks': ../src/wedge.c:263:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill(32, 32, 16x32, 16x16, heqw, 0x7bfb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:264:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill(32, 16, 16x16, 16x8, hltw, 0x7beb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:265:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill(32, 8, 16x8, 16x4, hltw, 0x6beb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:266:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill(16, 32, 8x32, 8x16, hgtw, 0x7beb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:267:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill(16, 16, 8x16, 8x8, heqw, 0x7bfb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:268:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill(16, 8, 8x8, 8x4, hltw, 0x7beb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:269:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill( 8, 32, 4x32, 4x16, hgtw, 0x7aeb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:270:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill( 8, 16, 4x16, 4x8, hgtw, 0x7beb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ ../src/wedge.c:271:5: warning: passing argument 5 of 'fill2d_16x2' from incompatible pointer type [enabled by default] fill( 8, 8, 4x8, 4x4, heqw, 0x7bfb); ^ ../src/wedge.c:172:18: note: expected 'const uint8_t (* const)[4096]' but argument is of type 'uint8_t (*)[4096]' static COLD void fill2d_16x2(uint8_t *dst, const int w, const int h, ^ [51/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/mc_tmpl.c.o'. [52/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/recon_tmpl.c.o'. ../src/recon_tmpl.c: In function 'dav1d_recon_b_intra_8bpc': ../src/recon_tmpl.c:1056:25: warning: assignment from incompatible pointer type [enabled by default] pal = f->frame_thread.pal[((t->by >> 1) + (t->bx & 1)) * (f->b4_stride >> 1) + ^ ../src/recon_tmpl.c:1061:25: warning: assignment from incompatible pointer type [enabled by default] pal = t->scratch.pal; ^ [53/60] Compiling C object 'src/25a6634@@dav1d@sha/obu.c.o'. In file included from ../src/cdef.h:34:0, from ../src/internal.h:41, from ../src/decode.h:31, from ../src/obu.c:39: ../include/common/bitdepth.h:40:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 8 ^ ../include/common/bitdepth.h:56:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 16 ^ [54/60] Compiling C object 'src/25a6634@@dav1d@sha/ref_mvs.c.o'. [55/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_8@sta/itx_tmpl.c.o'. [56/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/itx_tmpl.c.o'. [57/60] Compiling C object 'src/25a6634@@dav1d_bitdepth_16@sta/recon_tmpl.c.o'. ../src/recon_tmpl.c: In function 'dav1d_recon_b_intra_16bpc': ../src/recon_tmpl.c:1056:25: warning: assignment from incompatible pointer type [enabled by default] pal = f->frame_thread.pal[((t->by >> 1) + (t->bx & 1)) * (f->b4_stride >> 1) + ^ ../src/recon_tmpl.c:1061:25: warning: assignment from incompatible pointer type [enabled by default] pal = t->scratch.pal; ^ [58/60] Compiling C object 'src/25a6634@@dav1d@sha/decode.c.o'. In file included from ../src/cdef.h:34:0, from ../src/internal.h:41, from ../src/decode.h:31, from ../src/decode.c:42: ../include/common/bitdepth.h:40:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 8 ^ ../include/common/bitdepth.h:56:7: warning: "BITDEPTH" is not defined [-Wundef] #elif BITDEPTH == 16 ^ ../src/decode.c: In function 'derive_warpmv': ../src/decode.c:362:5: warning: passing argument 1 of 'dav1d_find_affine_int' from incompatible pointer type [enabled by default] if (!dav1d_find_affine_int(pts, ret, bw4, bh4, mv, wmp, t->bx, t->by) && ^ In file included from ../src/decode.c:51:0: ../src/warpmv.h:34:5: note: expected 'const int (*)[2][2]' but argument is of type 'int (*)[2][2]' int dav1d_find_affine_int(const int (*pts)[2][2], int np, int bw4, int bh4, ^ ../src/decode.c: In function 'decode_b': ../src/decode.c:983:20: warning: assignment from incompatible pointer type [enabled by default] ts->dq = ts->dqmem; ^ ../src/decode.c:991:23: warning: assignment from incompatible pointer type [enabled by default] ts->lflvl = ts->lflvlmem; ^ ../src/decode.c:1228:50: warning: initialization from incompatible pointer type [enabled by default] const uint16_t (*const pal)[8] = f->frame_thread.pass ? ^ ../src/decode.c: In function 'dav1d_decode_frame': ../src/decode.c:2858:50: warning: passing argument 10 of 'dav1d_init_ref_mv_common' from incompatible pointer type [enabled by default] order_hint_n_bits); ^ In file included from ../src/env.h:37:0, from ../src/internal.h:44, from ../src/decode.h:31, from ../src/decode.c:42: ../src/ref_mvs.h:39:5: note: expected 'const unsigned int (*)[7]' but argument is of type 'unsigned int (*)[7]' int dav1d_init_ref_mv_common(AV1_COMMON *cm, int w8, int h8, ^ [59/60] Compiling C object 'src/25a6634@@dav1d@sha/cdf.c.o'. ninja: build stopped: subcommand failed. make: *** [package/pkg-generic.mk:241: /data/buildroot/buildroot-test/instance-0/output/build/dav1d-0.4.0/.stamp_built] Error 1 make: Leaving directory '/data/buildroot/buildroot-test/instance-0/buildroot'