All of lore.kernel.org
 help / color / mirror / Atom feed
* MULTILIB builds with Yocto: Status?
@ 2013-11-20 14:17 Nick D'Ademo
  2013-11-24  9:53 ` Nick D'Ademo
  0 siblings, 1 reply; 4+ messages in thread
From: Nick D'Ademo @ 2013-11-20 14:17 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1047 bytes --]

From what I've read so far, by adding the following to the local.conf file
(e.g. for a x86_64 build; in my case for the Intel NUC machine), Yocto will
build an image which also contains 32-bit compiled system libraries (+ any
32-bit packages/recipes you have specified):

require conf/multilib.conf
MULTILIBS = "multilib:lib32"
DEFAULTTUNE_virtclass-multilib-lib32 = "x86"

However, running BitBake with the above added to local.conf results in a
large number of build errors. To name a few:

grub_2.0.0.bb:
...
| checking whether the C compiler works... no
| configure: error: in
`/home/nick/poky/build/tmp/work/x86_64-poky-linux/grub/2.00-r1/build':
| configure: error: C compiler cannot create executables
...

ntp_4.2.6p5.bb:
...
| configure: exit 77
| ERROR: oe_runconf failed
...

Is there something I'm missing here? What is the status of MULTILIB support
with Yocto? Has anyone attempted it lately?

[The following guide seems a little outdated:
https://wiki.yoctoproject.org/wiki/Multilib]

Thanks,
Nick

[-- Attachment #2: Type: text/html, Size: 1430 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-11-25 10:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20 14:17 MULTILIB builds with Yocto: Status? Nick D'Ademo
2013-11-24  9:53 ` Nick D'Ademo
2013-11-24 14:43   ` Nick D'Ademo
2013-11-25 10:17     ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.