Re: 2.4.21-pre6: mmx_memcpy not properly exposed to modules with Athlon

Keith Owens (kaos@ocs.com.au)
Mon, 31 Mar 2003 00:30:08 +1000


On Sun, 30 Mar 2003 04:47:21 -0600,
Jonathan Abbey <jonabbey@arlut.utexas.edu> wrote:
>I've had a good deal of trouble this evening trying to compile
>2.4.21-pre6 for the Athlon processor. It appears that when the
>kernel's bzImage is built all is well, but building modules (for USB)
>results in unresolved references to _mmx_memcpy in the modules.

To change cpu type -

save .config
make mrproper
restore .config
make menuconfig
make dep - in a separate step from make *config
make bzImage modules

Kernel build gets confused by changing cpu type, especially if you
make *config dep as one command.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/