Guest User

Untitled

a guest
Oct 18th, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. root@PS3Debian:/home//ps3hvc-utils# make
  2. gcc -Wall -O2 -g -m64 -c ps3hvc_dev.c
  3. In file included from ps3hvc_dev.c:26:
  4. ps3hvc_dev.h:21:24: error: asm/ps3hvc.h: No such file or directory
  5. ps3hvc_dev.c: In function 'ps3hvc_dev_hvcall':
  6. ps3hvc_dev.c:44: error: invalid application of 'sizeof' to incomplete type 'struct ps3hvc_ioctl_hvcall'
  7. ps3hvc_dev.c:51: error: dereferencing pointer to incomplete type
  8. ps3hvc_dev.c:52: error: dereferencing pointer to incomplete type
  9. ps3hvc_dev.c:53: error: dereferencing pointer to incomplete type
  10. ps3hvc_dev.c:54: error: dereferencing pointer to incomplete type
  11. ps3hvc_dev.c:56: error: 'PS3HVC_IOCTL_HVCALL' undeclared (first use in this function)
  12. ps3hvc_dev.c:56: error: (Each undeclared identifier is reported only once
  13. ps3hvc_dev.c:56: error: for each function it appears in.)
  14. ps3hvc_dev.c:59: error: dereferencing pointer to incomplete type
  15. ps3hvc_dev.c:61: error: dereferencing pointer to incomplete type
  16. make: *** [ps3hvc_dev.o] Error 1
Add Comment
Please, Sign In to add comment