Valgrind in the eclipse

Asked

Viewed 24 times

0

I’ve been looking for it for a while and I can’t find anything like it. I need to use Valgrind in eclipse (eclipse has support), I have already performed all the package installations I found on the net but I could not run it. To run I go in "PROFILING TOOLS -> PROFILE WITH VALGRIND" the project is compiled but it does not run together with Valgrind. Follow the screen that appears after the procedure, which in case would be running the project with Valgrind.

Apenas aparece essa mensagem e ele não roda

Follow the Valgrind settings:

Configuração

Would anyone know where the error is? or what configuration is missing?

1 answer

1

I already got the solution, the problem was the result of a missing package. The project runs in 32 bits and Valgrind was selected to run in 64 bits. Just install the following package:

sudo apt-get install libc6-dbg:i386

Browser other questions tagged

You are not signed in. Login or sign up in order to post.