Hi,
I have installed libbpf-dev but still facing issue while building. I am attaching build-log file. Kindly, help me resolve this issue.
Other changes I have done
1) In this path /home/sdv/Music/imx-automotive-14.0.0_2.3.0/android_build/vendor/nxp-opensource/kernel_imx/scripts/
inside file link-vmlinux.sh, commented below piece of code.
#if ! [ -x "$(command -v ${PAHOLE})" ]; then
# echo >&2 "BTF: ${1}: pahole (${PAHOLE}) is not available"
# return 1
#fi
2) In this path,/home/sdv/Music/imx-automotive-14.0.0_2.3.0/android_build/out/target/product/mek_8q/obj/KERNEL_OBJ/
Inside .config file,
changed CONFIG_DEBUG_INFO_BTF=y to # CONFIG_DEBUG_INFO_BTF is not set
changed CONFIG_DEBUG_INFO_DWARF5=y to # CONFIG_DEBUG_INFO_DWARF5 is not set