Re: 2.4.0-test6-pre6 -- unresolved symbols in 3c59x.o, ppp_generic.o, 3c575_cb.o -- softirq_state

Keith Owens (kaos@ocs.com.au)
Mon, 07 Aug 2000 16:49:44 +1000


On Sun, 06 Aug 2000 23:10:28 -0700,
Miles Lane <miles@speakeasy.org> wrote:
>make[1]: Leaving directory `/usr/src/linux/arch/i386/math-emu'
>cd /lib/modules/2.4.0-test6; \
>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.0-test6;
>fi
>depmod: *** Unresolved symbols in /lib/modules/2.4.0-test6/net/3c59x.o
>depmod: softirq_state
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.0-test6/net/ppp_generic.o
>depmod: softirq_state
>depmod: *** Unresolved symbols in
>/lib/modules/2.4.0-test6/pcmcia/3c575_cb.o
>depmod: softirq_state
>
>I did run "make oldconfig && make clean" before attempting to build
>the kernel.

rm -rf /lib/modules/2.4.0-test6
make modules_install

You have some old modules from earlier 2.4.0-test6-prex kernels.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/