Re: 2.6.17-rc1-mm3] doesn't compile (msi/smp.h compile error)

From: Andrew Morton
Date: Wed Apr 19 2006 - 03:27:40 EST


jurriaan <thunder7@xxxxxxxxx> wrote:
>
> INTEL :make bzImage
> CHK include/linux/version.h
> CHK include/linux/compile.h
> CC drivers/pci/msi-apic.o
> In file included from include/asm/msi.h:11,
> from drivers/pci/msi.h:71,
> from drivers/pci/msi-apic.c:8:
> include/asm/smp.h:104: error: syntax error before '->' token
> make[2]: *** [drivers/pci/msi-apic.o] Error 1
> make[1]: *** [drivers/pci] Error 2
> make: *** [drivers] Error 2
>
> #
> # Automatically generated make config: don't edit

There's something wrong with the .config you've sent. When I put it into a
2.6.17-rc1-mm3 tree and do `make oldconfig' there are a huge number of
promptings and CONFIG_PCI_MSI ends up getting disabled, so
drivers/pci/msi-apic.c won't be compiled anyway.

So I think you need to send the real .config, please.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/