Open GoogleCodeExporter opened 9 years ago
check your gcc version.
Pyrit doesn't like 4.5 and 4.6
So try to install gcc-4.4 and g++-4.4.
http://www.dickscheid.net/2011/10/19-cuda-ubuntu-1110/
Original comment by mcposs...@gmail.com
on 11 Apr 2012 at 9:30
I, thanks for your response,
I've already done that, output of gcc --version:
gcc (Ubuntu/Linaro 4.4.6-11ubuntu2) 4.4.6
Copyright (C) 2010 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
Original comment by Unku...@gmail.com
on 11 Apr 2012 at 9:39
[deleted comment]
Sorry I gave you a wrong answer.
I had also trouble installing cpyrit and had many problems.
Try to either create a link for libcuda.so in /usr/lib or add these variables
to your ~/.bashrc.
sudo ln -s /usr/lib/nvidia-current/libcuda.so /usr/lib/libcuda.so
The first path could be different, if you installed nvidia driver not from the
repository (with apt-get).
You'll find it with the search.
gedit ~/.bashrc
export PATH="<CUDA_INSTALL_PATH>/:$PATH"
export LD_LIBRARY_PATH="<CUDA_INSTALL_PATH>/lib"
export CUDA_INSTALL_PATH="<CUDA_INSTALL_PATH>/"
If the first solution not help then try the second.
It can be slightly different from system to system.
Original comment by mcposs...@gmail.com
on 12 Apr 2012 at 7:12
Original issue reported on code.google.com by
Unku...@gmail.com
on 23 Mar 2012 at 11:59