[Linus isn't CC'ed because osdl.org banned mail.ru]

On Sunday 16 January 2005 18:11, Sam Ravnborg wrote:
> 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_type
> >s.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.

$ /usr/local/gcc-4.0/bin/gcc --print-file-name=include
/usr/local/gcc-4.0/lib/gcc/i686-pc-linux-gnu/4.0.0/include

I moved ^^^^^^^^^/asm/posix_types.h and everything is ok now. Thanks.

        Alexey
-
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