All of lore.kernel.org
 help / color / mirror / Atom feed
* Issues with xbmc and expat.
@ 2013-08-23  7:42 Martin Ertsaas
  2013-08-23 17:26 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Martin Ertsaas @ 2013-08-23  7:42 UTC (permalink / raw)
  To: openembedded-devel

Hi.

I'm trying to build xbmc, but I am stuck at the following error:

| arm-atto-linux-gnueabi-libtool: link: arm-atto-linux-gnueabi-gcc 
-march=armv7-a -mthumb-interwork -mfloat-abi=hard
--sysroot=/home/martin/Programmering/attolinux/build/tmp-attolinux_next-eglibc-eglibc/sysroots/pandaboard
-shared  -fPIC -DPIC  .libs/psymbol.o .libs/pscan.o .libs/ploader.o
.libs/pinfo.o .libs/pcontrol.o .libs/serial.o .libs/logging.o
.libs/context.o .libs/cpluff.o .libs/util.o .libs/list.o .libs/hash.o
.libs/thread_posix.o   /usr/lib/libexpat.so -ldl  -march=armv7-a
-mthumb-interwork -mfloat-abi=hard
--sysroot=/home/martin/Programmering/attolinux/build/tmp-attolinux_next-eglibc-eglibc/sysroots/pandaboard
-O4 -O2 -mno-apcs-stack-check -Wl,-O1 -Wl,--hash-style=gnu
-Wl,--as-needed   -Wl,-soname -Wl,libcpluff.so.0 -o .libs/libcpluff.so.0.0.3
| /usr/lib/libexpat.so: file not recognized: File format not recognized
| collect2: error: ld returned 1 exit status


What is strange to me is the /usr/lib/libexpat.so inside of there, which
seems like it shouldn't be there. To me it looks like it tries to link
to my host system expat libary, which of course would fail badly. Any
tips on what might be wrong, or how to fix it?

Regards
Martin


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

* Re: Issues with xbmc and expat.
  2013-08-23  7:42 Issues with xbmc and expat Martin Ertsaas
@ 2013-08-23 17:26 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2013-08-23 17:26 UTC (permalink / raw)
  To: openembedded-devel


On Aug 23, 2013, at 12:42 AM, Martin Ertsaas <martiert@gmail.com> wrote:

> Hi.
> 
> I'm trying to build xbmc, but I am stuck at the following error:
> 
> | arm-atto-linux-gnueabi-libtool: link: arm-atto-linux-gnueabi-gcc 
> -march=armv7-a -mthumb-interwork -mfloat-abi=hard
> --sysroot=/home/martin/Programmering/attolinux/build/tmp-attolinux_next-eglibc-eglibc/sysroots/pandaboard
> -shared  -fPIC -DPIC  .libs/psymbol.o .libs/pscan.o .libs/ploader.o
> .libs/pinfo.o .libs/pcontrol.o .libs/serial.o .libs/logging.o
> .libs/context.o .libs/cpluff.o .libs/util.o .libs/list.o .libs/hash.o
> .libs/thread_posix.o   /usr/lib/libexpat.so -ldl  -march=armv7-a
> -mthumb-interwork -mfloat-abi=hard
> --sysroot=/home/martin/Programmering/attolinux/build/tmp-attolinux_next-eglibc-eglibc/sysroots/pandaboard
> -O4 -O2 -mno-apcs-stack-check -Wl,-O1 -Wl,--hash-style=gnu
> -Wl,--as-needed   -Wl,-soname -Wl,libcpluff.so.0 -o .libs/libcpluff.so.0.0.3
> | /usr/lib/libexpat.so: file not recognized: File format not recognized
> | collect2: error: ld returned 1 exit status
> 
> 
> What is strange to me is the /usr/lib/libexpat.so inside of there, which
> seems like it shouldn't be there. To me it looks like it tries to link
> to my host system expat libary, which of course would fail badly. Any
> tips on what might be wrong, or how to fix it?

most probably hosed up libtool, make sure that libtool scripts in there are 2.4 compatible and can
understand sysroot.

> 
> Regards
> Martin
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel



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

end of thread, other threads:[~2013-08-23 17:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-23  7:42 Issues with xbmc and expat Martin Ertsaas
2013-08-23 17:26 ` Khem Raj

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.