We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ 94%] Building CXX object CMakeFiles/aionminer.dir/blake2/blake2bx.cpp.o [100%] Linking CXX executable aionminer /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmCloseEx(cudart::cuosShmInfoEx_st*, unsigned int, unsigned int)': (.text+0x525f6): undefined reference to shm_unlink' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmOpenNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x526c1): undefined reference to shm_open' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528df): undefined reference to shm_open' /home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528f9): undefined reference to shm_unlink' collect2: error: ld returned 1 exit status make[2]: *** [aionminer] Error 1 make[1]: *** [CMakeFiles/aionminer.dir/all] Error 2 make: *** [all] Error 2
cudart::cuosShmCloseEx(cudart::cuosShmInfoEx_st*, unsigned int, unsigned int)': (.text+0x525f6): undefined reference to
cudart::cuosShmOpenNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x526c1): undefined reference to
cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528df): undefined reference to
cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528f9): undefined reference to
The text was updated successfully, but these errors were encountered:
Hello, I have the same problem. Did you find a solution? thank you
Sorry, something went wrong.
No branches or pull requests
[ 94%] Building CXX object CMakeFiles/aionminer.dir/blake2/blake2bx.cpp.o
[100%] Linking CXX executable aionminer
/home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function
cudart::cuosShmCloseEx(cudart::cuosShmInfoEx_st*, unsigned int, unsigned int)': (.text+0x525f6): undefined reference to
shm_unlink'/home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function
cudart::cuosShmOpenNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x526c1): undefined reference to
shm_open'/home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function
cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528df): undefined reference to
shm_open'/home/cuda9.2/lib64/libcudart_static.a(libcudart_static.a.o): In function
cudart::cuosShmCreateNamedEx(void*, char const*, unsigned long, cudart::cuosShmInfoEx_st**)': (.text+0x528f9): undefined reference to
shm_unlink'collect2: error: ld returned 1 exit status
make[2]: *** [aionminer] Error 1
make[1]: *** [CMakeFiles/aionminer.dir/all] Error 2
make: *** [all] Error 2
The text was updated successfully, but these errors were encountered: