[OE-core] How to avoid the poisoned sysroot?

Richard Purdie richard.purdie at linuxfoundation.org
Sat Mar 19 12:16:28 UTC 2016


On Sat, 2016-03-19 at 10:46 +0100, Mike Looijmans wrote:
> After this commit:
>    
> http://comments.gmane.org/gmane.comp.handhelds.openembedded.scm/81849
> 
> some recipes fail with strange errors like:
>    "fatal error: stdint.h: No such file or directory"
> 
> What is wrong with the target recipe when this happens? What's
> expected 
> of me?

It means that something is calling the cross compiler or linker but
losing our flags, particularly the --sysroot one. You need to ensure
the flags are getting passed in.

Cheers,

Richard





More information about the Openembedded-core mailing list