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 -mcpu=cortex-a8 conflicts with -march=armv5e switc
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: selected processor does not suppo
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: sele
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: sele
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
---
meta/recipes-devtools/valgrind/valgrind_3.11.0.bb | 8 +---
1 file changed, 5 insertio
On 01/07/2016 11:39 PM, Burton, Ross wrote:
On 7 January 2016 at 21:03, Andre McCurdy mailto:armccu...@gmail.com>> 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
patc
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
--
___
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.
> Signed-off-by: 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 a/meta/recipes-devtool