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
> 

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to