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
Hi all! This is probably not the most urgent thing, but I wanted to try running the miner on an NVIDIA Jetson Nano and the build failed.
Worth noting that the rust build for the grin node passed, here is the version information from the grin node: This is Grin version 4.2.0-alpha.1 (git v4.0.0-36-gdc47bed), built for aarch64-unknown-linux-gnu by rustc 1.46.0 (04488afe3 2020-08-24).
I tried poking around in the cmake files to see where I could switch off the broken flags but I wasn't sure where to start as grepping for them in the relevant folder turned up lots of results:
Hi all! This is probably not the most urgent thing, but I wanted to try running the miner on an NVIDIA Jetson Nano and the build failed.
Worth noting that the rust build for the grin node passed, here is the version information from the grin node:
This is Grin version 4.2.0-alpha.1 (git v4.0.0-36-gdc47bed), built for aarch64-unknown-linux-gnu by rustc 1.46.0 (04488afe3 2020-08-24).
I tried poking around in the cmake files to see where I could switch off the broken flags but I wasn't sure where to start as grepping for them in the relevant folder turned up lots of results:
ffettes@jetson01:~/grin/grin-miner/target/debug/build/cuckoo_miner-74177a3f916aa48b$ grep -rE "m64" . | wc
56 758 14737
here is the relevant part of the debug:
--- stderr c++: error: unrecognized command line option ‘-m64’ c++: error: unrecognized command line option ‘-mno-avx2’; did you mean ‘-Wno-a,’? make[2]: *** [CMakeFiles/cuckarood_cpu_compat_29.dir/cuckoo/src/cuckarood/mean.cpp.o] Error 1 make[1]: *** [CMakeFiles/cuckarood_cpu_compat_29.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make: *** [all] Error 2 thread 'main' panicked at ' command did not execute successfully, got: exit code: 2
and attached is the full debug.
build.txt
The text was updated successfully, but these errors were encountered: