Hi Ross

That was the issue! thanks

For the record, this fixes the problem for bobcat architecture (at least for me)

QEMU_EXTRAOPTIONS_bobcat-64 = "-cpu Opteron_G3,check=false"


Thanks!

On Thu, Sep 15, 2016 at 6:27 PM, Burton, Ross <ross.bur...@intel.com> wrote:
> On 15 September 2016 at 09:34, Ricardo Ribalda Delgado <
> ricardo.riba...@gmail.com> wrote:
>
>> MACHINE is qt5022, which is:
>>
>> x86_64 + -march=btver1 -mtune=btver1
>>
>
> So the compiler is probably using instructions that qemu doesn't recognise.
>
> If qemu can pretend to be that machine then you can pass the relevant
> options to qemu in your BSP, see the QEMU_EXTRAOPTIONS variable assignments
> in e.g. tune-corei7.inc.  If qemu can't execute target code then you can
> either ignore the messages or extend qemu.bbclass so that it is possible to
> say "qemu doesn't work" in a BSP.
>
> Ross
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



-- 
Ricardo Ribalda
-- 
_______________________________________________
Openembedded-devel mailing list
Openembedded-devel@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-devel

Reply via email to