Alan Eldridge wrote:
> Trying to build the current CVS kernel (20010720.1437), I'm getting undef'd
> syms in hisax.o when doing make_install. This is some sort of PCMCIA device
> driver. Any cluez? Or should I just pull cvs and try again?
>
> find kernel -path '*/pcmcia/*' -name '*.o' | xargs -i -r ln -sf ../{} pcmcia
> if [ -r System.map ]; then /sbin/depmod -ae -F System.map -b
> /home/alane/rpm/tmp/kernel-2.4.7-root -r 2.4.7-SGI_XFS_cvs.20010720.0; fi
> depmod: *** Unresolved symbols in
> /home/alane/rpm/tmp/kernel-2.4.7-root/lib/modules/2.4.7-SGI_XFS_cvs.20010720.0/kernel/drivers/isdn/hisax/hisax.o
> depmod: jiftime
> make: *** [_modinst_post] Error 1
> error: Bad exit status from /home/alane/rpm/tmp/rpm-tmp.32927 (%build)
>
> --
> Alan Eldridge
> from std_disclaimer import *
hisax.o is a driver isdn for simens chipset. I have build cvs kernel without
errors by disabling passive isdn card.
|