Re: problem with unresolved symbols 2.5.46

Randy.Dunlap (rddunlap@osdl.org)
Wed, 6 Nov 2002 20:32:16 -0800 (PST)


On 7 Nov 2002, mike wrote:

| I am, getting the following error at the end of a kernel compile
|
| make -f scripts/Makefile.modinst obj=arch/i386/lib
| if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.46; fi
| depmod: *** Unresolved symbols in
| /lib/modules/2.5.46/kernel/drivers/char/raw.o
| depmod: blkdev_ioctl
|
| I have tried with gcc 3.2 and 2.96 no difference

You are trying to build the 'raw' driver as a module.
Either build it in-kernel or find the patch for this that
was posted last Thurs. or Friday by Bob Miller (rem@osdl.org).

-- 
~Randy

- 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/