[OE-core] [oe-core][PATCH 1/1] qemumips64: no qemu-usermode for n32

Mark Hatle mark.hatle at windriver.com
Tue Oct 31 13:37:26 UTC 2017


On 10/31/17 4:41 AM, Alexander Kanavin wrote:
> On 10/31/2017 02:39 AM, Slater, Joseph wrote:
>> Could be a multilib issue.  I do see that these constructs work in a poky build environment.  Are there any "standard" configurations that enable multilib?  I am typically building in a (surprise!) Wind River build environment which does support multilib.
>>
> 
> Can you share your multilib config then and steps to trigger the 
> failure? Does it happen in a plain poky environment?

Edit your local.conf, add the following:

MULTILIBS ?= ""
require conf/multilib.conf
MULTILIB_GLOBAL_VARIANTS_append = " libn32"
MULTILIBS ?= "multilib:lib32 multilib:libn32"
DEFAULTTUNE_virtclass-multilib-lib32 ?= "mips"
DEFAULTTUNE_virtclass-multilib-libn32 ?= "mips64-n32"

(note, we have this implemented in the -distro.conf- file.  But it should behave
the same in the local.conf)

--Mark

> Alex
> 




More information about the Openembedded-core mailing list