albertobsd / keyhunt

privkey hunt for crypto currencies that use secp256k1 elliptic curve
MIT License
640 stars 349 forks source link

fatal error #253

Closed filo1992 closed 11 months ago

filo1992 commented 1 year ago

~/keyhunt/keyhunt# make g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -flto -c oldbloom/bloom.cpp -o oldbloom.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -flto -c bloom/bloom.cpp -o bloom.o gcc -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-unused-parameter -Ofast -ftree-vectorize -c base58/base58.c -o base58.o gcc -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Ofast -ftree-vectorize -c rmd160/rmd160.c -o rmd160.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c sha3/sha3.c -o sha3.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c sha3/keccak.c -o keccak.o gcc -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Ofast -ftree-vectorize -c xxhash/xxhash.c -o xxhash.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c util.c -o util.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c secp256k1/Int.cpp -o Int.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c secp256k1/Point.cpp -o Point.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c secp256k1/SECP256K1.cpp -o SECP256K1.o g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -c secp256k1/IntMod.cpp -o IntMod.o secp256k1/IntMod.cpp:859:4: warning: #warning "GCC lass than 7.3 detected, upgrade gcc to get best perfromance" [-Wcpp]

warning "GCC lass than 7.3 detected, upgrade gcc to get best perfromance"

^

secp256k1/IntMod.cpp:921:4: warning: #warning "GCC lass than 7.3 detected, upgrade gcc to get best perfromance" [-Wcpp]

warning "GCC lass than 7.3 detected, upgrade gcc to get best perfromance"

^

secp256k1/IntMod.cpp:981:4: warning: #warning "GCC lass than 7.3 detected, upgrade gcc to get best perfromance" [-Wcpp]

warning "GCC lass than 7.3 detected, upgrade gcc to get best perfromance"

^

cc1plus: warning: unrecognized command line option ‘-Wno-deprecated-copy’ g++ -m64 -march=native -mtune=native -mssse3 -Wall -Wextra -Wno-deprecated-copy -Ofast -ftree-vectorize -flto -c secp256k1/Random.cpp -o Random.o secp256k1/Random.cpp:23:24: fatal error: sys/random.h: No such file or directory compilation terminated. Makefile:2: recipe for target 'default' failed make: *** [default] Error 1

Ubuntu 16.04.7

albertobsd commented 11 months ago

Update your ubuntu system we are currently in ubuntu 20