Open perezdann opened 7 years ago
Hey @dannyperez, I hit the same wall, have you figured out what was wrong?
Cheers, tiferrei
@dannyperez If fixed this by installing boost from source, and making sure to use the default boost locations + passing the location to the compiler.
@tiferrei Thanks!! i solved!!
installed all boost library:
sudo apt install libboost-all-dev
Thanks!!
Environment:
Debian stable (stretch 9) GCC 4.9 G++ 4.9
Procedure:
sudo apt install nvidia-opencl-dev nvidia-cuda-toolkit gcc-4.9 git clone https://github.com/nicehash/nheqminer.git cd nheqminer/cpu_xenoncat/asm_linux/;chmod a+x *;sh assemble.sh;cd ../../../ mkdir build && cd build; export CC=/usr/bin/gcc-4.9; export CXX=/usr/bin/g++-4.9; cmake ../nheqminer; make -j $(nproc)
Log: