Guest User

Untitled

a guest
Jul 19th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.48 KB | None | 0 0
  1.  
  2. g++ -static -Wno-format vmsplice.c
  3. vmsplice.c:19:1: warning: "_GNU_SOURCE" redefined
  4. <command line>:1:1: warning: this is the location of the previous definition
  5. vmsplice.c:30:22: asm/page.h: No such file or directory
  6. vmsplice.c:44: error: expected unqualified-id before "private"
  7. vmsplice.c: In function `void kernel_code()':
  8. vmsplice.c:159: error: invalid conversion from `void*' to `unsigned int*'
  9. vmsplice.c: In function `int main(int, char**)':
  10. vmsplice.c:211: error: `PAGE_SIZE' was not declared in this scope
  11. vmsplice.c:216: error: invalid conversion from `void*' to `char*'
  12. vmsplice.c:226: error: expected unqualified-id before "private"
  13. vmsplice.c:226: error: expected `;' before "private"
  14. vmsplice.c:231: error: invalid conversion from `void*' to `page*'
  15. vmsplice.c:236: error: invalid conversion from `void*' to `char*'
  16. vmsplice.c:246: error: expected unqualified-id before "private"
  17. vmsplice.c:246: error: expected `;' before "private"
  18. vmsplice.c:254: error: invalid conversion from `void*' to `char*'
  19. vmsplice.c:264: error: invalid conversion from `void*' to `char*'
  20. vmsplice.c:283: error: invalid conversion from `void (*)()' to `void (*)(int)'
  21. vmsplice.c:283: error: initializing argument 2 of `void (* signal(int, void (*)(int)))(int)'
  22.  
  23.  
  24. [1] i686-pc-linux-gnu-3.4.6
  25. [2] i686-pc-linux-gnu-3.4.6-hardened
  26. [3] i686-pc-linux-gnu-3.4.6-hardenednopie
  27. [4] i686-pc-linux-gnu-3.4.6-hardenednopiessp
  28. [5] i686-pc-linux-gnu-3.4.6-hardenednossp
  29. [6] i686-pc-linux-gnu-4.3.4
Add Comment
Please, Sign In to add comment