All of lore.kernel.org
 help / color / mirror / Atom feed
* External toolchain busybox error
@ 2013-11-04 18:00 jan alexandru vaduva
  0 siblings, 0 replies; only message in thread
From: jan alexandru vaduva @ 2013-11-04 18:00 UTC (permalink / raw)
  To: yocto

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

Hello guys,

I imported an external toolchain into yocto using meta-sourcery layer.
It build fine some userspace recipes and also the kernel but I git some
errors on busybox.

For the busybox the error is:
mips64-nlm-linux-ld
--sysroot=/home/alexandru/Downloads/yocto/poky/buildKernel/tmp/sysroots/xlpev
-m elf64btsmipn64  -r -o applets/built-in.o applets/applets.o
| mips64-nlm-linux-ld: unrecognised emulation mode: elf64btsmipn64
| Supported emulations: elf32btsmipn32 elf32ltsmipn32 elf32btsmip
elf32ltsmip elf64btsmip elf64btsmip_sym32 elf64ltsmip elf64ltsmip_sym32

Does this mean that the emulator is notr supported into yocto?
Is there a way to enable support for it?

It worked to call: mips64-nlm-linux-ld
--sysroot=/home/alexandru/Downloads/yocto/poky/buildKernel/tmp/sysroots/xlpev
-m elf64btsmip  -r -o applets/built-in.o applets/applets.o

which implies defining the emulator as being elf64btsmip but I am trying to
avoid it because it can imply multiple changes to recipes.

Also one assumption I have is maybe the binutils update can solve this
problem, but I do not think that "elf64btsmipn64" is standard.

Sorry for the wall of text.


Thanks for your help,
Alex

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-11-04 18:06 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-11-04 18:00 External toolchain busybox error jan alexandru vaduva

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.