Re: 2.4.[01] and duron - unresolved symbol _mmx_memcpy

2001-02-12 Thread Keith Owens
On Tue, 13 Feb 2001 07:47:33 +0100, "Ph. Marek" <[EMAIL PROTECTED]> wrote: >and the modules dependencies are not all set! >make modules_install does not check for modules compilation - says >"cp: file not found". I think that's because modules_install doesn't >depend on the modules Correct. The

Re: 2.4.[01] and duron - unresolved symbol _mmx_memcpy

2001-02-12 Thread Ph. Marek
>I need the output from these commands on a running 2.4.x kernel >compiled for duron. > >grep _mmx_memcpy /proc/ksyms >strings -a `/sbin/modprobe -l '*tulip*'` | grep _mmx_memcpy Short version: it's caused by CONFIG_MODVERSIONS=y. see the logs on the end. If I turn it off and compile again, it wo

Re: 2.4.[01] and duron - unresolved symbol _mmx_memcpy

2001-02-12 Thread Jan Niehusmann
On Mon, Feb 12, 2001 at 08:04:59AM +0100, Ph. Marek wrote: > The offending function is _mmx_memcpy, which can be found in the System.map > (but, opposed to other functions, with an upper "T" instead of "t"). I had the same problem after I accidentally compiled the kernel with SMP support. make mr

Re: 2.4.[01] and duron - unresolved symbol _mmx_memcpy

2001-02-12 Thread Keith Owens
On Mon, 12 Feb 2001 08:04:59 +0100, "Ph. Marek" <[EMAIL PROTECTED]> wrote: >Some time ago I tried 2.4.0 compiled with option for duron-processors, >yesterday I tried 2.4.1; both give problems on insmod/modprobe with some >modules, eg. tulip. > >The offending function is _mmx_memcpy I need the ou