All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/2] qemuarmv5: add softfp
@ 2021-03-10 23:04 Jon Mason
  2021-03-10 23:04 ` [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM Jon Mason
  2021-03-10 23:25 ` [OE-core] [PATCH 1/2] qemuarmv5: add softfp Andre McCurdy
  0 siblings, 2 replies; 10+ messages in thread
From: Jon Mason @ 2021-03-10 23:04 UTC (permalink / raw)
  To: openembedded-core; +Cc: Jon Mason

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 <jon.mason@arm.com>
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


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2021-03-11 13:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-10 23:04 [PATCH 1/2] qemuarmv5: add softfp Jon Mason
2021-03-10 23:04 ` [PATCH 2/2] core-image-sato: qemuarmv5 doesn't work with >256M RAM Jon Mason
2021-03-10 23:30   ` [OE-core] " Andre McCurdy
2021-03-11  3:16     ` Jon Mason
2021-03-11  3:59       ` Khem Raj
2021-03-11 13:08         ` Jon Mason
2021-03-11  4:10       ` Andre McCurdy
2021-03-10 23:25 ` [OE-core] [PATCH 1/2] qemuarmv5: add softfp Andre McCurdy
2021-03-11  3:09   ` Jon Mason
2021-03-11  4:05     ` Andre McCurdy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.