2000-11-09 13:53:18

by clemens

[permalink] [raw]
Subject: arch/i386/lib/mmx.c no symbols

arch/i386/lib/mmx.c does not export modversioned symbols.

any module using include/asm-i386/[string.h/string-486.h/page.h]
with 3DNOW enabled will fail to load.

-therp
(not-subscribed to the list, send a cc to me,
if you reply)


2000-11-09 14:18:21

by Keith Owens

[permalink] [raw]
Subject: Re: arch/i386/lib/mmx.c no symbols

On Thu, 9 Nov 2000 14:56:05 +0100,
therapy <[email protected]> wrote:
>arch/i386/lib/mmx.c does not export modversioned symbols.
>
>any module using include/asm-i386/[string.h/string-486.h/page.h]
>with 3DNOW enabled will fail to load.

arch/i386/kernel/i386_ksyms.c exports _mmx_memcpy, mmx_clear_page and
mmx_copy_page, with versions. What is missing? More likely you have
been bitten by the broken makefiles.

mv .config ..
make mrproper
mv ../.config .
make oldconfig
make dep clean bzImage modules