Advertisement
Guest User

Untitled

a guest
Oct 2nd, 2019
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.98 KB | None | 0 0
  1. $> make O=../KERNEL_OUT ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j16
  2.  
  3. make O=../KERNEL_OUT ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- -j16
  4. make[1]: Entering directory '/home/kenny/KERNEL_OUT'
  5. CHK include/config/kernel.release
  6. GEN ./Makefile
  7. CHK include/generated/uapi/linux/version.h
  8. Using /home/kenny/kernel-3.18 as source for kernel
  9. CHK include/generated/utsrelease.h
  10. make[2]: Nothing to be done for 'dtbs'.
  11. CALL /home/kenny/kernel-3.18/scripts/checksyscalls.sh
  12. /home/kenny/kernel-3.18/kernel/Makefile:140: *** No X.509 certificates found ***
  13. CHK include/generated/compile.h
  14. LD drivers/gpu/vga/built-in.o
  15. LD drivers/hsi/clients/built-in.o
  16. LD drivers/hsi/controllers/built-in.o
  17. LD drivers/hsi/built-in.o
  18. CC [M] drivers/gpu/drm/udl/udl_modeset.o
  19. CC [M] drivers/gpu/drm/drm_crtc_helper.o
  20. CC drivers/i2c/i2c-boardinfo.o
  21. CC [M] drivers/gpu/drm/udl/udl_connector.o
  22. CHK kernel/config_data.h
  23. CC [M] drivers/gpu/drm/udl/udl_main.o
  24. CC [M] drivers/gpu/drm/udl/udl_encoder.o
  25. CC [M] drivers/gpu/drm/udl/udl_fb.o
  26. CC drivers/hid/hid-debug.o
  27. CC drivers/i2c/i2c-core.o
  28. CC drivers/hid/hid-core.o
  29. /home/kenny/kernel-3.18/drivers/gpu/drm/udl/udl_modeset.c: In function ‘udl_crtc_init’:
  30. /home/kenny/kernel-3.18/drivers/gpu/drm/udl/udl_modeset.c:418:2: error: implicit declaration of function ‘drm_crtc_init’ [-Werror=implicit-function-declaration]
  31. drm_crtc_init(dev, crtc, &udl_crtc_funcs);
  32. ^
  33. LD net/ipv6/netfilter/nf_conntrack_ipv6.o
  34. LD net/ipv6/netfilter/nf_defrag_ipv6.o
  35. LD [M] net/ipv6/netfilter/nf_nat_ipv6.o
  36. LD net/ipv4/netfilter/nf_conntrack_ipv4.o
  37. CC [M] net/ipv6/netfilter/nft_reject_ipv6.o
  38. LD net/ipv4/netfilter/nf_nat_ipv4.o
  39. cc1: all warnings being treated as errors
  40. /home/kenny/kernel-3.18/scripts/Makefile.build:257: recipe for target 'drivers/gpu/drm/udl/udl_modeset.o' failed
  41. make[5]: *** [drivers/gpu/drm/udl/udl_modeset.o] Error 1
  42. make[5]: *** Waiting for unfinished jobs....
  43. LD drivers/i2c/algos/built-in.o
  44. CC [M] drivers/i2c/algos/i2c-algo-bit.o
  45. CC [M] drivers/i2c/algos/i2c-algo-pca.o
  46. CC [M] net/ipv4/netfilter/nft_reject_ipv4.o
  47. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'drivers/gpu/drm/udl' failed
  48. make[4]: *** [drivers/gpu/drm/udl] Error 2
  49. make[4]: *** Waiting for unfinished jobs....
  50. CC drivers/hid/hid-input.o
  51. /home/kenny/kernel-3.18/net/ipv6/netfilter/nft_reject_ipv6.c: In function ‘nft_reject_ipv6_eval’:
  52. /home/kenny/kernel-3.18/net/ipv6/netfilter/nft_reject_ipv6.c:29:2: error: enumeration value ‘NFT_REJECT_ICMPX_UNREACH’ not handled in switch [-Werror=switch]
  53. switch (priv->type) {
  54. ^
  55. CC drivers/hid/hidraw.o
  56. cc1: all warnings being treated as errors
  57. /home/kenny/kernel-3.18/scripts/Makefile.build:263: recipe for target 'net/ipv6/netfilter/nft_reject_ipv6.o' failed
  58. make[4]: *** [net/ipv6/netfilter/nft_reject_ipv6.o] Error 1
  59. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'net/ipv6/netfilter' failed
  60. make[3]: *** [net/ipv6/netfilter] Error 2
  61. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'net/ipv6' failed
  62. make[2]: *** [net/ipv6] Error 2
  63. make[2]: *** Waiting for unfinished jobs....
  64. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'drivers/gpu/drm' failed
  65. make[3]: *** [drivers/gpu/drm] Error 2
  66. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'drivers/gpu' failed
  67. make[2]: *** [drivers/gpu] Error 2
  68. make[2]: *** Waiting for unfinished jobs....
  69. LD net/netfilter/netfilter.o
  70. LD drivers/i2c/muxes/built-in.o
  71. CC [M] drivers/i2c/i2c-smbus.o
  72. CC drivers/i2c/busses/i2c-mtk.o
  73. CC drivers/hid/uhid.o
  74. CC [M] drivers/i2c/i2c-dev.o
  75. /home/kenny/kernel-3.18/net/ipv4/netfilter/nft_reject_ipv4.c: In function ‘nft_reject_ipv4_eval’:
  76. /home/kenny/kernel-3.18/net/ipv4/netfilter/nft_reject_ipv4.c:28:2: error: enumeration value ‘NFT_REJECT_ICMPX_UNREACH’ not handled in switch [-Werror=switch]
  77. switch (priv->type) {
  78. ^
  79. LD net/netfilter/nfnetlink_queue.o
  80. CC drivers/hid/hid-generic.o
  81. CC drivers/i2c/busses/i2c_mtk_debug.o
  82. cc1: all warnings being treated as errors
  83. CC [M] fs/nfs/nfs4proc.o
  84. CC [M] drivers/i2c/busses/i2c-cbus-gpio.o
  85. CC [M] fs/reiserfs/ibalance.o
  86. /home/kenny/kernel-3.18/fs/nfs/nfs4proc.c: In function ‘nfs4_proc_get_rootfh’:
  87. /home/kenny/kernel-3.18/fs/nfs/nfs4proc.c:3062:10: error: switch condition has boolean value [-Werror=switch-bool]
  88. switch (auth_probe) {
  89. ^
  90. LD net/netfilter/nf_conntrack.o
  91. /home/kenny/kernel-3.18/scripts/Makefile.build:263: recipe for target 'net/ipv4/netfilter/nft_reject_ipv4.o' failed
  92. make[4]: *** [net/ipv4/netfilter/nft_reject_ipv4.o] Error 1
  93. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'net/ipv4/netfilter' failed
  94. make[3]: *** [net/ipv4/netfilter] Error 2
  95. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'net/ipv4' failed
  96. make[2]: *** [net/ipv4] Error 2
  97. CC [M] drivers/i2c/i2c-mux.o
  98. CC [M] drivers/hid/hid-a4tech.o
  99. /home/kenny/kernel-3.18/fs/reiserfs/ibalance.c: In function ‘balance_internal’:
  100. /home/kenny/kernel-3.18/fs/reiserfs/ibalance.c:1156:2: error: ‘new_insert_key’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
  101. memcpy(new_insert_key_addr, &new_insert_key, KEY_SIZE);
  102. ^
  103. CC [M] fs/reiserfs/hashes.o
  104. CC [M] drivers/i2c/busses/i2c-designware-core.o
  105. CC [M] fs/reiserfs/tail_conversion.o
  106. CC drivers/hid/usbhid/hid-core.o
  107. CC drivers/hid/usbhid/hid-quirks.o
  108. CC [M] drivers/hid/hid-axff.o
  109. CC [M] fs/reiserfs/journal.o
  110. cc1: all warnings being treated as errors
  111. CC [M] drivers/hid/hid-apple.o
  112. /home/kenny/kernel-3.18/scripts/Makefile.build:257: recipe for target 'fs/reiserfs/ibalance.o' failed
  113. make[3]: *** [fs/reiserfs/ibalance.o] Error 1
  114. make[3]: *** Waiting for unfinished jobs....
  115. CC [M] drivers/i2c/busses/i2c-designware-platdrv.o
  116. CC [M] drivers/i2c/busses/i2c-gpio.o
  117. CC [M] drivers/i2c/busses/i2c-nomadik.o
  118. LD net/netfilter/nf_nat.o
  119. CC [M] drivers/hid/hid-appleir.o
  120. CC drivers/hid/usbhid/hiddev.o
  121. CC [M] drivers/hid/hid-aureal.o
  122. CC [M] drivers/hid/hid-belkin.o
  123. CC drivers/hid/usbhid/hid-pidff.o
  124. CC [M] drivers/hid/hid-cherry.o
  125. CC [M] drivers/hid/hid-chicony.o
  126. CC [M] drivers/hid/hid-cp2112.o
  127. CC [M] drivers/i2c/busses/i2c-ocores.o
  128. CC [M] fs/xfs/xfs_fsops.o
  129. CC [M] drivers/hid/hid-cypress.o
  130. LD [M] net/netfilter/nf_conntrack_h323.o
  131. CC [M] drivers/i2c/busses/i2c-pca-platform.o
  132. CC [M] drivers/hid/hid-dr.o
  133. CC [M] drivers/hid/hid-emsff.o
  134. CC [M] drivers/i2c/busses/i2c-rk3x.o
  135. LD [M] net/netfilter/nf_tables.o
  136. CC [M] drivers/hid/hid-elecom.o
  137. CC [M] drivers/hid/hid-elo.o
  138. CC [M] net/netfilter/nft_compat.o
  139. CC [M] drivers/hid/hid-ezkey.o
  140. CC [M] drivers/i2c/busses/i2c-simtec.o
  141. CC [M] drivers/hid/hid-gt683r.o
  142. CC [M] drivers/i2c/busses/i2c-xiic.o
  143. CC [M] net/netfilter/nft_ct.o
  144. CC [M] net/netfilter/nft_nat.o
  145. CC [M] net/netfilter/nft_limit.o
  146. CC [M] net/netfilter/nft_queue.o
  147. LD drivers/hid/usbhid/usbhid.o
  148. CC [M] net/netfilter/nft_reject.o
  149. LD drivers/hid/usbhid/built-in.o
  150. CC [M] drivers/hid/hid-gyration.o
  151. CC [M] drivers/i2c/busses/i2c-diolan-u2c.o
  152. /home/kenny/kernel-3.18/net/netfilter/nft_compat.c: In function ‘nft_match_eval’:
  153. /home/kenny/kernel-3.18/net/netfilter/nft_compat.c:280:9: error: switch condition has boolean value [-Werror=switch-bool]
  154. switch(ret) {
  155. ^
  156. CC [M] drivers/hid/hid-holtek-kbd.o
  157. CC [M] drivers/i2c/busses/i2c-parport-light.o
  158. CC [M] drivers/hid/hid-holtek-mouse.o
  159. CC [M] drivers/hid/hid-holtekff.o
  160. CC [M] fs/xfs/xfs_icache.o
  161. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c: In function ‘nft_ct_get_eval’:
  162. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_DIRECTION’ not handled in switch [-Werror=switch]
  163. switch (priv->key) {
  164. ^
  165. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_STATUS’ not handled in switch [-Werror=switch]
  166. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_MARK’ not handled in switch [-Werror=switch]
  167. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_SECMARK’ not handled in switch [-Werror=switch]
  168. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_EXPIRATION’ not handled in switch [-Werror=switch]
  169. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_HELPER’ not handled in switch [-Werror=switch]
  170. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_L3PROTOCOL’ not handled in switch [-Werror=switch]
  171. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_SRC’ not handled in switch [-Werror=switch]
  172. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_DST’ not handled in switch [-Werror=switch]
  173. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_PROTOCOL’ not handled in switch [-Werror=switch]
  174. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_PROTO_SRC’ not handled in switch [-Werror=switch]
  175. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_PROTO_DST’ not handled in switch [-Werror=switch]
  176. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:49:2: error: enumeration value ‘NFT_CT_LABELS’ not handled in switch [-Werror=switch]
  177. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_STATE’ not handled in switch [-Werror=switch]
  178. switch (priv->key) {
  179. ^
  180. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_L3PROTOCOL’ not handled in switch [-Werror=switch]
  181. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_SRC’ not handled in switch [-Werror=switch]
  182. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_DST’ not handled in switch [-Werror=switch]
  183. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_PROTOCOL’ not handled in switch [-Werror=switch]
  184. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_PROTO_SRC’ not handled in switch [-Werror=switch]
  185. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:64:2: error: enumeration value ‘NFT_CT_PROTO_DST’ not handled in switch [-Werror=switch]
  186. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_STATE’ not handled in switch [-Werror=switch]
  187. switch (priv->key) {
  188. ^
  189. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_DIRECTION’ not handled in switch [-Werror=switch]
  190. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_STATUS’ not handled in switch [-Werror=switch]
  191. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_MARK’ not handled in switch [-Werror=switch]
  192. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_SECMARK’ not handled in switch [-Werror=switch]
  193. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_EXPIRATION’ not handled in switch [-Werror=switch]
  194. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_HELPER’ not handled in switch [-Werror=switch]
  195. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:123:2: error: enumeration value ‘NFT_CT_LABELS’ not handled in switch [-Werror=switch]
  196. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c: In function ‘nft_ct_set_eval’:
  197. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_STATE’ not handled in switch [-Werror=switch]
  198. switch (priv->key) {
  199. ^
  200. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_DIRECTION’ not handled in switch [-Werror=switch]
  201. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_STATUS’ not handled in switch [-Werror=switch]
  202. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_SECMARK’ not handled in switch [-Werror=switch]
  203. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_EXPIRATION’ not handled in switch [-Werror=switch]
  204. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_HELPER’ not handled in switch [-Werror=switch]
  205. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_L3PROTOCOL’ not handled in switch [-Werror=switch]
  206. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_SRC’ not handled in switch [-Werror=switch]
  207. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_DST’ not handled in switch [-Werror=switch]
  208. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_PROTOCOL’ not handled in switch [-Werror=switch]
  209. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_PROTO_SRC’ not handled in switch [-Werror=switch]
  210. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_PROTO_DST’ not handled in switch [-Werror=switch]
  211. /home/kenny/kernel-3.18/net/netfilter/nft_ct.c:166:2: error: enumeration value ‘NFT_CT_LABELS’ not handled in switch [-Werror=switch]
  212. cc1: all warnings being treated as errors
  213. /home/kenny/kernel-3.18/scripts/Makefile.build:263: recipe for target 'net/netfilter/nft_compat.o' failed
  214. make[3]: *** [net/netfilter/nft_compat.o] Error 1
  215. make[3]: *** Waiting for unfinished jobs....
  216. CC [M] fs/xfs/xfs_ioctl.o
  217. /home/kenny/kernel-3.18/net/netfilter/nft_reject.c: In function ‘nft_reject_dump’:
  218. /home/kenny/kernel-3.18/net/netfilter/nft_reject.c:61:2: error: enumeration value ‘NFT_REJECT_TCP_RST’ not handled in switch [-Werror=switch]
  219. switch (priv->type) {
  220. ^
  221. /home/kenny/kernel-3.18/net/netfilter/nft_reject.c:61:2: error: enumeration value ‘NFT_REJECT_ICMPX_UNREACH’ not handled in switch [-Werror=switch]
  222. CC [M] drivers/i2c/busses/i2c-robotfuzz-osif.o
  223. cc1: all warnings being treated as errors
  224. /home/kenny/kernel-3.18/scripts/Makefile.build:263: recipe for target 'net/netfilter/nft_reject.o' failed
  225. make[3]: *** [net/netfilter/nft_reject.o] Error 1
  226. cc1: all warnings being treated as errors
  227. CC [M] drivers/hid/hid-huion.o
  228. CC [M] drivers/i2c/busses/i2c-taos-evm.o
  229. /home/kenny/kernel-3.18/scripts/Makefile.build:263: recipe for target 'net/netfilter/nft_ct.o' failed
  230. make[3]: *** [net/netfilter/nft_ct.o] Error 1
  231. CC [M] drivers/hid/hid-icade.o
  232. CC [M] drivers/i2c/busses/i2c-tiny-usb.o
  233. CC [M] fs/xfs/xfs_iops.o
  234. CC [M] fs/xfs/xfs_inode.o
  235. CC [M] drivers/hid/hid-kensington.o
  236. CC [M] drivers/hid/hid-keytouch.o
  237. LD drivers/i2c/busses/built-in.o
  238. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'net/netfilter' failed
  239. make[2]: *** [net/netfilter] Error 2
  240. /home/kenny/kernel-3.18/Makefile:939: recipe for target 'net' failed
  241. make[1]: *** [net] Error 2
  242. make[1]: *** Waiting for unfinished jobs....
  243. CC [M] drivers/hid/hid-kye.o
  244. CC [M] drivers/hid/hid-lcpower.o
  245. CC [M] drivers/hid/hid-lenovo.o
  246. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'fs/reiserfs' failed
  247. make[2]: *** [fs/reiserfs] Error 2
  248. make[2]: *** Waiting for unfinished jobs....
  249. CC [M] drivers/hid/hid-lg.o
  250. LD [M] drivers/i2c/busses/i2c-designware-platform.o
  251. CC [M] fs/xfs/xfs_itable.o
  252. CC [M] drivers/hid/hid-lgff.o
  253. CC [M] fs/xfs/xfs_mount.o
  254. CC [M] drivers/hid/hid-lg2ff.o
  255. LD drivers/i2c/built-in.o
  256. CC [M] fs/xfs/xfs_mru_cache.o
  257. CC [M] fs/xfs/xfs_super.o
  258. cc1: all warnings being treated as errors
  259. CC [M] fs/xfs/xfs_symlink.o
  260. CC [M] drivers/hid/hid-lg3ff.o
  261. /home/kenny/kernel-3.18/scripts/Makefile.build:257: recipe for target 'fs/nfs/nfs4proc.o' failed
  262. make[3]: *** [fs/nfs/nfs4proc.o] Error 1
  263. /home/kenny/kernel-3.18/scripts/Makefile.build:402: recipe for target 'fs/nfs' failed
  264. make[2]: *** [fs/nfs] Error 2
  265. CC [M] fs/xfs/xfs_sysfs.o
  266. CC [M] drivers/hid/hid-lg4ff.o
  267. CC [M] fs/xfs/xfs_trans.o
  268. CC [M] drivers/hid/hid-logitech-dj.o
  269. CC [M] fs/xfs/xfs_xattr.o
  270. CC [M] fs/xfs/kmem.o
  271. CC [M] fs/xfs/uuid.o
  272. CC [M] fs/xfs/xfs_log.o
  273. CC [M] drivers/hid/hid-logitech-hidpp.o
  274. CC [M] fs/xfs/xfs_log_cil.o
  275. CC [M] drivers/hid/hid-magicmouse.o
  276. CC [M] fs/xfs/xfs_buf_item.o
  277. CC [M] drivers/hid/hid-microsoft.o
  278. CC [M] drivers/hid/hid-monterey.o
  279. CC [M] fs/xfs/xfs_extfree_item.o
  280. /home/kenny/kernel-3.18/drivers/hid/hid-logitech-hidpp.c:838:22: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
  281. .input_configured = hidpp_input_configured,
  282. ^
  283. /home/kenny/kernel-3.18/drivers/hid/hid-logitech-hidpp.c:838:22: note: (near initialization for ‘hidpp_driver.input_configured’)
  284. CC [M] fs/xfs/xfs_icreate_item.o
  285. CC [M] fs/xfs/xfs_inode_item.o
  286. CC [M] fs/xfs/xfs_log_recover.o
  287. CC [M] drivers/hid/hid-multitouch.o
  288. CC [M] drivers/hid/hid-ntrig.o
  289. CC [M] drivers/hid/hid-ortek.o
  290. CC [M] fs/xfs/xfs_trans_ail.o
  291. CC [M] fs/xfs/xfs_trans_buf.o
  292. CC [M] drivers/hid/hid-prodikeys.o
  293. CC [M] fs/xfs/xfs_trans_extfree.o
  294. CC [M] drivers/hid/hid-pl.o
  295. CC [M] fs/xfs/xfs_trans_inode.o
  296. CC [M] fs/xfs/xfs_stats.o
  297. CC [M] fs/xfs/xfs_sysctl.o
  298. CC [M] drivers/hid/hid-penmount.o
  299. CC [M] fs/xfs/xfs_ioctl32.o
  300. CC [M] drivers/hid/hid-petalynx.o
  301. CC [M] drivers/hid/hid-picolcd_core.o
  302. CC [M] drivers/hid/hid-picolcd_fb.o
  303. CC [M] drivers/hid/hid-picolcd_backlight.o
  304. CC [M] drivers/hid/hid-picolcd_lcd.o
  305. CC [M] drivers/hid/hid-picolcd_leds.o
  306. CC [M] drivers/hid/hid-picolcd_cir.o
  307. CC [M] drivers/hid/hid-picolcd_debugfs.o
  308. CC [M] drivers/hid/hid-primax.o
  309. CC [M] drivers/hid/hid-roccat.o
  310. CC [M] drivers/hid/hid-roccat-common.o
  311. CC [M] drivers/hid/hid-roccat-arvo.o
  312. CC [M] drivers/hid/hid-roccat-isku.o
  313. CC [M] drivers/hid/hid-roccat-kone.o
  314. CC [M] drivers/hid/hid-roccat-konepure.o
  315. CC [M] drivers/hid/hid-roccat-koneplus.o
  316. CC [M] drivers/hid/hid-roccat-kovaplus.o
  317. CC [M] drivers/hid/hid-roccat-pyra.o
  318. CC [M] drivers/hid/hid-roccat-lua.o
  319. CC [M] drivers/hid/hid-roccat-ryos.o
  320. CC [M] drivers/hid/hid-roccat-savu.o
  321. CC [M] drivers/hid/hid-rmi.o
  322. CC [M] drivers/hid/hid-saitek.o
  323. CC [M] drivers/hid/hid-sjoy.o
  324. CC [M] drivers/hid/hid-samsung.o
  325. CC [M] drivers/hid/hid-sony.o
  326. CC [M] drivers/hid/hid-speedlink.o
  327. CC [M] drivers/hid/hid-steelseries.o
  328. CC [M] drivers/hid/hid-sunplus.o
  329. CC [M] drivers/hid/hid-gaff.o
  330. CC [M] drivers/hid/hid-thingm.o
  331. CC [M] drivers/hid/hid-tmff.o
  332. CC [M] drivers/hid/hid-tivo.o
  333. CC [M] drivers/hid/hid-topseed.o
  334. CC [M] drivers/hid/hid-twinhan.o
  335. CC [M] drivers/hid/hid-uclogic.o
  336. CC [M] drivers/hid/hid-xinmo.o
  337. CC [M] drivers/hid/hid-zpff.o
  338. LD [M] fs/xfs/xfs.o
  339. CC [M] drivers/hid/hid-zydacron.o
  340. CC [M] drivers/hid/wacom_wac.o
  341. /home/kenny/kernel-3.18/Makefile:939: recipe for target 'fs' failed
  342. make[1]: *** [fs] Error 2
  343. CC [M] drivers/hid/wacom_sys.o
  344. CC [M] drivers/hid/hid-waltop.o
  345. CC [M] drivers/hid/hid-wiimote-core.o
  346. CC [M] drivers/hid/hid-wiimote-modules.o
  347. CC [M] drivers/hid/hid-wiimote-debug.o
  348. CC [M] drivers/hid/hid-sensor-hub.o
  349. LD drivers/hid/hid.o
  350. LD [M] drivers/hid/hid-logitech.o
  351. LD [M] drivers/hid/hid-picolcd.o
  352. LD drivers/hid/built-in.o
  353. LD [M] drivers/hid/hid-wiimote.o
  354. LD [M] drivers/hid/wacom.o
  355. /home/kenny/kernel-3.18/Makefile:939: recipe for target 'drivers' failed
  356. make[1]: *** [drivers] Error 2
  357. make[1]: Leaving directory '/home/kenny/KERNEL_OUT'
  358. Makefile:145: recipe for target 'sub-make' failed
  359. make: *** [sub-make] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement