On Fri, Aug 23, 2013 at 02:50:30PM -0400, werner wrote:
> With compiling and using this, have too much problems
> 
[ ... ]

> 
>   CC      arch/x86/crypto/crc32c-intel.mod.o
>   LD [M]  arch/x86/crypto/crc32c-intel.ko
>   CC      arch/x86/crypto/salsa20-i586.mod.o
>   LD [M]  arch/x86/crypto/salsa20-i586.ko
>   CC      arch/x86/kvm/kvm-amd.mod.o
>   LD [M]  arch/x86/kvm/kvm-amd.ko
>   CC      arch/x86/kvm/kvm-intel.mod.o
>   LD [M]  arch/x86/kvm/kvm-intel.ko
>   CC      arch/x86/kvm/kvm.mod.o
>   LD [M]  arch/x86/kvm/kvm.ko
>   CC      crypto/ansi_cprng.mod.o
> gcc: crypto/ansi_cprng.mod.c: No such file or directory
> gcc: no input files
> make[1]: [crypto/ansi_cprng.mod.o] Error 1 (ignored)
>   LD [M]  crypto/ansi_cprng.ko
> ld: crypto/ansi_cprng.mod.o: No such file: No such file or directory
> make[1]: [crypto/ansi_cprng.ko] Error 1 (ignored)
>   CC      crypto/ccm.mod.o
> gcc: crypto/ccm.mod.c: No such file or directory
> gcc: no input files

(and so on)

This is a side effect of commit ea4054a2384 (handle huge number of modules).
See https://lkml.org/lkml/2013/5/8/493.

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

Reply via email to