Я не могу установить Valgrind на мою Eclipse IDE - не могу определить версию Valgrind - PullRequest
0 голосов
/ 26 июня 2019

У меня есть проблема. Я установил Eclipse IDE для Java SE, затем установил следующее программное обеспечение:

  Arduino C++ Tools 9.7.2.201904300035  org.eclipse.cdt.arduino.feature.group   Eclipse CDT
  C/C++ Autotools support   9.7.2.201904300035  org.eclipse.cdt.autotools.feature.group Eclipse CDT
  C/C++ CMake Build Support - Preview   9.7.2.201904300035  org.eclipse.cdt.cmake.feature.group Eclipse CDT
  C/C++ Development Tools   9.7.2.201904300035  org.eclipse.cdt.feature.group   Eclipse CDT
  C/C++ Launch over Serial  9.7.2.201904300035  org.eclipse.cdt.launch.serial.feature.feature.group Eclipse CDT
  C/C++ Qt Support - Preview    9.7.2.201904300035  org.eclipse.cdt.qt.feature.group    Eclipse CDT
  Dataviewers for Linux Tools   7.3.0.201906121603  org.eclipse.linuxtools.dataviewers.feature.feature.group    Eclipse Linux Tools
  Dataviewers for Linux Tools Developer Resources   7.3.0.201906121603  org.eclipse.linuxtools.dataviewers.feature.source.feature.group Eclipse Linux Tools
  GCov Integration  7.3.0.201906121603  org.eclipse.linuxtools.gcov.feature.group   Eclipse Linux Tools
  GProf Integration 7.3.0.201906121603  org.eclipse.linuxtools.gprof.feature.feature.group  Eclipse Linux Tools
  LaunchBar 2.2.2.201811071421  org.eclipse.launchbar.feature.group Eclipse CDT
  Library Hover help for devhelp documentation  7.3.0.201906121603  org.eclipse.linuxtools.cdt.libhover.devhelp.feature.feature.group   Eclipse Linux Tools
  OProfile Integration  7.3.0.201906121603  org.eclipse.linuxtools.oprofile.feature.feature.group   Eclipse Linux Tools
  Perf Integration  7.3.0.201906121603  org.eclipse.linuxtools.perf.feature.feature.group   Eclipse Linux Tools
  SystemTap IDE and Visualization Tools 7.3.0.201906121603  org.eclipse.linuxtools.systemtap.feature.group  Eclipse Linux Tools
  Valgrind Tools Integration    7.3.0.201906121603  org.eclipse.linuxtools.valgrind.feature.group   Eclipse Linux Tools

Но когда я щелкаю правой кнопкой мыши по своему проекту в проводнике проектов -> «Инструменты профилирования» -> «Профилирование с помощью Valgrind».

Тогда я получил эту ошибку: enter image description here

В чем проблема? Это ошибка или я что-то забыл установить?

* Lubuntu Linux
* Eclipse 2019-06
...