On 8/4/16 7:34 AM, Martin Jansa wrote: > On Mon, Aug 01, 2016 at 10:49:35AM +0000, [email protected] wrote: >> > rpurdie pushed a commit to branch master >> > in repository openembedded-core. >> > >> > commit 7ad0009d9282bd2af15b8b5d26a20a321cab0a32 >> > Author: Maxin B. John <[email protected]> >> > AuthorDate: Wed Jul 27 16:02:51 2016 +0300 >> > >> > libtasn1: upgrade to 4.9 >> > >> > 4.8 -> 4.9 > This fails to build: > > | In file included from ../../libtasn1-4.9/lib/structure.c:32:0: > | ../../libtasn1-4.9/lib/parser_aux.h:97:1: error: inlining failed in > call to '_asn1_set_down': call is unlikely and code size would grow > [-Werror=inline] > | _asn1_set_down (asn1_node node, asn1_node down) > | ^~~~~~~~~~~~~~ > >
optimize for size is causing this, you should ignore Werror=inline with -Os, its just information at this point.
signature.asc
Description: OpenPGP digital signature
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
