我正在尝试在Linux上使用osxcross构建基于Slimminer的cpuminer。我配置了:
[[1,2,3],
[4,5,6]]
配置它没有错误。我试图用它来实现:
CC=o64-clang CXX=o64-clang++ ./configure ---host=x86_64-apple-darwin10.11
我在收到这么说时收到很多错误:
make CC=o64-clang CXX=o64-clang++
答案 0 :(得分:0)
这个错误是由于我的无知。我没有完全阅读构建说明。我没跑
./nomacro.pl
解决了这个问题。