Problem documented but not solved

All

CUDA 8.0
Ubuntu 16.04
Driver 381.22

Start Nsight => Crash => “-XX:MaxPermSize=256m” line removed from nsight.ini

*********************************************************+

Now gives the following message and exits

An error has occurred. See the log file
/home/massive/workspace/basestation/src/.metadata/.log.


Part of the .log

!ENTRY org.eclipse.cdt.codan.checkers.ui 4 0 2017-05-11 17:28:25.233
!MESSAGE FrameworkEvent ERROR
!STACK 0
org.osgi.framework.BundleException: Could not resolve module: org.eclipse.cdt.codan.checkers.ui [83]
Unresolved requirement: Require-Bundle: org.eclipse.cdt.core
→ Bundle-SymbolicName: org.eclipse.cdt.core; bundle-version=“5.7.0.nvidia-qualifier”; singleton:=“true”
org.eclipse.cdt.core [88]
Unresolved requirement: Require-Capability: osgi.ee; filter:=“(&(osgi.ee=JavaSE)(version=1.7))”

at org.eclipse.osgi.container.Module.start(Module.java:434)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1582)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.incStartLevel(ModuleContainer.java:1561)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.doContainerStartLevel(ModuleContainer.java:1533)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1476)
at org.eclipse.osgi.container.ModuleContainer$ContainerStartLevel.dispatchEvent(ModuleContainer.java:1)
at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
at org.eclipse.osgi.framework.eventmgr.EventManager$EventThread.run(EventManager.java:340)

Any idea?

Thanks

Luis Gonçalves

google “Require-Bundle: org.eclipse.cdt.core nsight”

first hit is this:

[url]linux - Cannot launch Nvidia nsight - Stack Overflow