I am trying to detect the memory leakage/Heap Over flow error using Address sanitizer in "gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" toolchain. There is error "cannot find libasan_preinit.o: No such file or directory". I found thi

I am trying to detect the memory leakage/Heap Over flow error using Address sanitizer in "gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf" toolchain. There is error "cannot find libasan_preinit.o: No such file or directory".  I found this file in toolchain and copied in standard toolchain path. After compiling successfully I am not able to get Heap Over flow or Memmory leakage summary on target board(ARMv7, cortex A8). Someone guide me to get the heap overflow summary and Memory leakage summary after running the executable. I have tried with Address sanitizer on host machine(x86) and it is working fine and throwing a nice heap over flow and memory leakage summary but I'm not able to get exactly same output on my target board. PLease suugest me. Thanks.