Advertisement
Guest User

Untitled

a guest
Aug 30th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.87 KB | None | 0 0
  1. N900:/home/user/temp/pixiewps/src# make && make install
  2. cc -std=c99 -O3 -Wno-deprecated-declarations -o pixiewps pixiewps.c random_r.c -lcrypto
  3. In file included from pixiewps.c:58:
  4. /usr/include/asm/byteorder.h: In function ‘___arch__swab32’:
  5. /usr/include/asm/byteorder.h:32: error: expected ‘)’ before ‘:’ token
  6. In file included from pixiewps.c:62:
  7. pixiewps.h: At top level:
  8. pixiewps.h:169: warning: C99 inline functions are not supported; using GNU89
  9. pixiewps.h:169: warning: to disable this warning use -fgnu89-inline or the gnu_inline function attribute
  10. pixiewps.h:181: warning: C99 inline functions are not supported; using GNU89
  11. /var/tmp/ccL4emQQ.s: Assembler messages:
  12. /var/tmp/ccL4emQQ.s:168: rdhi, rdlo and rm must all be different
  13. /var/tmp/ccL4emQQ.s:284: rdhi, rdlo and rm must all be different
  14. make: *** [all] Error 1
  15. N900:/home/user/temp/pixiewps/src#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement