Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.1
-
None
Description
Qt creator lists Valgrind as an active option under "Analyze" menu. However Valgrind is not installed to the Boot2Qt devices and trying to run it causes following error:
sh: valgrind: command not found
Analyzing finished.
** Unknown error **
Possible fixes:
- Install Valgrind to B2QT devices?
- Detect if valgrind is available on target and enable/disable Valgrind options?
- Document installation of Valgrind?
- ...