Advertisement
Guest User

Untitled

a guest
May 20th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.14 KB | None | 0 0
  1. make -C /lib/modules/3.1.9+/build SUBDIRS=/home/pi/pwc-10.0.12-rc1 modules
  2. make[1]: Entering directory `/lib/modules/3.1.9+/build'
  3.  
  4. WARNING: Symbol version dump /lib/modules/3.1.9+/build/Module.symvers
  5. is missing; modules will have no dependencies and modversions.
  6.  
  7. CC [M] /home/pi/pwc-10.0.12-rc1/pwc-if.o
  8. make[1]: Leaving directory `/lib/modules/3.1.9+/build'
  9.  
  10. /home/pi/pwc-10.0.12-rc1/pwc.h:28:26: error: linux/config.h: No such file or directory
  11. /home/pi/pwc-10.0.12-rc1/pwc.h:32:28: error: linux/videodev.h: No such file or directory
  12. /home/pi/pwc-10.0.12-rc1/pwc.h:35:28: error: linux/smp_lock.h: No such file or directory
  13. /home/pi/pwc-10.0.12-rc1/pwc.h:37:27: error: asm/semaphore.h: No such file or directory
  14. /home/pi/pwc-10.0.12-rc1/pwc-if.c:163: error: unknown field âioctlâ specified in initializer
  15. /home/pi/pwc-10.0.12-rc1/pwc-if.c:163: warning: initialization from incompatible pointer type
  16. /home/pi/pwc-10.0.12-rc1/pwc-if.c:166: error: variable âpwc_templateâ has initializer but incomplete type
  17. /home/pi/pwc-10.0.12-rc1/pwc-if.c:167: error: unknown field âownerâ specified in initializer
  18. /home/pi/pwc-10.0.12-rc1/pwc-if.c:167: warning: excess elements in struct initializer
  19. /home/pi/pwc-10.0.12-rc1/pwc-if.c:167: warning: (near initialization for âpwc_templateâ)
  20. /home/pi/pwc-10.0.12-rc1/pwc-if.c:168: error: unknown field ânameâ specified in initializer
  21. /home/pi/pwc-10.0.12-rc1/pwc-if.c:168: warning: excess elements in struct initializer
  22. /home/pi/pwc-10.0.12-rc1/pwc-if.c:168: warning: (near initialization for âpwc_templateâ)
  23. /home/pi/pwc-10.0.12-rc1/pwc-if.c:169: error: unknown field âtypeâ specified in initializer
  24. /home/pi/pwc-10.0.12-rc1/pwc-if.c:169: error: âVID_TYPE_CAPTUREâ undeclared here (not in a function)
  25. /home/pi/pwc-10.0.12-rc1/pwc-if.c:169: warning: excess elements in struct initializer
  26. /home/pi/pwc-10.0.12-rc1/pwc-if.c:169: warning: (near initialization for âpwc_templateâ)
  27. /home/pi/pwc-10.0.12-rc1/pwc-if.c:170: error: unknown field âhardwareâ specified in initializer
  28. /home/pi/pwc-10.0.12-rc1/pwc-if.c:170: error: âVID_HARDWARE_PWCâ undeclared here (not in a function)
  29. /home/pi/pwc-10.0.12-rc1/pwc-if.c:170: warning: excess elements in struct initializer
  30. /home/pi/pwc-10.0.12-rc1/pwc-if.c:170: warning: (near initialization for âpwc_templateâ)
  31. /home/pi/pwc-10.0.12-rc1/pwc-if.c:171: error: unknown field âreleaseâ specified in initializer
  32. /home/pi/pwc-10.0.12-rc1/pwc-if.c:171: error: âvideo_device_releaseâ undeclared here (not in a function)
  33. /home/pi/pwc-10.0.12-rc1/pwc-if.c:171: warning: excess elements in struct initializer
  34. /home/pi/pwc-10.0.12-rc1/pwc-if.c:171: warning: (near initialization for âpwc_templateâ)
  35. /home/pi/pwc-10.0.12-rc1/pwc-if.c:172: error: unknown field âfopsâ specified in initializer
  36. /home/pi/pwc-10.0.12-rc1/pwc-if.c:172: warning: excess elements in struct initializer
  37. /home/pi/pwc-10.0.12-rc1/pwc-if.c:172: warning: (near initialization for âpwc_templateâ)
  38. /home/pi/pwc-10.0.12-rc1/pwc-if.c:173: error: unknown field âminorâ specified in initializer
  39. /home/pi/pwc-10.0.12-rc1/pwc-if.c:173: warning: excess elements in struct initializer
  40. /home/pi/pwc-10.0.12-rc1/pwc-if.c:173: warning: (near initialization for âpwc_templateâ)
  41. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_isoc_initâ:
  42. /home/pi/pwc-10.0.12-rc1/pwc-if.c:921: warning: assignment from incompatible pointer type
  43. /home/pi/pwc-10.0.12-rc1/pwc-if.c: At top level:
  44. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1017: warning: âstruct class_deviceâ declared inside parameter list
  45. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1017: warning: its scope is only this definition or declaration, which is probably not what you want
  46. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âcd_to_pwcâ:
  47. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1019: error: implicit declaration of function âto_video_deviceâ
  48. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1019: warning: initialization makes pointer from integer without a cast
  49. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1020: error: implicit declaration of function âvideo_get_drvdataâ
  50. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1020: warning: return makes pointer from integer without a cast
  51. /home/pi/pwc-10.0.12-rc1/pwc-if.c: At top level:
  52. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1023: warning: âstruct class_deviceâ declared inside parameter list
  53. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âshow_pan_tiltâ:
  54. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1025: warning: passing argument 1 of âcd_to_pwcâ from incompatible pointer type
  55. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1017: note: expected âstruct class_device *â but argument is of type âstruct class_device *â
  56. /home/pi/pwc-10.0.12-rc1/pwc-if.c: At top level:
  57. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1030: warning: âstruct class_deviceâ declared inside parameter list
  58. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âstore_pan_tiltâ:
  59. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1032: warning: passing argument 1 of âcd_to_pwcâ from incompatible pointer type
  60. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1017: note: expected âstruct class_device *â but argument is of type âstruct class_device *â
  61. /home/pi/pwc-10.0.12-rc1/pwc-if.c: At top level:
  62. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1046: error: expected â)â before â(â token
  63. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1049: warning: âstruct class_deviceâ declared inside parameter list
  64. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âshow_snapshot_button_statusâ:
  65. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1051: warning: passing argument 1 of âcd_to_pwcâ from incompatible pointer type
  66. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1017: note: expected âstruct class_device *â but argument is of type âstruct class_device *â
  67. /home/pi/pwc-10.0.12-rc1/pwc-if.c: At top level:
  68. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1057: error: expected â)â before â(â token
  69. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_create_sysfs_filesâ:
  70. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1062: warning: initialization makes pointer from integer without a cast
  71. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1064: error: implicit declaration of function âvideo_device_create_fileâ
  72. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1064: error: âclass_device_attr_pan_tiltâ undeclared (first use in this function)
  73. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1064: error: (Each undeclared identifier is reported only once
  74. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1064: error: for each function it appears in.)
  75. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1065: error: âclass_device_attr_buttonâ undeclared (first use in this function)
  76. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_remove_sysfs_filesâ:
  77. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1070: warning: initialization makes pointer from integer without a cast
  78. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1072: error: implicit declaration of function âvideo_device_remove_fileâ
  79. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1072: error: âclass_device_attr_pan_tiltâ undeclared (first use in this function)
  80. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1073: error: âclass_device_attr_buttonâ undeclared (first use in this function)
  81. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_video_openâ:
  82. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1112: error: implicit declaration of function âvideo_devdataâ
  83. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1112: warning: initialization makes pointer from integer without a cast
  84. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1117: error: dereferencing pointer to incomplete type
  85. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1136: error: dereferencing pointer to incomplete type
  86. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_video_closeâ:
  87. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1231: error: dereferencing pointer to incomplete type
  88. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_video_readâ:
  89. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1292: error: dereferencing pointer to incomplete type
  90. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1331: error: âVIDEO_PALETTE_RAWâ undeclared (first use in this function)
  91. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_video_pollâ:
  92. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1359: error: dereferencing pointer to incomplete type
  93. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_video_ioctlâ:
  94. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1375: error: implicit declaration of function âvideo_usercopyâ
  95. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âpwc_video_mmapâ:
  96. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1388: error: dereferencing pointer to incomplete type
  97. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âusb_pwc_probeâ:
  98. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1714: error: implicit declaration of function âinit_MUTEXâ
  99. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1722: error: implicit declaration of function âvideo_device_allocâ
  100. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1722: warning: assignment makes pointer from integer without a cast
  101. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1729: error: invalid application of âsizeofâ to incomplete type âstruct video_deviceâ
  102. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1730: error: dereferencing pointer to incomplete type
  103. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1731: error: dereferencing pointer to incomplete type
  104. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1732: error: dereferencing pointer to incomplete type
  105. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1733: error: implicit declaration of function âvideo_set_drvdataâ
  106. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1756: error: dereferencing pointer to incomplete type
  107. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1757: error: implicit declaration of function âvideo_register_deviceâ
  108. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1757: error: âVFL_TYPE_GRABBERâ undeclared (first use in this function)
  109. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1760: error: implicit declaration of function âvideo_device_releaseâ
  110. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1765: error: dereferencing pointer to incomplete type
  111. /home/pi/pwc-10.0.12-rc1/pwc-if.c: In function âusb_pwc_disconnectâ:
  112. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1789: error: implicit declaration of function âlock_kernelâ
  113. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1819: error: implicit declaration of function âvideo_unregister_deviceâ
  114. /home/pi/pwc-10.0.12-rc1/pwc-if.c:1830: error: implicit declaration of function âunlock_kernelâ
  115. make[2]: *** [/home/pi/pwc-10.0.12-rc1/pwc-if.o] Error 1
  116. make[1]: *** [_module_/home/pi/pwc-10.0.12-rc1] Error 2
  117. make[1]: Leaving directory `/lib/modules/3.1.9+/build'
  118. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement