JayDDee / cpuminer-opt

Optimized multi algo CPU miner
Other
765 stars 543 forks source link

build.sh gets stuck #321

Closed AedenThomas closed 3 years ago

AedenThomas commented 3 years ago

I'm trying to run ./build.sh but it is ending and getting stuck with the following output

.... .... make[2]: Entering directory '/home/ubuntu/cpuminer-opt' gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-cpu-miner.o -MD -MP -MF .deps/cpuminer-cpu-miner.Tpo -c -o cpuminer-cpu-miner.o test -f 'cpu-miner.c' || echo './'cpu-miner.c gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-util.o -MD -MP -MF .deps/cpuminer-util.Tpo -c -o cpuminer-util.o test -f 'util.c' || echo './'util.c gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-api.o -MD -MP -MF .deps/cpuminer-api.Tpo -c -o cpuminer-api.o test -f 'api.c' || echo './'api.c gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-sysinfos.o -MD -MP -MF .deps/cpuminer-sysinfos.Tpo -c -o cpuminer-sysinfos.o test -f 'sysinfos.c' || echo './'sysinfos.c mv -f .deps/cpuminer-sysinfos.Tpo .deps/cpuminer-sysinfos.Po gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT cpuminer-algo-gate-api.o -MD -MP -MF .deps/cpuminer-algo-gate-api.Tpo -c -o cpuminer-algo-gate-api.o test -f 'algo-gate-api.c' || echo './'algo-gate-api.c mv -f .deps/cpuminer-api.Tpo .deps/cpuminer-api.Po gcc -DHAVE_CONFIG_H -I. -Iyes/include -fno-strict-aliasing -I. -Iyes/include -Wno-pointer-sign -Wno-pointer-to-int-cast -O3 -march=native -Wall -Iyes/include -MT algo/yespower/cpuminer-yescrypt-r8g.o -MD -MP -MF algo/yespower/.deps/cpuminer-yescrypt-r8g.Tpo -c -o algo/yespower/cpuminer-yescrypt-r8g.o test -f 'algo/yespower/yescrypt-r8g.c' || echo './'algo/yespower/yescrypt-r8g.c

JayDDee commented 3 years ago

There are no errors in the output you posted. Please provide more info.

AedenThomas commented 3 years ago

There are no errors. It just gets stuck after this

JayDDee commented 3 years ago

No further information provided.