Hello, brother. First of all, thank you for sharing the kernelSU kernel of Pixel2. I have searched all over the Internet and only you have shared its kernel here.
However, I encountered some problems in the project compiled according to the compilation chain, as if the msm method could not be found in the audio_hwacc_effects.c file, and I analyzed its source code. Does it feel like a problem with the header file reference? Or is there something wrong with my compilation chain?
My compilation command is:
make -j$(nproc) O=out \
ARCH=arm64 \
CC=/root/make_kernel_pix2/clang_383902/bin/clang \
CLANG_TRIPLE=aarch64-linux-gnu- \
CROSS_COMPILE=/root/make_kernel_pix2/aarch64-linux-android-4.9/bin/aarch64-linux-android- \
CROSS_COMPILE_ARM32=/root/make_kernel_pix2/arm-linux-androideabi-4.9/bin/arm-linux-androideabi- \
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=/root/make_kernel_pix2/aarch64-linux-android-4.9/bin \
LINUX_GCC_CROSS_COMPILE_ARM32_PREBUILTS_BIN=/root/make_kernel_pix2/arm-linux-androideabi-4.9/bin \
CLANG_PREBUILT_BIN=/root/make_kernel_pix2/clang_383902/bin

Can you help me? I appreciate it!
Hello, brother. First of all, thank you for sharing the kernelSU kernel of Pixel2. I have searched all over the Internet and only you have shared its kernel here.
However, I encountered some problems in the project compiled according to the compilation chain, as if the msm method could not be found in the audio_hwacc_effects.c file, and I analyzed its source code. Does it feel like a problem with the header file reference? Or is there something wrong with my compilation chain?
My compilation command is:
Can you help me? I appreciate it!