Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

failed to start tool 'memcheck' for platform 'arm64-linux': No such file or directory #10

Open
dmsherazi opened this issue Apr 28, 2022 · 2 comments

Comments

@dmsherazi
Copy link

When running valgrind command I get this error

valgrind: failed to start tool 'memcheck' for platform 'arm64-linux': No such file or directory
@albanoandrea
Copy link

I had to give execution permission to everything and export this variable:
export VALGRIND_LIB=/data/local/tmp/valgrind/libexec/valgrind

After that I get segmentation fault even if I run valgrind --help

@TianpingHsu
Copy link

TianpingHsu commented Jun 16, 2023

I had to give execution permission to everything and export this variable: export VALGRIND_LIB=/data/local/tmp/valgrind/libexec/valgrind

After that I get segmentation fault even if I run valgrind --help

@albanoandrea do you solve it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants