[parisc-linux] Linux palinux 2.4.19-pre5-pa0 #2 Mon Apr 8 15:16:06 CEST 2002 parisc unknown

Matthew Wilcox willy@debian.org
Mon, 8 Apr 2002 16:03:10 +0100


On Mon, Apr 08, 2002 at 04:51:46PM +0200, joel.soete@freebel.net wrote:
> Hi all,
> 
> It seems to works just still have a problem with modules:
> 
> mkdir -p pcmcia; \
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map  2.4.19-pre5-pa0; fi
> depmod: *** Unresolved symbols in
> /lib/modules/2.4.19-pre5-pa0/kernel/drivers/scsi/scsi_debug.o
> depmod: 	vmalloc
> make: *** [_modinst_post] Error 1
> Mon Apr  8 16:04:06 CEST 2002

You got a warning before this, something like `implicit declaration of
function vmalloc'.  ie you forgot to #include <linux/vmalloc.h>

-- 
Revolutions do not require corporate support.