[PATCH] valgrind: fix config missing in menuconfig.

Shoudi Li (Stephen) quic_shoudil at quicinc.com
Sat Jan 6 02:51:51 PST 2024



On 2024/1/6 10:41, Chuanhong Guo wrote:
> 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.
> 

We are using cortex-a7 core (ARMv7 32bit),thanks for the suggestion, we 
will add CONFIG_CPU_V7 kernel config to have a check.

Shoudil



More information about the openwrt-devel mailing list