[klibc] klibc kernelheaders build failure on mips/mipsel

Ralf Baechle ralf at linux-mips.org
Mon Jul 30 05:05:57 PDT 2007


On Sun, Jul 29, 2007 at 06:43:23AM -0700, H. Peter Anvin wrote:

> >  In file included from usr/klibc/arch/mips/crt0.S:11:
> >  usr/include/arch/mips/machine/asm.h:8:24: error: asm/regdef.h: No such
> >  file or directory
> >  usr/include/arch/mips/machine/asm.h:9:21: error: asm/asm.h: No such file
> >  or directory
> >
> >  i'm not sure if you want to export both headers in the make
> >  kernelheaders target or if it is the fault of klibc to assume
> >  that those are available?
> >
> 
> If I remember correctly (sorry, I'm on the road at the moment), those 
> files should be exportable.  They wouldn't be all that hard to replicate 
> in klibc, though.

<asm/asm.h> would need to add __KERNEL__ wrappers around the CONFIG_* bits.
In addition you probably want to have <asm/fpregdef.h> exported.  With a
few changes you should be able to get away without using <asm/sgidefs.h>.

  Ralf



More information about the klibc mailing list