Installing Minimal Valgrind Components for Embedded Systems to Reduce Footprint

@Middleware & OS Hey guys, In other for me to minimize my embedded system's footprint, can I install just the necessary Valgrind components without replicating the entire installation path e.g., /tmp/val? I am using Valgrind 3.23.0, If so, which specific files from the build output are required for memcheck to function correctly?r
1 Reply
UC GEE
UC GEE3w ago
'libexec/valgrind/memcheck' -Use this main tool for detecting memory errors in ur project. 'libexec/valgrind/valgrind' - make use of Valgrind executable to run the memcheck tool. I believe these two vital points will help you in your project @Dtynin