![]() | |||||||||||||
Messages in this thread |
On Fri, 23 Nov 2001, matthieu foillard wrote: > > make[2]: Leaving directory `/usr/src/linux/arch/ppc/xmon' > ld -T arch/ppc/vmlinux.lds -Ttext 0xc0000000 -Bstatic arch/ppc/kernel/head.o init/main.o init/version.o \ > --start-group \ > arch/ppc/kernel/kernel.o arch/ppc/mm/mm.o arch/ppc/lib/lib.o kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o arch/ppc/xmon/x.o \ > drivers/char/char.o drivers/block/block.o drivers/misc/misc.o drivers/net/net.o drivers/media/media.o drivers/ide/idedriver.o drivers/cdrom/driver.o drivers/sound/sounddrivers.o drivers/pci/driver.o drivers/pcmcia/pcmcia.o drivers/net/wireless/wireless_net.o drivers/macintosh/macintosh.o drivers/video/video.o drivers/usb/usbdrv.o drivers/input/inputdrv.o \ > net/network.o \ > /usr/src/linux/lib/lib.a \ > --end-group \ > -o vmlinux > kernel/kernel.o: In function `show_task': > kernel/kernel.o(.text+0x17e0): undefined reference to `show_trace_task' > kernel/kernel.o(.text+0x17e0): relocation truncated to fit: R_PPC_REL24 show_trace_task > make[1]: *** [vmlinux] Erreur 1 I'm seeing this on sparc as well. This is because show_trace_task() is called from kernel/sched.c, and is only implemented in i386/kernel/. This means that other architectures that don't implement it will break. The sparc tree is equally broken too. -- (missing signature and missing his address book coz he forgot to copy them over from his old box to the new 1GHz laptop.. what a twat, eh?) - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ | ||||||||||||
| Last update: 2005-03-22 12:13 [W:0.113 / U:0.210 seconds] ©2003-2008 Jasper Spaans | |||||||||||||