pulseaudio-14.2 is throwing the following error when compiling for machine qemuarmv5 "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
Using softfp to resolve this issue. Signed-off-by: Jon Mason <[email protected]> Change-Id: I513ed523f03ed091507a099e3f80fa95a6fc7ca9 --- meta/conf/machine/qemuarmv5.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf index dfe2a89573b2..29bcc1199ea1 100644 --- a/meta/conf/machine/qemuarmv5.conf +++ b/meta/conf/machine/qemuarmv5.conf @@ -18,3 +18,4 @@ PREFERRED_VERSION_linux-yocto ??= "5.10%" QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" KMACHINE_qemuarmv5 = "qemuarm" +TUNE_CCARGS_MFLOAT = "softfp" -- 2.20.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#149249): https://lists.openembedded.org/g/openembedded-core/message/149249 Mute This Topic: https://lists.openembedded.org/mt/81241073/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
