I am unable to build a kernel for crosshatch. Looks like a missing file or broken path?
Also I am only assuming "android-msm-bluecross-4.9-pie-dr1-release" for the branch and "sdm845-perf" for the defconfig from looking at git history as there is no documentation for crosshatch or blueline in https://source.android.com/setup/build/building-kernels Build commands: git clone https://android.googlesource.com/kernel/msm kernel/msm cd "kernel/msm" git checkout android-msm-bluecross-4.9-pie-dr1-release export ARCH=arm64 export CROSS_COMPILE="$PWD/prebuilts/gcc/linux-x86/aarch64/aarch64-linux-android-${gcc_version}/bin/aarch64-linux-android-" make "sdm845-perf_defconfig" make -j8 Failure output: In file included from drivers/clk/qcom/mdss/mdss_pll_trace.h:116:0, from drivers/clk/qcom/mdss/mdss-dsi-pll-10nm.c:24: ./include/trace/define_trace.h:88:43: fatal error: ./mdss_pll_trace.h: No such file or directory #include TRACE_INCLUDE(TRACE_INCLUDE_FILE) compilation terminated. scripts/Makefile.build:336: recipe for target 'drivers/clk/qcom/mdss/mdss-dsi-pll-10nm.o' failed make[4]: *** [drivers/clk/qcom/mdss/mdss-dsi-pll-10nm.o] Error 1 make[4]: *** Waiting for unfinished jobs.... scripts/Makefile.build:650: recipe for target 'drivers/clk/qcom/mdss' failed make[3]: *** [drivers/clk/qcom/mdss] Error 2 scripts/Makefile.build:650: recipe for target 'drivers/clk/qcom' failed make[2]: *** [drivers/clk/qcom] Error 2 scripts/Makefile.build:650: recipe for target 'drivers/clk' failed make[1]: *** [drivers/clk] Error 2 make[1]: *** Waiting for unfinished jobs.... create image file: arch/arm64/boot/dtbo.img... Can not read file: arch/arm64/boot/dts/google/sdm845-v2-b1c1-devboard.dtbo arch/arm64/boot/Makefile:71: recipe for target 'arch/arm64/boot/dtbo.img' failed make[1]: *** [arch/arm64/boot/dtbo.img] Error 255 arch/arm64/Makefile:214: recipe for target 'dtbo.img' failed make: *** [dtbo.img] Error 2 make: *** Waiting for unfinished jobs.... Makefile:1117: recipe for target 'drivers' failed make: *** [drivers] Error 2 -- -- You received this message because you are subscribed to the "Android Building" mailing list. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-building?hl=en --- You received this message because you are subscribed to the Google Groups "Android Building" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
