Thomas Petazzoni wrote: > Hello, > > While trying to compile uClibc, I get an error concerning Linux kernel > headers. The file include/asm-mips/user.h includes the file asm/reg.h, > but the file include/asm-mips/reg.h doesn't exist. So the EF_SIZE symbol > required by the definition of the user structure is not declared. > > I checked the linux-mips CVS but couldn't find this file. > > How should I proceed ? Use configured headers. reg.h starts with: #ifndef _ASM_REG_H #define _ASM_REG_H /* * DO NOT MODIFY. * * This file was generated by arch/mips/Makefile * */ Thiemo