Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread Andre McCurdy
On Tue, Jan 12, 2016 at 6:18 PM, dengke...@windriver.com wrote: > Hi Alexander > > I got valgrind do_compile error: > > MACHINE = "qemuarm" > $ bitbake valgrind > > warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch > | {standard input}:25: Error:

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread Khem Raj
On Tue, Jan 12, 2016 at 7:23 PM, Andre McCurdy wrote: > On Tue, Jan 12, 2016 at 6:18 PM, dengke...@windriver.com > wrote: >> Hi Alexander >> >> I got valgrind do_compile error: >> >> MACHINE = "qemuarm" >> $ bitbake valgrind >> >> warning: switch

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread dengke...@windriver.com
Hi Alexander I got valgrind do_compile error: MACHINE = "qemuarm" $ bitbake valgrind warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch | {standard input}:25: Error: selected processor does not support ARM mode `movw r3,#:lower16:primary_map' | {standard input}:28: Error:

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-12 Thread dengke...@windriver.com
Hi Alexander I got valgrind do_compile error: MACHINE = "qemuarm" $ bitbake valgrind warning: switch -mcpu=cortex-a8 conflicts with -march=armv5e switch | {standard input}:25: Error: selected processor does not support ARM mode `movw r3,#:lower16:primary_map' | {standard input}:28: Error:

[OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-08 Thread Alexander Kanavin
From: Andre McCurdy Valgrind has been tested on armv5te/qemuarm, so it seems that valgrind's configure check for armv7 is over cautious. Signed-off-by: Andre McCurdy Signed-off-by: Alexander Kanavin ---

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-08 Thread Alexander Kanavin
On 01/07/2016 11:39 PM, Burton, Ross wrote: On 7 January 2016 at 21:03, Andre McCurdy > wrote: Ping. This is more urgent now that arch-armv7ve.inc has been merged to oe-core master. Sadly 3.11 totally breaks on PPC, so that's blocking.

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-07 Thread Andre McCurdy
On Tue, Dec 22, 2015 at 3:57 PM, Andre McCurdy wrote: > Valgrind has been tested on armv5te/qemuarm, so it seems > that valgrind's configure check for armv7 is over cautious. Ping. This is more urgent now that arch-armv7ve.inc has been merged to oe-core master. >

Re: [OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2016-01-07 Thread Burton, Ross
On 7 January 2016 at 21:03, Andre McCurdy wrote: > Ping. This is more urgent now that arch-armv7ve.inc has been merged to > oe-core master. > Sadly 3.11 totally breaks on PPC, so that's blocking. Maybe rebase the patch to master before the 3.11 upgrade? Ross --

[OE-core] [PATCH 2/3] valgrind: don't restrict to armv7a

2015-12-22 Thread Andre McCurdy
Valgrind has been tested on armv5te/qemuarm, so it seems that valgrind's configure check for armv7 is over cautious. Signed-off-by: Andre McCurdy --- meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git