Cuda

From Ghoulwiki
Revision as of 23:59, 28 November 2009 by Ghoulsblade (talk | contribs)
Jump to: navigation, search

troubleshooting

  • running example : segfault
    • cuda driver not installed ?
    • try : make emu=1


  • error : /usr/bin/ld: cannot find -lglut
    • solution : apt-get install libglut3-dev


  • error (during launch) : error while loading shared libraries: libcudart.so.2: cannot open shared object file: No such file or directory
    • solution : /etc/ld.so.conf
    • add line : /usr/local/cuda/lib
    • start /sbin/ldconfig


old

cuda_old_notes