Valgrind executable?
-
There is a field of settings of Analizer > Generic Settings > Valgrind executable.
How can I set this field?I have a problem with Valgrind on Qt when debug with Memcheck or Callgrind.
The next error appears:
Error: "valgrind" could not be started: execve: No such file or directory
and I dont know its cause. -
Hi and welcome to devnet,
What OS are you on ?
Did you install Valgrind for it if available ?
-
Mac OS 10.11.6
Xcode 7.3.1
I installed Valgrind
(with some preliminary steps as:
command line of Xcode, brew updated,
autoconf, automake, libtool).Thanks for the welcome!
-
Then put the path to valgrind into the settings of Qt Creator and you should be good to go.
-
You're welcome !
Since you have it working now, please mark the thread as solved using the "Topic Tools" button so that other forum users may know a solution has been found :)