Installing headers with 0.9.29 spawns gcc errors

Paul Brook paul at codesourcery.com
Sat May 19 13:05:00 UTC 2007


On Saturday 19 May 2007, Yann E. MORIN wrote:
> Mike, Paul,
> All,
>
> On Saturday 19 May 2007 08:35, Mike Frysinger wrote:
> > On Friday 18 May 2007, Yann E. MORIN wrote:
> > > So, to build a cross-toolchain with uClibc, we need, in order:
> >
> > the only header that gets generated is bits/sysnum.h and the only thing
> > that uses that is syscall.h ... which gcc doesnt use, so it isnt really
> > too much of an issue ...
>
> Ah, good. Or not so good. That means we need to move generation of sysnum.h
> from the headers step to the 'full' lib build step. 

Right. You need to separate generation of internal headers (ie. sysnum.h) from 
user-visible headers (those installed by install-headers).

Paul



More information about the uClibc mailing list