From: Martin Jansa <martin.jansa@gmail.com>
To: Patches and discussions about the oe-core layer
<openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 3/8] pulseaudio-0.9.23: force ARM mode
Date: Tue, 25 Oct 2011 09:26:58 +0200 [thread overview]
Message-ID: <20111025072658.GF3602@jama.jama.net> (raw)
In-Reply-To: <1319286826.3310.1.camel@lenovo.internal.reciva.com>
[-- Attachment #1: Type: text/plain, Size: 2122 bytes --]
On Sat, Oct 22, 2011 at 01:33:46PM +0100, Phil Blundell wrote:
> On Fri, 2011-10-21 at 18:16 +0200, Martin Jansa wrote:
> > On Fri, Oct 21, 2011 at 08:40:20AM -0700, Khem Raj wrote:
> > > On Fri, Oct 21, 2011 at 1:17 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> > > > Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> > > > ---
> > > > .../pulseaudio/pulseaudio_0.9.23.bb | 1 +
> > > > 1 files changed, 1 insertions(+), 0 deletions(-)
> > > >
> > > > diff --git a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb
> > > > index 4ac2418..2f872b8 100644
> > > > --- a/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb
> > > > +++ b/meta/recipes-multimedia/pulseaudio/pulseaudio_0.9.23.bb
> > > > @@ -23,3 +23,4 @@ do_compile_prepend() {
> > > > cp ${STAGING_LIBDIR}/libltdl* ${S}/libltdl
> > > > }
> > > >
> > > > +ARM_INSTRUCTION_SET = "arm"
> > >
> > > not averse to patch but it would be nice to know what fails in thumb mode.
> >
> > selected processor does not support Thumb mode `swp r1,r2,[r3]'
>
> If it's only that one error (presumably some kind of home-grown atomic
> operation) then let's just fix the code in question rather than forcing
> the whole thing to build in ARM-state. Or if the code is hard to fix,
> patch the makefile so that only the particular source files with the
> assembly in are built for ARM and let the rest stay as Thumb. Making
> the whole package be ARM is a bit of a heavyweight fix for that issue.
That's why I've called it work around in cover, because I think that fixing it in
old 0.9.23 is not worth it, we can try to fix it in 1.1 when we have it.
And it's not the only one error, I've updated commit message with bigger
chunk of log in
http://git.openembedded.org/openembedded-core-contrib/log/?h=jansa/pull
and for om-gta02 (armv4t) it's about
selected processor does not support Thumb mode `mla r3,r7,r0,r3'
while swp was from spitz (armv5te).
Regards,
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
next prev parent reply other threads:[~2011-10-25 7:33 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-10-21 8:17 [PATCH 0/8] Subversion-1.7.0 and arm/thumb work arounds Martin Jansa
2011-10-21 8:17 ` [PATCH 1/8] pulseaudio-0.9.23: inherit perlnative to work around build on host without XML/Parser.pm Martin Jansa
2011-10-21 8:17 ` [PATCH 2/8] libatomics-ops: force ARM mode Martin Jansa
2011-10-21 8:43 ` Henning Heinold
2011-10-21 8:48 ` Martin Jansa
2011-10-21 16:06 ` Khem Raj
2011-10-21 16:21 ` Martin Jansa
2011-10-21 14:45 ` Mark Hatle
2011-10-21 8:17 ` [PATCH 3/8] pulseaudio-0.9.23: " Martin Jansa
2011-10-21 8:29 ` Koen Kooi
2011-10-21 15:40 ` Khem Raj
2011-10-21 15:47 ` Koen Kooi
2011-10-21 16:16 ` Martin Jansa
2011-10-21 17:13 ` Saul Wold
2011-10-22 12:33 ` Phil Blundell
2011-10-25 7:26 ` Martin Jansa [this message]
2011-10-25 21:50 ` Phil Blundell
2011-10-21 8:17 ` [PATCH 4/8] webkit-gtk: force arm mode to work around binutils segfault Martin Jansa
2011-10-21 15:38 ` Khem Raj
2011-10-21 8:17 ` [PATCH 5/8] apr: add native support Martin Jansa
2011-10-21 8:17 ` [PATCH 6/8] neon: " Martin Jansa
2011-10-21 8:17 ` [PATCH 7/8] apr-util: " Martin Jansa
2011-10-21 8:17 ` [PATCH 8/8] subversion: add 1.7.0 with native support and negative D_P for now Martin Jansa
2011-10-21 9:48 ` [PATCH] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI Martin Jansa
2011-10-21 11:26 ` Martin Jansa
2011-10-21 13:11 ` [PATCH] subversion-1.6.15: add native support too Martin Jansa
2011-10-26 19:54 ` Saul Wold
2011-10-22 17:24 ` [PATCH] base.bbclass: add subversion-native to DEPENDS if there is svn:// in SRC_URI Saul Wold
2011-10-26 19:54 ` [PATCH 0/8] Subversion-1.7.0 and arm/thumb work arounds Saul Wold
2011-10-26 20:13 ` Martin Jansa
2011-11-07 19:13 ` Saul Wold
2011-11-07 22:34 ` Martin Jansa
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20111025072658.GF3602@jama.jama.net \
--to=martin.jansa@gmail.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox