On Tue, Feb 23, 2010 at 5:47 AM, Jay Snyder <[email protected]> wrote: >> >> >> try the following: >> TARGET_CC_ARCH += "${LDFLAGS}" >> This should resolve your problems if you build your executable from >> within your OE buildsystem. >> In very rare cases (e.g. when you build some programs outside of OE >> but use OE to package all) it could be useful to use the following: >> INSANE_SKIP_objc = "True" >> AFAIK that sould not be commonly used, but it worked for me. >> >> majo >> > > Updating my GCC recipe with a "git pull" worked (the INSANE_SKIP_obj line > got added sometime recently). > > The TARGET_CC_ARCH += "${LDFLAGS}" fix is the first thing that I try when i > get this problem, and usually fixes it, although there are some packages > that required patching Makefile.ac files throughout the project.
if you have a list of packages that would be helpful. Generally packages should respect LDFLAGS if they dont then probably they should be fixed. As I > just stated in another reply, when I get beyond the current project time > crunch (coming up on a release deadline), I will submit my recipe patches > for inclusion in the OE git repository. Thats nice. > > Thanks, > Jay > > _______________________________________________ > Openembedded-devel mailing list > [email protected] > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
