Libwebp compile fails - wrt3200acm gcc 9.2_musl

Hello Everyone,

compiling libwebp I am getting a series of inline errors mismatches against arm_neon.h

In file included from ../../src/dsp/quant.h:20,
from quant_enc.c:18:
../../src/dsp/quant.h: In function 'horizontal_add_uint32x4':
/openwrt/staging_dir/toolchain-arm_cortex-a9+vfpv3_gcc-9.2.0_musl_eabi/lib/gcc/arm-openwrt-linux-muslgnueabi/9.2.0/include/arm_neon.h:561:1: error: inlining failed in call to always_inline 'vadd_u32': target specific option mismatch
561 | vadd_u32 (uint32x2_t __a, uint32x2_t __b)
| ^~~~~~~~
In file included from quant_enc.c:18:

any clues on how to solve these errors ?

thank you

Happy Christmas

well
by adding to CONFIGURE_ARGS --disable-neon I was able to compile libwebp

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.