Advertisement
OdSazib

ido-kernel-compile-error

May 28th, 2016
3,016
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. odsazib@dectylion:~/kernel$ make -j8 Image
  2.  
  3. warning: (SND_SOC_APQ8084 && SND_SOC_MSM8X16 && SND_SOC_MSM8994) selects SND_SOC_CPE which has unmet direct dependencies (SOUND && !M68K && !UML && SND && SND_SOC && SND_SOC_WCD_CPE)
  4. warning: (ARCH_MSM) selects DEVFREQ_GOV_MSM_BW_HWMON which has unmet direct dependencies (PM_DEVFREQ && (ARCH_MSM_KRAIT || ARCH_MSM_BIMC_BWMON))
  5.  
  6. .
  7. .
  8. .
  9.  
  10. In file included from scripts/sortextable.c:166:0:
  11. scripts/sortextable.c: In function ‘main’:
  12. scripts/sortextable.h:158:3: warning: ‘relocs_size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  13.   memset(relocs, 0, relocs_size);
  14.    ^
  15. scripts/sortextable.h:104:6: note: ‘relocs_size’ was declared here
  16.   int relocs_size;
  17.       ^
  18. In file included from scripts/sortextable.c:164:0:
  19. scripts/sortextable.h:158:3: warning: ‘relocs_size’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  20.    memset(relocs, 0, relocs_size);
  21.    ^
  22. scripts/sortextable.h:104:6: note: ‘relocs_size’ was declared here
  23.   int relocs_size;
  24.       ^
  25.  
  26. .
  27. .
  28. .
  29.  
  30.   CC      net/netfilter/nf_conntrack_proto_generic.o
  31. drivers/input/misc/akm09911.c:473:13: warning: 'AKECS_GetData_Poll_self' defined but not used [-Wunused-function]
  32.  static long AKECS_GetData_Poll_self(struct akm_compass_data *akm, uint8_t *rbuf, int size)
  33.              ^
  34.   .
  35. .
  36. .
  37. .
  38. drivers/input/touchscreen/ft5x06_ts.c: In function 'hardwareinfo_set':
  39. drivers/input/touchscreen/ft5x06_ts.c:2192:6: warning: unused variable 'err' [-Wunused-variable]
  40.   int err;
  41.       ^
  42.  .
  43. .
  44. .
  45. .
  46. .
  47. drivers/input/touchscreen/ft5x06_720p.c: In function 'hardwareinfo_set':
  48. drivers/input/touchscreen/ft5x06_720p.c:2296:6: warning: unused variable 'err' [-Wunused-variable]
  49.   int err;
  50.       ^
  51.  
  52.  
  53.  
  54.  ///////////////////
  55. drivers/soc/qcom/subsystem_restart.c: In function 'subsys_register':
  56. drivers/soc/qcom/subsystem_restart.c:1481:19: error: 'WT_SUBSYSTEM_REASTART_LEVEL' undeclared (first use in this function)
  57.   if (0 == strncmp(WT_SUBSYSTEM_REASTART_LEVEL, "SYSTEM", 6)) {
  58.                    ^
  59. drivers/soc/qcom/subsystem_restart.c:1481:19: note: each undeclared identifier is reported only once for each function it appears in
  60. scripts/Makefile.build:308: recipe for target 'drivers/soc/qcom/subsystem_restart.o' failed
  61. make[3]: *** [drivers/soc/qcom/subsystem_restart.o] Error 1
  62. make[3]: *** Waiting for unfinished jobs....
  63. .
  64. .
  65. .
  66. Makefile:822: recipe for target 'drivers' failed
  67. make: *** [drivers] Error 2
  68. odsazib@dectylion:~/kernel$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement