On Sun, Jan 16, 2005 at 03:43:14PM +0200, Alexey Dobriyan wrote:
> It screwes checking kernel tree if kernel CC is different from CC sparse was 
> built with.
> 
> $ make -k C=2 CC=/usr/local/gcc-4.0/bin/gcc
> 
> ? CHECK ? init/main.c
> /usr/local/gcc-4.0/lib/gcc/i686-pc-linux-gnu/4.0.0/include/asm/posix_types.h:13:11:
>  
> error: unable to open 'features.h'
> make[1]: *** [init/main.o] Error 1

What's the output of:
/usr/local/gcc-4.0/bin/gcc --print-file-name=include

It smells like a misconfigured gcc - which we hit by this stricter
implmentation.

        Sam
-
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to