mumble/docs/dev/build-instructions/common_build_errors.md
Robert Adam 5c4b49210c DOCS: Add common build errors
Co-authored-by: Davide Beatrici <github@davidebeatrici.dev>
2021-09-23 08:14:38 +02:00

662 B
Raw Blame History

Common build errors

This page is supposed to give a summary of the most common build errors that are encountered when building Mumble and how to fix them.

Error message Description and fix
inlining failed in call to always_inline vdupq_n_f32: target specific option mismatch This error message occurs when attempting to build Opus. It seems to be an issue specific to the Raspberry Pi (4) (or maybe to ARM in general). This is a known problem in Opus.

It can be fixed relatively easy by specifying -DOPUS_DISABLE_INTRINSICS=ON when invoking CMake.