Hi,
I get the following error, when I click on ‘Run’ to launch ‘DriveNet’ application on target (Drive PX2) from host (Run->Configuration from Nsight). However, able to Upload local executable to target.
But not able run from host. Please let me know.
Last login: Thu Mar 8 08:51:10 2018 from 172.27.40.73
echo $PWD’>’
/bin/sh -c “cd "/usr/local/driveworks/bin-nsight";export LD_LIBRARY_PATH="/usr/local/cuda-9.0/lib64":${LD_LIBRARY_PATH};export NVPROF_TMPDIR="/tmp";export DISPLAY="0";"/usr/local/driveworks/bin-nsight/sample_drivenet"”;exit
Welcome to Drive Linux running on Ubuntu 16.04!
nvidia@nvidia:~$ echo $PWD’>’
/home/nvidia>
nvidia@nvidia:~$ /bin/sh -c “cd "/usr/local/driveworks/bin-nsight";export LD_LIBRARY_PATH="/usr/local/cuda-9.0/lib64":${LD_LIBRARY_PATH};export NVPROF_TMPDIR="/tmp";export DISPLAY="0";"/usr/local/driveworks/bin-nsight/sample_drivenet"”;exit
nvrm_gpu: Bug 200215060 workaround enabled.
WindowGLFW: Failed initialize GLFW
terminate called after throwing an instance of ‘std::exception’
what(): std::exception
Aborted (core dumped)
logout
Thanks.