All of lore.kernel.org
 help / color / mirror / Atom feed
* Issues building tinyXML
@ 2012-09-06 14:53 Jack Mitchell
  2012-09-06 14:59 ` Phil Blundell
  0 siblings, 1 reply; 19+ messages in thread
From: Jack Mitchell @ 2012-09-06 14:53 UTC (permalink / raw)
  To: openembedded-devel

I'm failing to be able to build tinyXML which it seems is required for 
XBMC after it was dropped from their internal tree. The package just has 
a Makefile and all in all seems a bit sketchy at best. Has anyone come 
across an error like this before:

    DEBUG: Executing shell function do_compile
    NOTE: make -j 7 -e MAKEFLAGS=
    arm-poky-linux-gnueabi-ld
    --sysroot=/home/jack/Projects/poky-rasp/raspberry/tmp/sysroots/raspberrypi
    -o xmltest -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed tinyxml.o
    tinyxmlparser.o xmltest.o tinyxmlerror.o tinystr.o
    arm-poky-linux-gnueabi-ld: unrecognized option '-Wl,-O1'
    arm-poky-linux-gnueabi-ld: use the --help option for usage information
    make: *** [xmltest] Error 1
    ERROR: oe_runmake failed
    ERROR: Function failed: do_compile (see
    /home/jack/Projects/poky-rasp/raspberry/tmp/work/armv6-vfp-poky-linux-gnueabi/tinyxml-2.6.2-r0/temp/log.do_compile.23734
    for further information)


Recipe so far...

    DESCRIPTION = "A simple, small, C++ XML parser that can be easily
    integrated into other programs"

    LICENSE = "zlib"
    LIC_FILES_CHKSUM =
    "file://tinyxml.cpp;endline=23;md5=b97285d8fafcc49b761ca785816cc397"

    SRC_URI =
    "http://ftp.debian.org/debian/pool/main/t/tinyxml/${PN}_${PV}.orig.tar.gz"

    SRC_URI[md5sum] = "c1b864c96804a10526540c664ade67f0"
    SRC_URI[sha256sum] =
    "15bdfdcec58a7da30adc87ac2b078e4417dbe5392f3afb719f9ba6d062645593"

    S = "${WORKDIR}/tinyxml"


Cheers,


-- 

   Jack Mitchell (jack@embed.me.uk)
   Embedded Systems Engineer
   http://www.embed.me.uk

--




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

end of thread, other threads:[~2012-09-13 18:14 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 14:53 Issues building tinyXML Jack Mitchell
2012-09-06 14:59 ` Phil Blundell
2012-09-06 15:08   ` Jack Mitchell
2012-09-06 15:09     ` Phil Blundell
2012-09-06 15:15       ` Jack Mitchell
2012-09-06 15:16         ` Phil Blundell
2012-09-06 15:19           ` Jack Mitchell
2012-09-06 15:57             ` Jack Mitchell
2012-09-06 16:08               ` Phil Blundell
2012-09-06 16:15                 ` Jack Mitchell
2012-09-06 16:19                   ` Jack Mitchell
2012-09-06 16:19                   ` Phil Blundell
2012-09-06 16:36                     ` Jack Mitchell
2012-09-06 16:42                       ` Koen Kooi
2012-09-06 16:44                       ` Phil Blundell
2012-09-06 19:47                         ` Burton, Ross
2012-09-06 16:46                       ` Phil Blundell
2012-09-07  8:16                       ` Jack Mitchell
2012-09-13 18:01                         ` Andrei Gherzan

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.