[oe] Openembedded-devel Digest, Vol 43, Issue 98

Jay Snyder jay.snyder at tycoelectronics.com
Tue Feb 23 13:47:52 UTC 2010


>
>
> 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.     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.

Thanks,
Jay




More information about the Openembedded-devel mailing list