Make errors: Ignore?
You do not have permission to edit this page, for the following reasons:
You can view and copy the source of this page.
Return to Thread:Talk:Jetson/Installing CUDA/Make errors: Ignore?.
Some of the CUDA samples use other libraries such as OpenMP or MPI or OpenGL. If you want to compile those samples then you'll need to install those toolkits, otherwise you can just ignore those few samples and stick to the samples that are self-sufficient.
Hi All,
I am new to the Jetson and Parallel programming. I flashed the Jetson TK1 as per instructions on the official download page from Nvidia. My CUDA Samples work perfectly fine as well.
However as per the Installing CUDA Page on elinux, I ran the "nvcc -v" in the home directory on the Jetson. It resulted in:
nvcc fatal: No input files specified; use option --help for more information.
Does this mean that the programs were compiled on my PC (the host used while flashing the Jetson) and CUDA is not installed on the Jetson?
Kindly provide your inputs.