I get this error:

# LANG=C make ARCH=um vmlinux
make[1]: `arch/um/sys-i386/user-offsets.s' is up to date.
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
  CHK     include/linux/compile.h
  GEN     .version
  CHK     include/linux/compile.h
  UPD     include/linux/compile.h
  CC      init/version.o
  LD      init/built-in.o
  LD      .tmp_vmlinux1
arch/i386/crypto/built-in.o: In function `aes_enc_blk':
aes.c:(.text+0xd): undefined reference to `crypto_tfm_ctx_offset'
arch/i386/crypto/built-in.o: In function `aes_dec_blk':
aes.c:(.text+0xb95): undefined reference to `crypto_tfm_ctx_offset'
aes.c:(.text+0xb9c): undefined reference to `crypto_tfm_ctx_offset'
collect2: ld returned 1 exit status
  KSYM    .tmp_kallsyms1.S
nm: '.tmp_vmlinux1': No such file
No valid symbol.
make: *** [.tmp_kallsyms1.S] Error 1



I guess, i just have to disable some crypto-stuff, but i wanted to
inform you about that.

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

Reply via email to