* BUG - linux-2.5.13/arch/i386/kernel - bluesmoke.c
@ 2002-05-03 7:59 Treeve Jelbert
2002-05-03 7:45 ` Zwane Mwaikambo
0 siblings, 1 reply; 3+ messages in thread
From: Treeve Jelbert @ 2002-05-03 7:59 UTC (permalink / raw)
To: linux-kernel
gcc -D__KERNEL__ -I/usr/src/linux-2.5.13/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
-pipe -mpreferred-stack-boundary=2 -march=athlon
-DKBUILD_BASENAME=bluesmoke -c -o bluesmoke.o bluesmoke.c
bluesmoke.c: In function `intel_thermal_interrupt':
bluesmoke.c:36: warning: implicit declaration of function `ack_APIC_irq'
bluesmoke.c: In function `intel_init_thermal':
bluesmoke.c:92: warning: implicit declaration of function `apic_read'
bluesmoke.c:104: warning: implicit declaration of function `apic_write_around'
-----
make[1]: Leaving directory `/usr/src/linux-2.5.13/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.5.13/arch/i386/vmlinux.lds -e stext
arch/i386/kernel/head.o arch/i386/kernel/init_task.o init/main.o
init/version.o init/do_mounts.o \
--start-group \
arch/i386/kernel/kernel.o arch/i386/mm/mm.o kernel/kernel.o mm/mm.o
fs/fs.o ipc/ipc.o \
/usr/src/linux-2.5.13/arch/i386/lib/lib.a
/usr/src/linux-2.5.13/lib/lib.a /usr/src/linux-2.5.13/arch/i386/lib/lib.a \
drivers/acpi/acpi.o drivers/base/base.o drivers/char/char.o
drivers/block/block.o drivers/misc/misc.o drivers/net/net.o
drivers/media/media.o drivers/char/drm/drm.o drivers/ide/idedriver.o
drivers/scsi/scsidrv.o drivers/cdrom/driver.o drivers/pci/driver.o
drivers/pnp/pnp.o drivers/video/video.o drivers/input/inputdrv.o \
net/network.o \
--end-group \
-o vmlinux
arch/i386/kernel/kernel.o: In function `intel_thermal_interrupt':
arch/i386/kernel/kernel.o(.text+0x7801): undefined reference to `ack_APIC_irq'
arch/i386/kernel/kernel.o: In function `intel_init_thermal':
arch/i386/kernel/kernel.o(.text.init+0x2e41): undefined reference to
`apic_read'
arch/i386/kernel/kernel.o(.text.init+0x2e83): undefined reference to
`apic_write_around'
arch/i386/kernel/kernel.o(.text.init+0x2ea3): undefined reference to
`apic_read'
arch/i386/kernel/kernel.o(.text.init+0x2eb3): undefined reference to
`apic_write_around'
make: *** [vmlinux] Error 1
--
Regards, Treeve
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: BUG - linux-2.5.13/arch/i386/kernel - bluesmoke.c
2002-05-03 7:59 BUG - linux-2.5.13/arch/i386/kernel - bluesmoke.c Treeve Jelbert
@ 2002-05-03 7:45 ` Zwane Mwaikambo
2002-05-03 9:11 ` Dave Jones
0 siblings, 1 reply; 3+ messages in thread
From: Zwane Mwaikambo @ 2002-05-03 7:45 UTC (permalink / raw)
To: Treeve Jelbert; +Cc: linux-kernel
On Fri, 3 May 2002, Treeve Jelbert wrote:
> gcc -D__KERNEL__ -I/usr/src/linux-2.5.13/include -Wall -Wstrict-prototypes
> -Wno-trigraphs -O2 -fomit-frame-pointer -fno-strict-aliasing -fno-common
> -pipe -mpreferred-stack-boundary=2 -march=athlon
> -DKBUILD_BASENAME=bluesmoke -c -o bluesmoke.o bluesmoke.c
> bluesmoke.c: In function `intel_thermal_interrupt':
> bluesmoke.c:36: warning: implicit declaration of function `ack_APIC_irq'
> bluesmoke.c: In function `intel_init_thermal':
> bluesmoke.c:92: warning: implicit declaration of function `apic_read'
> bluesmoke.c:104: warning: implicit declaration of function `apic_write_around'
You need CONFIG_X86_LOCAL_APIC, a proper fix is currently in 2.5-dj
pending a merge.
Thanks,
Zwane
--
http://function.linuxpower.ca
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-05-03 9:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-03 7:59 BUG - linux-2.5.13/arch/i386/kernel - bluesmoke.c Treeve Jelbert
2002-05-03 7:45 ` Zwane Mwaikambo
2002-05-03 9:11 ` Dave Jones
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox