2002-02-28 04:38:56

by Benjamin Pharr

[permalink] [raw]
Subject: .text problems in 2.5.6-pre1

make[2]: Leaving directory `/usr/src/linux-2.5.6-pre1/arch/i386/lib'
make[1]: Leaving directory `/usr/src/linux-2.5.6-pre1/arch/i386/lib'
ld -m elf_i386 -T /usr/src/linux-2.5.6-pre1/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.6-pre1/arch/i386/lib/lib.a /usr/src/linux-2.5.6-pre1/lib/lib.a /usr/src/linux-2.5.6-pre1/arch/i386/lib/lib.a \
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/agp/agp.o drivers/char/drm/drm.o drivers/ide/idedriver.o drivers/cdrom/driver.o sound/sound.o drivers/pci/driver.o drivers/pnp/pnp.o drivers/video/video.o drivers/usb/usbdrv.o \
net/network.o \
--end-group \
-o vmlinux
drivers/char/drm/drm.o: In function `i810_dma_initialize':
drivers/char/drm/drm.o(.text+0x1dc19): undefined reference to `virt_to_bus_not_defined_use_pci_map'
make: *** [vmlinux] Error 1


Attachments:
(No filename) (144.00 B)
error_log (1.07 kB)
Download all attachments

2002-02-28 05:13:27

by Keith Owens

[permalink] [raw]
Subject: Re: .text problems in 2.5.6-pre1

On Wed, 27 Feb 2002 22:34:41 -0600,
Benjamin Pharr <[email protected]> wrote:
>I saw a couple of mentions in the changelog that the .text problem had
>been fixed in this version. However, I found this one while compiling:
>drivers/char/drm/drm.o: In function `i810_dma_initialize':
>drivers/char/drm/drm.o(.text+0x1dc19): undefined reference to `virt_to_bus_not_defined_use_pci_map'

That has nothing to do with the .text problem. DRM is using an old PCI
API.