【发布时间】:2017-12-22 18:14:26
【问题描述】:
我正在尝试在 Linux 上使用 osxcross 构建基于 cpuminer 的 Slimminer。我将其配置为:
CC=o64-clang CXX=o64-clang++ ./configure ---host=x86_64-apple-darwin10.11
配置它没有错误。我正在尝试使用:
make CC=o64-clang CXX=o64-clang++
我在说这一切的时候收到很多错误:
error: invalid operand for instruction
or
while in macro instantiation
【问题讨论】:
标签: makefile compilation autotools bitcoin