[PATCH] valgrind: fix config missing in menuconfig.
Chuanhong Guo
gch981213 at gmail.com
Fri Jan 5 18:41:29 PST 2024
Hi!
On Tue, Nov 7, 2023 at 10:04 AM <quic_shoudil at quicinc.com> wrote:
>
> From: shoudil <quic_shoudil at quicinc.com>
>
> 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
More information about the openwrt-devel
mailing list