Open joshuamsalazar opened 3 years ago
I just ran into this issue aswell.
I am running into the exact same issue.
I am running into the similar issue.The tested graphic card is Nivida 3060 ti here.
It's found that the program can be built out and run, by changing the gpu architecture to sm_60, and taking off -abi=no.
sed -i s/compute_10/sm_60/g Makefile.am Makefile.in sed -i s/sm_30/sm_60/g Makefile.am Makefile.in sed -i "s/-abi=no //g" Makefile.am Makefile.in
Thanks, that worked with RTX 3090 Ti, CUDA 11.8, Debian 11.
I looked almost everywhere, and in the CUDA documentation there is no detail abut the -abi flag. I am compiling a CUDA app in Linux. I installed all the required deppendencies, toolkits and libraries required. However, I cannot get rid of that error.
I followed @roman3017 ( https://github.com/cbuchner1/CudaMiner/issues/163 ) suggestion of reomving "-abi=no -v" and just setting "-v" into the instructions:
would do the trick. However I get this big set of errors:
What shall I do?