Openembedded Core Discussions
 help / color / mirror / Atom feed
* How to avoid the poisoned sysroot?
@ 2016-03-19  9:46 Mike Looijmans
  2016-03-19 12:16 ` Richard Purdie
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Looijmans @ 2016-03-19  9:46 UTC (permalink / raw)
  To: openembedded-core

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?

-- 
Mike Looijmans


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: How to avoid the poisoned sysroot?
  2016-03-19  9:46 How to avoid the poisoned sysroot? Mike Looijmans
@ 2016-03-19 12:16 ` Richard Purdie
  0 siblings, 0 replies; 2+ messages in thread
From: Richard Purdie @ 2016-03-19 12:16 UTC (permalink / raw)
  To: Mike Looijmans, openembedded-core

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




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-03-19 12:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-19  9:46 How to avoid the poisoned sysroot? Mike Looijmans
2016-03-19 12:16 ` Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox