Hi! On Tue, Nov 7, 2023 at 10:04 AM <[email protected]> wrote: > > From: shoudil <[email protected]> > > Enable valgrind related configs in menuconfig to support compile on > 32bit arm targets.
Valgrind only runs on ARMv7 and newer targets, so it's only built on arm_v7 and aarch64. Are you using an ARMv8 core in aarch32 mode? If that's the case you should make CONFIG_CPU_V7 available in your kernel config. -- Regards, Chuanhong Guo _______________________________________________ openwrt-devel mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-devel
