error:  ERROR: Kernel configuration is invalid.
         include/generated/autoconf.h or include/config/auto.conf are missing.
         Run 'make oldconfig && make prepare' on kernel src to fix it.
  WARNING: Symbol version dump /home/archermind/protect/cherrytrail_T3_android_5_1_source_code_double_debug/kernel/cht/Module.symvers
           is missing; modules will have no dependencies and modversions.
解决方法:

cd /home/archermind/protect/cherrytrail_T3_android_5_1_source_code_double_debug/kernel/cht
(进入自己内核源码的cht下)

:执行make oldconfig

:执行make prepare

相关文章:

  • 2021-09-01
  • 2021-07-30
  • 2022-12-23
  • 2021-11-05
  • 2022-01-28
  • 2021-11-15
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-09-11
  • 2021-04-30
  • 2021-05-17
  • 2021-07-24
  • 2021-12-18
  • 2021-07-27
  • 2021-05-11
相关资源
相似解决方案