-1

I'm attempting to build Slimminer which is based on cpuminer with osxcross on Linux. I configured it with:

CC=o64-clang CXX=o64-clang++ ./configure ---host=x86_64-apple-darwin10.11

which configures it with no errors. I am attempting to make it with:

make CC=o64-clang CXX=o64-clang++

I receive many errors while making it all saying either:

error: invalid operand for instruction
   or
while in macro instantiation

1 Answers1

0

This error was due to my ignorance. I did not read the build instructions fully. I did not run

./nomacro.pl 

which solved the problem.