Hi,
I've cloned the
android-msm-dory-3.10-kitkat-wear branch and checked out the
android-4.4w_r10 tag,
dory_defconfig as my .config. Thanks for releasing code to the public. I'm using a 4.9 gcc toolchain (arm-linux-androideabi from the NDK) as my cross compiler on a modern Ubuntu VM (14.10). I haven't modified anything yet but I intend to build the
gator driver in to the kernel or at least relax the security so I can load modules. I've tried a few variations with my build parameters already but keep ending with an error in the Qualcomm power manager (see below). I was curious you had any ideas as to why or if LG or Qualcomm had any documentation on building and flashing a kernel for Dory. Also, seeing as my device just got the 5.0w update, should we expect a new tag for that kernel?
Thanks for your help,
Matt
LD drivers/power/power_supply.o
CC drivers/power/max17050_battery.o
CC drivers/power/qpnp-charger.o
CC drivers/power/qcom/msm-pm.o
drivers/power/qcom/msm-pm.c: In function 'msm_pc_debug_counters_copy':
drivers/power/qcom/msm-pm.c:774:17: warning: iteration 3u invokes undefined behavior [-Waggressive-loop-optimizations]
error, forbidden warning: msm-pm.c:774
scripts/Makefile.build:308: recipe for target 'drivers/power/qcom/msm-pm.o' failed
make[3]: *** [drivers/power/qcom/msm-pm.o] Error 1
scripts/Makefile.build:455: recipe for target 'drivers/power/qcom' failed
make[2]: *** [drivers/power/qcom] Error 2
scripts/Makefile.build:455: recipe for target 'drivers/power' failed
make[1]: *** [drivers/power] Error 2
Makefile:799: recipe for target 'drivers' failed
make: *** [drivers] Error 2