Guest User

Untitled

a guest
Jun 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | None | 0 0
  1. rtfm sic & arm-eabi-gcc-4.3.1 sic.c -o sic
  2. sic.c:2:19: error: errno.h: No such file or directory
  3. sic.c:3:19: error: netdb.h: No such file or directory
  4. sic.c:4:24: error: netinet/in.h: No such file or directory
  5. sic.c:6:19: error: stdio.h: No such file or directory
  6. sic.c:7:20: error: stdlib.h: No such file or directory
  7. sic.c:8:20: error: string.h: No such file or directory
  8. sic.c:9:18: error: time.h: No such file or directory
  9. sic.c:10:20: error: unistd.h: No such file or directory
  10. sic.c:11:24: error: sys/socket.h: No such file or directory
  11. sic.c:12:22: error: sys/time.h: No such file or directory
  12. sic.c:26: error: 'NULL' undeclared here (not in a function)
  13. sic.c:32: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'trespond'
  14. sic.c: In function 'die':
  15. sic.c:39: error: 'stderr' undeclared (first use in this function)
  16. sic.c:39: error: (Each undeclared identifier is reported only once
  17. sic.c:39: error: for each function it appears in.)
  18. sic.c:41: warning: incompatible implicit declaration of built-in function 'exit'
  19. sic.c:41: error: 'EXIT_FAILURE' undeclared (first use in this function)
  20. sic.c: In function 'printl':
  21. sic.c:47: error: 'time_t' undeclared (first use in this function)
  22. sic.c:47: error: expected ';' before 't'
  23. sic.c:49: warning: incompatible implicit declaration of built-in function 'strftime'
  24. sic.c:49: error: 't' undeclared (first use in this function)
  25. sic.c:49: warning: passing argument 4 of 'strftime' makes pointer from integer without a cast
  26. sic.c:50: warning: incompatible implicit declaration of built-in function 'fprintf'
  27. sic.c:50: error: 'stdout' undeclared (first use in this function)
  28. sic.c: In function 'privmsg':
  29. sic.c:57: warning: incompatible implicit declaration of built-in function 'snprintf'
  30. sic.c:60: warning: incompatible implicit declaration of built-in function 'strlen'
  31. sic.c: In function 'parsein':
  32. sic.c:74: warning: incompatible implicit declaration of built-in function 'snprintf'
  33. sic.c:78: warning: incompatible implicit declaration of built-in function 'strchr'
  34. sic.c:84: warning: incompatible implicit declaration of built-in function 'strncpy'
  35. sic.c:89: warning: incompatible implicit declaration of built-in function 'strlen'
  36. sic.c: In function 'parsesrv':
  37. sic.c:103: warning: incompatible implicit declaration of built-in function 'strchr'
  38. sic.c:114: warning: incompatible implicit declaration of built-in function 'strchr'
  39. sic.c:127: warning: incompatible implicit declaration of built-in function 'snprintf'
  40. sic.c:131: warning: incompatible implicit declaration of built-in function 'snprintf'
  41. sic.c:132: warning: incompatible implicit declaration of built-in function 'strlen'
  42. sic.c:135: warning: incompatible implicit declaration of built-in function 'snprintf'
  43. sic.c:138: warning: incompatible implicit declaration of built-in function 'strncpy'
  44. sic.c: In function 'main':
  45. sic.c:161: error: storage size of 'tv' isn't known
  46. sic.c:162: error: storage size of 'hints' isn't known
  47. sic.c:164: error: 'fd_set' undeclared (first use in this function)
  48. sic.c:164: error: expected ';' before 'rd'
  49. sic.c:166: warning: incompatible implicit declaration of built-in function 'strncpy'
  50. sic.c:166: warning: passing argument 2 of 'strncpy' makes pointer from integer without a cast
  51. sic.c:181: error: expected ')' before 'VERSION'
  52. sic.c:186: warning: incompatible implicit declaration of built-in function 'memset'
  53. sic.c:187: error: 'AF_UNSPEC' undeclared (first use in this function)
  54. sic.c:188: error: 'SOCK_STREAM' undeclared (first use in this function)
  55. sic.c:191: error: dereferencing pointer to incomplete type
  56. sic.c:192: error: dereferencing pointer to incomplete type
  57. sic.c:192: error: dereferencing pointer to incomplete type
  58. sic.c:192: error: dereferencing pointer to incomplete type
  59. sic.c:194: error: dereferencing pointer to incomplete type
  60. sic.c:194: error: dereferencing pointer to incomplete type
  61. sic.c:204: warning: incompatible implicit declaration of built-in function 'snprintf'
  62. sic.c:210: warning: incompatible implicit declaration of built-in function 'strlen'
  63. sic.c:213: error: 'stdout' undeclared (first use in this function)
  64. sic.c:216: error: 'rd' undeclared (first use in this function)
  65. sic.c:223: error: 'errno' undeclared (first use in this function)
  66. sic.c:223: error: 'EINTR' undeclared (first use in this function)
  67. sic.c:228: error: 'trespond' undeclared (first use in this function)
Add Comment
Please, Sign In to add comment