[Buildroot] Built mipsel cross-compiler error on buildroot

Pavel Roskin proski at gnu.org
Wed Nov 29 05:31:55 UTC 2006


On Wed, 2006-11-29 at 13:11 +0800, Doug Brewer wrote:

> I tried to use buildroot snpashots(20061128) to build mipsel cross-compiler,
> I got the following errors;

> /home/brewer/buildroot/toolchain_build_mipsel/uClibc_dev//usr/include/asm/sigcon
> text.h:12:25: asm/sgidefs.h: No such file or directory

This looks like an inconsistency in the kernel headers.
asm/sigcontext.h is present, but asm/sgidefs.h is not (at least where
it's expected to be).

Make sure you have unifdef installed.  Try varying the version of the
kernel headers (e.g if it's 2.4.x, try 2.6.x and vice versa).  If it
doesn't help, try the released version of uClibc.  Also try another
compiler version (I would start with gcc 4.1.1).

-- 
Regards,
Pavel Roskin





More information about the buildroot mailing list