Ethminer: nvcc fatal : Unsupported gpu architecture 'compute_70'

Created on 21 Dec 2017  Â·  5Comments  Â·  Source: ethereum-mining/ethminer

CMake Error at ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o.Release.cmake:222 (message):
Error generating
/home/miner/ethminer/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_ethash_cuda_miner_kernel.cu.o

Compute 70 is for newer architecture, and I don't have those. Makefile should not be generating stuff that is not compatible with my GPUs, i.e. older Titax X.

Most helpful comment

just update cuda to cuda 9.0...
We have to support ever architecture, you can easily modify the makefile yourself.
It's here. libethash-cuda/CMakeLists.txt

All 5 comments

just update cuda to cuda 9.0...
We have to support ever architecture, you can easily modify the makefile yourself.
It's here. libethash-cuda/CMakeLists.txt

Nvidia does not offer that version for Ubuntu 14.04 LTS.

On Dec 21, 2017 10:45 AM, "Marius van der Wijden" notifications@github.com
wrote:

just update cuda to cuda 9.0...
We have to support ever architecture, you can easily modify the makefile
yourself.
It's here. libethash-cuda/CMakeLists.txt

—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/ethereum-mining/ethminer/issues/454#issuecomment-353383671,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AEY95dponHGHfgVG6gY6MJmlWGaVktwkks5tCn0bgaJpZM4RJ-ED
.

as @MariusVanDerWijden mentioned, just edit libethash-cuda/CMakeLists.txt and remove the compute_70 line.

You also can use a prebuild version from here: https://github.com/ethereum-mining/ethminer/releases

The file doesn't exist for me. Only these files exist:

$ ls libethash-cuda/
CMakeFiles          Makefile            cmake_install.cmake

The file doesn't exist for me. Only these files exist:

$ ls libethash-cuda/
CMakeFiles          Makefile            cmake_install.cmake

Try this command:

$ git pull origin master

Or if you downloaded, delete and download again.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

CarlStyles picture CarlStyles  Â·  5Comments

Penziplays picture Penziplays  Â·  5Comments

honlen picture honlen  Â·  3Comments

nguylb73 picture nguylb73  Â·  3Comments

bartocc picture bartocc  Â·  3Comments