Hi, I’m trying to run the CUDA Visual Profiler on 64-bit Ubuntu 7.10. I know Ubuntu isn’t officially supported, but the profiler ran fine on 32-bit Ubuntu 7.10. This is what I get:
horse@horse:~/NVIDIA_CUDA_SDK/CudaVisualProfiler-0.2/bin$ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:`pwd`:/usr/lib
horse@horse:~/NVIDIA_CUDA_SDK/CudaVisualProfiler-0.2/bin$ ./cudaprof
./cudaprof: error while loading shared libraries: libSM.so.6: wrong ELF class: ELFCLASS64
Does anyone have any ideas? Much appreciated!