* problem with unresolved symbols 2.5.46
@ 2002-11-07 3:04 mike
0 siblings, 0 replies; 3+ messages in thread
From: mike @ 2002-11-07 3:04 UTC (permalink / raw)
To: linux-kernel
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
--
Linux, Gnome what more do you need
http://www.redtux.demon.co.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* problem with unresolved symbols 2.5.46
@ 2002-11-07 3:04 mike
2002-11-07 4:32 ` Randy.Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: mike @ 2002-11-07 3:04 UTC (permalink / raw)
To: linux-kernel
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
--
Linux, Gnome what more do you need
http://www.redtux.demon.co.uk
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: problem with unresolved symbols 2.5.46
2002-11-07 3:04 mike
@ 2002-11-07 4:32 ` Randy.Dunlap
0 siblings, 0 replies; 3+ messages in thread
From: Randy.Dunlap @ 2002-11-07 4:32 UTC (permalink / raw)
To: mike; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-11-07 4:30 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-11-07 3:04 problem with unresolved symbols 2.5.46 mike
-- strict thread matches above, loose matches on Subject: below --
2002-11-07 3:04 mike
2002-11-07 4:32 ` Randy.Dunlap
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.