Re: 2.5.14-dj1: misc.o: undefined reference to `__io_virt_debug'

Dave Jones (davej@suse.de)
Tue, 7 May 2002 23:50:17 +0200


On Tue, May 07, 2002 at 03:40:35PM -0700, Martin J. Bligh wrote:
> > ld -m elf_i386 -Ttext 0x100000 -e startup_32 -o bvmlinux head.o misc.o
> > piggy.o
> Seems like you're not linking in lib/iodebug.c for some reason.
> outb_quad calls readb, which calls __io_virt, which calls __io_virt_debug,
> which is defined in iodebug.c

Problem seems to be that piggy.o is compressed, and hence has no
matching symbol to link to. Fun.

-- 
| Dave Jones.        http://www.codemonkey.org.uk
| SuSE Labs
-
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/