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 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core