using Nsight remote debug TX2 fails

echo $PWD'>'
/bin/sh -c "cd \"/home/nvidia/Debug\";export LD_LIBRARY_PATH=\"/usr/local/cuda-8.0/lib64\":\${LD_LIBRARY_PATH};\"/home/nvidia/Debug/helloworld\"";exit
nvidia@tegra-ubuntu:~$ echo $PWD'>'
/home/nvidia>
nvidia@tegra-ubuntu:~$ /bin/sh -c "cd \"/home/nvidia/Debug\";export LD_LIBRARY_PATH=\"/usr/local/cuda-8.0/lib64\":\${LD_LIBRARY_PATH};\"/home/nvidia/Debug/helloworld\"";exit
/bin/sh: 1: cd: can't cd to /home/nvidia/Debug
/bin/sh: 1: /home/nvidia/Debug/helloworld: not found
logout

Hi, mattewevans21

The error tells the debug app not found. Can you double check ?

Please follow the instructions in https://devblogs.nvidia.com/cuda-jetson-nvidia-nsight-eclipse-edition/

Thanks, veraj!

Sorry,what is the debug app?

and error tells " make: *** Make ‘helloworld’ ‘test.o’. It does not create a target. Stop. " .

-matt-

Hi, mattewevans21

The error shows the app fails to build successfully.

Can you double check this ?