Jetson Nano - JetPack 4.6.1 - nvcc --version command Error

When I run the command nvcc --version or nvidia-smi it return command not found

I’m on JetPack 4.6.1 which is supposed to have CUDA toolkit built-in, how do I resolve this & check CUDA compiler version on the Nano??

Hi,

nvidia-smi is not available on Jetpack4 and JetPack5.
It is only available on JetPack 6 which only supports the Orin series.

Thanks.

How about the nvcc --version command?
How do I resolve the nvcc: command not found message ?

Hi,

nvcc is part of CUDA library.
You can find it in /usr/local/cuda-[ver]/bin.

For example:

$ /usr/local/cuda/bin/nvcc --version

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.