Thx, something good to know although all it did was to confirm that g++ is part of gcc (already installed) which means that I really shouldn’t have gotten that error.
Will try again after cleaning up the other issue you commented for me in the Wireless forum.
i installed cuda about 90 days ago with no problems . Everything built just fine
once i used gcc 4.3 and not 4.5
mind you i have 3.4 ,4.1,4.3 and 4.5 installed
as for a “cook book” CUDA Toolkit 3.1 (June 2010)
ll the green documentation on the right side
or the
suse 11.2 ( 32/64) bin. install
you also need to use the cuda nvidia driver "Developer Drivers for Linux (256.40) "
I must have missed that this version might cause a problem? Did you discover that by trial and error or is it noted somewhere I might have overlooked?
Also, I might have misunderstood that there is a special package of nVidia drivers? I understood (perhaps incorrectly) that it should have been sufficient to install the latest driver from the nVidia website (my driver is 256.53).
gcc 4.5 ??
most code will still need very minor hacks to build on that version .
It is getting better every day but , but some code dose not like the gcc beta version 4.5
It all depends on when the last update to the code was and IF a fix was added for newer versions of gcc
just look at all the trouble people have had with porting from 4.1 to 4.3 then 4.4 . 4.5 will not be any different
as to the drivers ? let me read the docs again , i might be a bit wrong
but it is my understanding that to write and build cuda code one would need the "development " driver .
The current driver I’m now using which was d/l from nVidia only weeks ago appears to be the last official release that bundles a number of extensions so no additional installs are needed.
Apparently starting with v260.x the official download will not include extensions for various technologies including CUDA.
(Of course, read the driver documentation to verify what you get).
SuSEbox:~/NVIDIA_GPU_Computing_SDK/shared # make
Where about is the above file located on my system; with a default installation?? I installed the latest CUDA driver (3.2) and confirmed that it was installed, But I want to make sure that it is actually picking up my card.
TIA!
Cheers!
etech97 :)