[oe] Issues building tinyXML

Phil Blundell philb at gnu.org
Thu Sep 6 15:16:58 UTC 2012


On Thu, 2012-09-06 at 16:15 +0100, Jack Mitchell wrote:
> On 06/09/12 16:09, Phil Blundell wrote:
> > On Thu, 2012-09-06 at 16:08 +0100, Jack Mitchell wrote:
> >> So, would the best way to fix it be something like:
> >>
> >> do_compile() {
> >>       run_oemake LD="${CCLD}"
> >> }
> > Yes, probably.  Or I guess you can just do:
> >
> > LD = "${CCLD}"
> >
> > somewhere else in your .bb file.

Oh, right.  It's a C++ program so what you actually need is LD="${CXX}".

p.






More information about the Openembedded-devel mailing list