Hello,
I am trying remote debug using Nsight Eclipse edition and Im getting the following error messages. Im using Nsight Eclipse Edition 10.2 and Ubuntu 18.04.6 LTS.
Terminal:
Coalescing of the CUDA commands output is off.
warning: “remote:” is deprecated, use “target:” instead.
warning: sysroot set to “target://”.
Error message pop-up:
Error in final launch sequence
Failed to execute MI command:
-target-select remote 192.168.0.100:2345
Error message from debugger back end:
192.168.0.100:2345: Connection timed out.
192.168.0.100:2345: Connection timed out.
I followed the link No timeline for profiler Xavier: nvvp and nsight compute is not working in Jetson Xavier - #7 by AastaLLL to have root access but that did not work
Hi,
Could you share the pop-up error message with us?
Thanks.
Hi,
When I try to run Debug As → Remote C/C++ Application I simply get a pop-up window displaying the information:
Error in final launch sequence
Failed to execute MI command:
-target-select remote 192.168.0.100:2345
Error message from debugger back end:
192.168.0.100:2345: Connection timed out.
192.168.0.100:2345: Connection timed out.
And the terminal displays
Coalescing of the CUDA commands output is off.
warning: “remote:” is deprecated, use “target:” instead.
warning: sysroot set to “target://”.
Hi,
Which JDK/JRE are you using?
Please check the below document to make sure you have installed all the dependencies.
Thanks.
@AastaLLL my jdk version is 11.0.19
Hi,
Could you try the version that is recommended in the doc:
To run Nsight on Ubuntu 18.04 or Ubuntu 18.10:
- Install JDK 8 / JRE 1.8 package:
Thanks.
@AastaLLL Hi sorry for the late respons, ive been away for some time.
sudo dpkg --get-selections | grep jdk gives the following output
openjdk-11-jre:amd64 install
openjdk-11-jre-headless:amd64 install
openjdk-8-jre:amd64 install
openjdk-8-jre-headless:amd64 install
Seems like jdk 8 was already installed in my system.