[OE-core] [PATCH] v86d: Fix cross link using host-cross ar

Richard Purdie richard.purdie at linuxfoundation.org
Mon Jun 11 12:51:03 UTC 2012


On Fri, 2012-06-08 at 16:57 -0500, Jason Wessel wrote:
> If building on 32bit host and creating 64bit libraries, the target
> package builds should not invoke the 32bit hosts's ar.  Specifically
> you will get an error message like:
> 
> x86_64-linux-gcc  -m64 --sysroot=/opt/qemux86-64/tmp/sysroots/qemux86-64 -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -Llibs/x86emu v86_x86emu.o v86_mem.o v86_common.o  v86.o -lx86emu -o v86d
> libs/x86emu/libx86emu.a: could not read symbols: Archive has no index; run ranlib to add one
> collect2: error: ld returned 1 exit status
> 
> Signed-off-by: Jason Wessel <jason.wessel at windriver.com>
> ---
>  meta/recipes-bsp/v86d/v86d/ar-from-env.patch |   33 ++++++++++++++++++++++++++
>  meta/recipes-bsp/v86d/v86d_0.1.10.bb         |    5 ++-
>  2 files changed, 36 insertions(+), 2 deletions(-)
>  create mode 100644 meta/recipes-bsp/v86d/v86d/ar-from-env.patch

Merged to master, thanks.

Richard





More information about the Openembedded-core mailing list