Anonim / 5 years, 6 months ago | Download | Plaintext | Odpowiedz |

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
CUDA=true make
make -C src all
make[1]: Entering directory `/tmp/aircrack-ng-cuda/src'
make -C osdep
make[2]: Entering directory `/tmp/aircrack-ng-cuda/src/osdep'
Building for Linux
make[3]: Entering directory `/tmp/aircrack-ng-cuda/src/osdep'
make[3]: `.os.Linux' is up to date.
make[3]: Leaving directory `/tmp/aircrack-ng-cuda/src/osdep'
make[2]: Leaving directory `/tmp/aircrack-ng-cuda/src/osdep'
/bin/nvcc --compiler-options -fno-strict-aliasing --host-compilation=C -I. -I/include -DUNIX -maxrregcount 12  -o cudacrypto.o -c cudacrypto.cu
nvcc warning : option 'host-compilation' has been deprecated and is ignored
cc1plus: fatal error: cuda_runtime.h: No such file or directory
compilation terminated.
make[1]: *** [cudacrypto.o] Error 1
make[1]: Leaving directory `/tmp/aircrack-ng-cuda/src'
make: *** [all] Error 2