Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.10 KB | None | 0 0
  1. cc -DCORELIB -MD -MD -DUSE_RIO=1 -fPIC -g -Wall -D__UNIX__=1 -Ip/libgdbwrap/include -Ip/librapwrap/include -MD -MD -DUSE_RIO=1 -fPIC -g -Wall -D__UNIX__=1 -I../include -c -o p/debug_native.o p/debug_native.c
  2. In file included from /usr/include/sys/sysctl.h:45,
  3. from p/debug_native.c:28:
  4. /usr/include/sys/proc.h:64: error: 'MAXLOGNAME' undeclared here (not in a function)
  5. /usr/include/sys/proc.h:285: error: 'MAXCOMLEN' undeclared here (not in a function)
  6. In file included from /usr/include/sys/user.h:41,
  7. from p/debug_native.c:29:
  8. /usr/include/sys/ucred.h:46: error: 'NGROUPS' undeclared here (not in a function)
  9. p/debug_native.c: In function 'r_debug_native_step':
  10. p/debug_native.c:215: warning: passing argument 3 of 'ptrace' makes pointer from integer without a cast
  11. p/debug_native.c: In function 'r_debug_native_detach':
  12. p/debug_native.c:254: warning: passing argument 4 of 'ptrace' makes integer from pointer without a cast
  13. p/debug_native.c: In function 'r_debug_native_reg_read':
  14. p/debug_native.c:1130: error: storage size of 'dbr' isn't known
  15. p/debug_native.c:1131: error: 'PT_GETDBREGS' undeclared (first use in this function)
  16. p/debug_native.c:1131: error: (Each undeclared identifier is reported only once
  17. p/debug_native.c:1131: error: for each function it appears in.)
  18. p/debug_native.c:1130: warning: unused variable 'dbr'
  19. p/debug_native.c:1159: warning: passing argument 3 of 'ptrace' from incompatible pointer type
  20. p/debug_native.c: In function 'r_debug_native_reg_write':
  21. p/debug_native.c:1188: error: 'PT_SETDBREGS' undeclared (first use in this function)
  22. p/debug_native.c:1188: error: invalid application of 'sizeof' to incomplete type 'struct dbreg'
  23. gmake[4]: *** [p/debug_native.o] Error 1
  24. gmake[4]: Leaving directory `/home/edd/source/radare2-git/libr/debug'
  25. gmake[3]: *** [all] Error 2
  26. gmake[3]: Leaving directory `/home/edd/source/radare2-git/libr/debug'
  27. gmake[2]: *** [libs] Error 1
  28. gmake[2]: Leaving directory `/home/edd/source/radare2-git/libr'
  29. gmake[1]: *** [libr] Error 2
  30. gmake[1]: Leaving directory `/home/edd/source/radare2-git'
  31. gmake: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement