LINUX编译 undefined reference to `_rdseed64_step'
解决方法:src/rdrand.c 添加 #include <x86intrin.h>
unknown type name 'fd_set'
include/tls.h 中添加 #include <sys/select.h>
error: unrecognized command line option '-mrdrnd'
error: unrecognized command line option '-mrdseed'
cmakelists中,删除 ENABLE_RDRND 的部分
undefined reference to `getentropy'
CMakeList里的 rand_unix.c替换为 rand.c
WINDOWS 编译:出现asn1.c字符报错,
解决方法:删除中文注释
x86版本无法链接:暂未解决
问题真是多啊,服了 。