AastaLLL:
Hi,
The command is executed on the device.
Have you executed the following steps:
apt-get update
apt-get install g++-aarch64-linux-gnu
And reinstall CUDA with JetPack?
Thanks.
When i tried on the JetsonTx2, am getting this error
nvidia@tegra-ubuntu:~$ sudo apt-get install g+±aarch64-linux-gnu
Reading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package g+±aarch64-linux-gnu
E: Couldn’t find any package by regex ‘g+±aarch64-linux-gnu’
I tried specifying the version https://packages.ubuntu.com/en/xenial/amd64/g+±4.9-aarch64-linux-gnu/download as well like this, still the same error →
sudo apt-get install g+±4.9-aarch64-linux-gnuReading package lists… Done
Building dependency tree
Reading state information… Done
E: Unable to locate package g+±4.9-aarch64-linux-gnu
E: Couldn’t find any package by glob ‘g+±4.9-aarch64-linux-gnu’
E: Couldn’t find any package by regex ‘g+±4.9-aarch64-linux-gnu’
Got this thread → Problems installing Jetpack on Jetson TX2 - Jetson TX2 - NVIDIA Developer Forums
will follow some suggestion from it to see if it helps solve my case
I reimaged a new Host with 16.04 (without CUDA proc) and tried doing the CUDA setup, still i could not go pass the same error. Can someone throw me some suggestion on how can i complete my CUDA Setup in Jetson tx2?
Attaching the log screen shot when trying to setup CUDA on host using new ubuntu host, this is same error as the message in the first one.