I have a Linux device with an armv4 processor and develop C code on it. I would like to debug my code through valgrind . However, I get a message that valgrind does not support armv4l. I wonder if there will be a way to suppress the error or what could be an alternative debug package for analyzing memory leaks?
This is how I try to install valgrind
ts7500:/home
source share