Guest User

Untitled

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