Hi, our team have meeting a memery leak serious problem in App development based on imx6ulevk bsp Rev. L3.14.38_6ul-ga, I want to debug with valgrind, so i have downloaded the source code and cross compiled it with yocto toolchain.
but it can not run on the target board, it need the libc6-dbg unstriped libraries, so i copy all the libraries from /opt/poky/1.8/sysroots/cortexa7hf-vfp-neon-poky-linux-gnueabi/lib/.debug/ to the target board /lib/.debug;
but it still cannot run.
it's there some solution to fix the problem or install the valgrind tool through the yocto project on the target root filesystem?