* 2.6.9-ac10 compile error
@ 2004-11-20 9:15 haiquy
2004-11-19 22:42 ` Alan Cox
0 siblings, 1 reply; 2+ messages in thread
From: haiquy @ 2004-11-20 9:15 UTC (permalink / raw)
To: linux-kernel
I got compile error with 2.6.9-ac10
root@perfectpc:/home/linux-2.6.9# make bzImage modules>/dev/null
In file included from drivers/atm/../../include/asm/byteorder.h:5:
/usr/include/linux/compiler.h:1:2: warning: #warning "You shouldn't be using this header"
drivers/pnp/pnpbios/core.c: In function `pnpbios_init':
drivers/pnp/pnpbios/core.c:541: error: `acpi_disabled' undeclared (first use in this function)
drivers/pnp/pnpbios/core.c:541: error: (Each undeclared identifier is reported only once
drivers/pnp/pnpbios/core.c:541: error: for each function it appears in.)
make[3]: *** [drivers/pnp/pnpbios/core.o] Error 1
make[2]: *** [drivers/pnp/pnpbios] Error 2
make[1]: *** [drivers/pnp] Error 2
make: *** [drivers] Error 2
gcc version 3.4.2
Steve Kieu
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.9-ac10 compile error
2004-11-20 9:15 2.6.9-ac10 compile error haiquy
@ 2004-11-19 22:42 ` Alan Cox
0 siblings, 0 replies; 2+ messages in thread
From: Alan Cox @ 2004-11-19 22:42 UTC (permalink / raw)
To: haiquy; +Cc: Linux Kernel Mailing List
On Sad, 2004-11-20 at 09:15, haiquy@yahoo.com wrote:
> I got compile error with 2.6.9-ac10
>
> root@perfectpc:/home/linux-2.6.9# make bzImage modules>/dev/null
> In file included from drivers/atm/../../include/asm/byteorder.h:5:
> /usr/include/linux/compiler.h:1:2: warning: #warning "You shouldn't be using this header"
> drivers/pnp/pnpbios/core.c: In function `pnpbios_init':
> drivers/pnp/pnpbios/core.c:541: error: `acpi_disabled' undeclared (first use in this function)
> drivers/pnp/pnpbios/core.c:541: error: (Each undeclared identifier is reported only once
> drivers/pnp/pnpbios/core.c:541: error: for each function it appears in.)
Thanks. That test needs an #ifdef CONFIG_ACPI around it. I've already
put out -ac11 but will fix in -ac12 (or say Y to ACPI).
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-11-20 0:03 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-20 9:15 2.6.9-ac10 compile error haiquy
2004-11-19 22:42 ` Alan Cox
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox