Problema na instalação do aircrack-ng-cuda Dá erro

Iniciado por maçarico, 27 de Setembro de 2010, 11:16

tópico anterior - próximo tópico

Como instalar o aircrack-ng-cuda no ubuntu 10.04?

1
0 (0%)
2
0 (0%)

Total de membros que votaram: 0

maçarico

Olá a todos fiz o download do aircrack-ng-cuda mas ao instalar dá erro, alguém já passou por isto/solução?  ???

cd aircrack-ng-cuda

zx@zx-laptop:~/aircrack-ng-cuda$ CUDA=true make
make -C src all
make[1]: Entering directory `/home/zx/aircrack-ng-cuda/src'
make -C osdep
make[2]: Entering directory `/home/zx/aircrack-ng-cuda/src/osdep'
Building for Linux
make[3]: Entering directory `/home/zx/aircrack-ng-cuda/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=1785  -fPIC -I..    -c -o network.o network.c
cc1: warnings being treated as errors
network.c: In function 'net_read':
network.c:305: error: dereferencing type-punned pointer will break strict-aliasing rules
network.c: In function 'net_get_mac':
network.c:353: error: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [network.o] Error 1
make[3]: Leaving directory `/home/zx/aircrack-ng-cuda/src/osdep'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/zx/aircrack-ng-cuda/src/osdep'
make[1]: *** [osd] Error 2
make[1]: Leaving directory `/home/zx/aircrack-ng-cuda/src'
make: *** [all] Error 2



zeroday

Citação de: maçarico online 27 de Setembro de 2010, 11:16
zx@zx-laptop:~/aircrack-ng-cuda$ CUDA=true make
Olá porque esta compilando assim?

Só o make não resolve?
"Lutar sempre , vencer na medida do possível , desistir jamais."

maçarico

Olá zeroday, desde já obrigado pela ajuda.  :)

Utilizei o comando make e o erro foi o mesmo ???

zx@zx-laptop:~/aircrack-ng-cuda$ make
make -C src all
make[1]: Entering directory `/home/zx/aircrack-ng-cuda/src'
make -C osdep
make[2]: Entering directory `/home/zx/aircrack-ng-cuda/src/osdep'
Building for Linux
make[3]: Entering directory `/home/zx/aircrack-ng-cuda/src/osdep'
gcc -g -W -Wall -Werror -O3 -D_FILE_OFFSET_BITS=64 -D_REVISION=1785  -fPIC -I..    -c -o network.o network.c
cc1: warnings being treated as errors
network.c: In function 'net_read':
network.c:305: error: dereferencing type-punned pointer will break strict-aliasing rules
network.c: In function 'net_get_mac':
network.c:353: error: dereferencing type-punned pointer will break strict-aliasing rules
make[3]: *** [network.o] Error 1
make[3]: Leaving directory `/home/zx/aircrack-ng-cuda/src/osdep'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/zx/aircrack-ng-cuda/src/osdep'
make[1]: *** [osd] Error 2
make[1]: Leaving directory `/home/zx/aircrack-ng-cuda/src'
make: *** [all] Error 2


platao

\\\\\\\\Apostilas Dicas e Guias do Ubuntu\\\\\\\\\> http://ubuntuforum-br.org/index.php/topic,79368.msg440997.html#msg440997


akaikust