Advertisement
Guest User

Untitled

a guest
Feb 18th, 2014
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.12 KB | None | 0 0
  1. CC drivers/video/s3c-fb.o
  2. drivers/video/s3c-fb.c: In function 's3c_fb_enable':
  3. drivers/video/s3c-fb.c:782:3: warning: statement with no effect [-Wunused-value]
  4. drivers/video/s3c-fb.c:783:3: error: implicit declaration of function 'platform_sysmmu_on' [-Werror=implicit-function-declaration]
  5. drivers/video/s3c-fb.c:815:3: error: implicit declaration of function 'platform_sysmmu_off' [-Werror=implicit-function-declaration]
  6. drivers/video/s3c-fb.c: In function 's3c_fb_wait_for_vsync':
  7. drivers/video/s3c-fb.c:1343:16: warning: unused variable 'count' [-Wunused-variable]
  8. drivers/video/s3c-fb.c: In function 's3c_fb_map_ion_handle':
  9. drivers/video/s3c-fb.c:1525:22: error: macro "iovmm_map" passed 4 arguments, but takes just 2
  10. drivers/video/s3c-fb.c:1524:18: error: 'iovmm_map' undeclared (first use in this function)
  11. drivers/video/s3c-fb.c:1524:18: note: each undeclared identifier is reported only once for each function it appears in
  12. drivers/video/s3c-fb.c: In function 's3c_fb_rgborder':
  13. drivers/video/s3c-fb.c:1731:10: error: 'WIN_RGB_ORDER_RGB' undeclared (first use in this function)
  14. drivers/video/s3c-fb.c:1735:10: error: 'WIN_RGB_ORDER_BGR' undeclared (first use in this function)
  15. drivers/video/s3c-fb.c: In function '__s3c_fb_update_regs':
  16. drivers/video/s3c-fb.c:2042:3: error: implicit declaration of function 'WIN_RGB_ORDER' [-Werror=implicit-function-declaration]
  17. drivers/video/s3c-fb.c:2054:3: error: implicit declaration of function 'VIDW_ALPHA0' [-Werror=implicit-function-declaration]
  18. drivers/video/s3c-fb.c:2056:3: error: implicit declaration of function 'VIDW_ALPHA1' [-Werror=implicit-function-declaration]
  19. drivers/video/s3c-fb.c: In function 's3c_fb_update_regs':
  20. drivers/video/s3c-fb.c:2113:4: error: implicit declaration of function 'SHD_VIDW_BUF_START' [-Werror=implicit-function-declaration]
  21. drivers/video/s3c-fb.c: In function 's3c_fb_alloc_memory':
  22. drivers/video/s3c-fb.c:2356:21: error: 'struct s3c_fb_pd_win' has no member named 'xres'
  23. drivers/video/s3c-fb.c:2356:37: error: 'struct s3c_fb_pd_win' has no member named 'yres'
  24. drivers/video/s3c-fb.c:2359:2: error: 'struct s3c_fb_pd_win' has no member named 'xres'
  25. drivers/video/s3c-fb.c:2359:2: error: 'struct s3c_fb_pd_win' has no member named 'yres'
  26. drivers/video/s3c-fb.c: In function 's3c_fb_probe_win':
  27. drivers/video/s3c-fb.c:2493:24: error: 'struct s3c_fb_platdata' has no member named 'vtiming'
  28. drivers/video/s3c-fb.c:2496:2: error: 'struct s3c_fb_pd_win' has no member named 'xres'
  29. drivers/video/s3c-fb.c:2497:2: error: 'struct s3c_fb_pd_win' has no member named 'yres'
  30. drivers/video/s3c-fb.c:2536:25: error: 'struct s3c_fb_pd_win' has no member named 'xres'
  31. drivers/video/s3c-fb.c:2537:25: error: 'struct s3c_fb_pd_win' has no member named 'yres'
  32. drivers/video/s3c-fb.c: In function 's3c_fb_set_rgb_timing':
  33. drivers/video/s3c-fb.c:2592:41: error: 'struct s3c_fb_platdata' has no member named 'vtiming'
  34. drivers/video/s3c-fb.c:2617:12: error: 'VIDCON2_RGB_ORDER_E_MASK' undeclared (first use in this function)
  35. drivers/video/s3c-fb.c:2617:39: error: 'VIDCON2_RGB_ORDER_O_MASK' undeclared (first use in this function)
  36. drivers/video/s3c-fb.c:2618:10: error: 'VIDCON2_RGB_ORDER_E_BGR' undeclared (first use in this function)
  37. drivers/video/s3c-fb.c:2618:36: error: 'VIDCON2_RGB_ORDER_O_BGR' undeclared (first use in this function)
  38. drivers/video/s3c-fb.c: In function 's3c_fb_probe':
  39. drivers/video/s3c-fb.c:2763:2: error: implicit declaration of function 'devm_request_and_ioremap' [-Werror=implicit-function-declaration]
  40. drivers/video/s3c-fb.c:2763:12: warning: assignment makes pointer from integer without a cast [enabled by default]
  41. drivers/video/s3c-fb.c: At top level:
  42. drivers/video/s3c-fb.c:3340:1: warning: data definition has no type or storage class [enabled by default]
  43. drivers/video/s3c-fb.c:3340:1: warning: type defaults to 'int' in declaration of 'module_platform_driver' [-Wimplicit-int]
  44. drivers/video/s3c-fb.c:3340:1: warning: parameter names (without types) in function declaration [enabled by default]
  45. CC drivers/usb/core/quirks.o
  46. drivers/video/s3c-fb.c:3329:31: warning: 's3c_fb_driver' defined but not used [-Wunused-variable]
  47. cc1: some warnings being treated as errors
  48. scripts/Makefile.build:305: recipe for target 'drivers/video/s3c-fb.o' failed
  49. make[2]: *** [drivers/video/s3c-fb.o] Error 1
  50. scripts/Makefile.build:441: recipe for target 'drivers/video' failed
  51. make[1]: *** [drivers/video] Error 2
  52. make[1]: *** Waiting for unfinished jobs....
  53. CC drivers/usb/core/devices.o
  54. CC drivers/usb/core/inode.o
  55. CC drivers/tty/serial/8250.o
  56. CC drivers/tty/serial/samsung.o
  57. CC drivers/tty/vt/vc_screen.o
  58. LD drivers/usb/core/usbcore.o
  59. LD drivers/usb/core/built-in.o
  60. CC drivers/usb/gadget/s3c_udc_otg.o
  61. CC drivers/tty/vt/selection.o
  62. CC drivers/tty/serial/s5pv210.o
  63. CC drivers/tty/vt/keyboard.o
  64. CC drivers/usb/host/shost/shost_driver.o
  65. LD drivers/tty/serial/built-in.o
  66. CC drivers/usb/host/shost/shost_scheduler.o
  67. CC drivers/usb/gadget/android.o
  68. CC drivers/usb/host/shost/shost_transferchecker.o
  69. In file included from drivers/usb/gadget/android.c:65:0:
  70. drivers/usb/gadget/f_diag.c: In function 'usb_config_work_func':
  71. drivers/usb/gadget/f_diag.c:145:21: warning: unused variable 's' [-Wunused-variable]
  72. drivers/usb/gadget/f_diag.c:144:29: warning: unused variable 'table' [-Wunused-variable]
  73. drivers/usb/gadget/f_diag.c:143:28: warning: unused variable 'cdev' [-Wunused-variable]
  74. drivers/usb/gadget/android.c: In function 'diag_function_bind_config':
  75. drivers/usb/gadget/android.c:987:6: warning: unused variable 'once' [-Wunused-variable]
  76. CC drivers/tty/vt/consolemap.o
  77. CONMK drivers/tty/vt/consolemap_deftbl.c
  78. CC drivers/usb/host/ehci-hcd.o
  79. LD drivers/usb/host/shost/shost_hcd.o
  80. LD drivers/usb/host/shost/built-in.o
  81. CC drivers/tty/vt/vt.o
  82. SHIPPED drivers/tty/vt/defkeymap.c
  83. CC drivers/tty/vt/consolemap_deftbl.o
  84. LD drivers/usb/misc/built-in.o
  85. CC drivers/usb/mon/mon_main.o
  86. CC drivers/usb/mon/mon_stat.o
  87. CC drivers/usb/mon/mon_text.o
  88. CC drivers/usb/mon/mon_bin.o
  89. CC drivers/tty/vt/defkeymap.o
  90. LD drivers/usb/mon/usbmon.o
  91. LD drivers/usb/mon/built-in.o
  92. LD drivers/tty/vt/built-in.o
  93. LD drivers/tty/built-in.o
  94. CC drivers/usb/notify/host_notify_class.o
  95. CC drivers/usb/notify/host_notifier.o
  96. CC drivers/usb/storage/scsiglue.o
  97. LD drivers/usb/host/built-in.o
  98. CC drivers/usb/storage/protocol.o
  99. LD drivers/usb/notify/built-in.o
  100. CC drivers/usb/storage/transport.o
  101. CC drivers/usb/storage/usb.o
  102. CC drivers/usb/storage/initializers.o
  103. CC drivers/usb/storage/sierra_ms.o
  104. CC drivers/usb/storage/option_ms.o
  105. CC drivers/usb/storage/usual-tables.o
  106. LD drivers/usb/storage/usb-storage.o
  107. LD drivers/usb/storage/built-in.o
  108. LD drivers/usb/gadget/g_android.o
  109. LD drivers/usb/gadget/built-in.o
  110. LD drivers/usb/built-in.o
  111. Makefile:954: recipe for target 'drivers' failed
  112. make: *** [drivers] Error 2
  113.  
  114. real 5m13.123s
  115. user 17m9.263s
  116. sys 1m3.893s
  117. Build failure !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement