Try to run MATRIXMUL sample on jetson nano but still get nvcc fatal error

Hi,
I try to run the MATRIXMUL sample on jetson nano and get the following error when executing

make dbg=1
chris@chris-desktop:~/cuda-samples/Samples/0_Introduction/matrixMul$  make dbg=1
/usr/local/cuda/bin/nvcc -ccbin g++ -I../../../Common  -m64    0 --std=c++11 -gencode arch=compute_53,code=sm_53 -gencode arch=compute_61,code=sm_61 -gencode arch=compute_70,code=sm_70 -gencode arch=compute_72,code=sm_72 -gencode arch=compute_75,code=sm_75 -gencode arch=compute_75,code=compute_75 -o matrixMul.o -c matrixMul.cu
nvcc fatal   : A single input file is required for a non-link phase when an outputfile is specified
Makefile:324: recipe for target 'matrixMul.o' failed
make: *** [matrixMul.o] Error 1

I have installed the sdk components via sdk manager and using a jetson nano production module. What am I doing wrong?

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Hi ,
Does it work when you dont specify dbg=1?

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