You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to get nsgminer to compile on my Mac, but it only works with the --disable-nvml flag set. Without it I get
CC error.lo
nvml.c:207:5: error: use of undeclared identifier 'opt_nonvml'
nvml.c:207:18: error: use of undeclared identifier 'true'
2 errors generated.
I have CUDA Toolkit 9.1 installed. Does anyone know what the problem is?
The text was updated successfully, but these errors were encountered:
Thanks for the help. I haven't worked with C since college (a pretty long time ago). Should I declare opt_nonvml a static int? Declaring as an extern int gives me:
:info:build nvml.c:207:5: error: use of undeclared identifier 'opt_nonvml'
:info:build opt_nonvml = 1;
I'm trying to get nsgminer to compile on my Mac, but it only works with the --disable-nvml flag set. Without it I get
I have CUDA Toolkit 9.1 installed. Does anyone know what the problem is?
The text was updated successfully, but these errors were encountered: