I'm trying to build a custom image with BTF enabled for raspberry pi 4 B. When I run make, I get the following error after a while
touch /root/openwrt/build_dir/host/cmake-3.25.2/.built
touch /root/openwrt/staging_dir/host/stamp/.cmake_installed
make[3]: Leaving directory '/root/openwrt/tools/cmake'
time: tools/cmake/compile#1437.18#115.69#815.02
make[2]: Leaving directory '/root/openwrt'
make[1]: *** [tools/Makefile:215: /root/openwrt/staging_dir/host/stamp/.tools_compile_nyyynyynnyyyyynyyyyyyynyynnynyynnynnyyyyyyyyyyyyyyyyynynnyyyyyyy] Error 2
make[1]: Leaving directory '/root/openwrt'
make: *** [/root/openwrt/include/toplevel.mk:231: world] Error 2
Am I doing something wrong here? Can someone help me please?