Open ghost opened 7 years ago
As suggested in this comment https://github.com/genesismining/sgminer-gm/issues/56#issuecomment-313542946 I managed to compile it, removing inline statement in every corresponding .c file in algorithm folder.
$ sed -i 's/^inline //g' algorithm/*
Works like a charm.
@YellowOnion Thank you so much!
@YellowOnion Thanks bro solved mine also !
Yes, sed is probably worth learning for times like this, I wouldn't have thought of it. This only takes out lines beginning with inline though. Same problem with novaspirit's sgminer, it didn't fix that. There's some library missing which contains all these functions, which is also missing from the documentation. Whoever wrote this probably didn't realize they were still accessing it.
Hello! I have this error compiling sgminer-sg on Arch Linux.
Any ideas?