Skip to content
New issue

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

Build error on Jetson #108

Open
saltzmanjoelh opened this issue Jan 1, 2022 · 1 comment
Open

Build error on Jetson #108

saltzmanjoelh opened this issue Jan 1, 2022 · 1 comment

Comments

@saltzmanjoelh
Copy link

After following the ubuntu build instructions, I get the following error at the last make step:

[ 65%] Built target poolprotocols
ptxas fatal   : Memory allocation failure
CMake Error at ethash-cuda_generated_CUDAMiner_cuda.cu.o.Release.cmake:279 (message):
  Error generating file
  /home/joel/Downloads/kawpowminer/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_CUDAMiner_cuda.cu.o


libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:315: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o' failed
make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o] Error 1
CMakeFiles/Makefile2:522: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
ptxas fatal   : Memory allocation failure
CMake Error at ethash-cuda_generated_CUDAMiner_cuda.cu.o.Release.cmake:279 (message):
  Error generating file
  /home/joel/Downloads/kawpowminer/build/libethash-cuda/CMakeFiles/ethash-cuda.dir//./ethash-cuda_generated_CUDAMiner_cuda.cu.o


libethash-cuda/CMakeFiles/ethash-cuda.dir/build.make:315: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o' failed
make[2]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/ethash-cuda_generated_CUDAMiner_cuda.cu.o] Error 1
CMakeFiles/Makefile2:522: recipe for target 'libethash-cuda/CMakeFiles/ethash-cuda.dir/all' failed
make[1]: *** [libethash-cuda/CMakeFiles/ethash-cuda.dir/all] Error 2
Makefile:151: recipe for target 'all' failed
make: *** [all] Error 2
[1]+  Exit 2                  make -sj $(nproc)
@microwaven
Copy link

Looks as if you are running out of disk space.

Don`t try to mine on a Jetson, the GPU is just too weak. With a Jetson AGX Xavier you get only about 182kH/s....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants