View source for Talk:Jetson/Installing CUDA

From eLinux.org
Jump to: navigation, search

Contents

Thread titleRepliesLast modified
Make errors: Ignore?316:50, 6 August 2015

Make errors: Ignore?

make CUDA samples, builds fine, but there are many errors. though many examples run.

what step did I miss?

are some of these examples not available on TK1? [1]


WARNING - CUDA OpenMP Libraries are not found


This CUDA Sample cannot be built without libgomp libraries. This will be a dry-run of the Makefile. For more information on how to set up your environment to build and run this sample, please refer the CUDA Samples documentation and release notes




WARNING - No MPI compiler found.


CUDA Sample "simpleMPI" cannot be built without an MPI Compiler. This will be a dry-run of the Makefile. For more information on how to set up your environment to build and run this sample, please refer the CUDA Samples documentation and release notes


>>> WARNING - libcuda.so not found, CUDA Driver is not installed. Please re-install the driver. <<<


[1]

>>> WARNING - required GPU not available on this platform - waiving sample <<<

02:17, 15 July 2014

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.

02:18, 29 July 2014

You do not have permission to edit this page, for the following reasons:

  • The action you have requested is limited to users in the group: Users.
  • You must confirm your email address before editing pages. Please set and validate your email address through your user preferences.

You can view and copy the source of this page.

Return to Thread:Talk:Jetson/Installing CUDA/Make errors: Ignore?/reply (2).

Actually it sounds like you've installed it correctly, but to test it you need to use capital "V" not lower-case "v", ie:

   nvcc -V
16:50, 6 August 2015