mmizzle9 / cudpp

Automatically exported from code.google.com/p/cudpp
Other
0 stars 0 forks source link

CMake Error when building NVCC object (CUDPP 2.0) #108

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. cmake . --> pass
2. make --> error at 2% building NVCC object

What is the expected output? What do you see instead?
expect it to be built correctly while not

What version of the product are you using? On what operating system?
Cudpp2.0 on Red Hat Enterprise Linux Server release 5.7.

Please provide any additional information below.
[  2%] Building NVCC (Device) object 
src/cudpp/./cudpp_generated_tridiagonal_app.cu.o
ptxas /tmp/tmpxft_0000225c_00000000-5_tridiagonal_app.compute_10.ptx, line 609;
warning : Double is not supported. Demoting to float
sh: fatbinary: command not found
CMake Error at CMakeFiles/cudpp_generated_tridiagonal_app.cu.o.cmake:256 
(message):
  Error generating file
  /home/yihong/cudpp_src_2.0/src/cudpp/./cudpp_generated_tridiagonal_app.cu.o
make[2]: *** [src/cudpp/./cudpp_generated_tridiagonal_app.cu.o] Error 1
make[1]: *** [src/cudpp/CMakeFiles/cudpp.dir/all] Error 2
make: *** [all] Error 2

Original issue reported on code.google.com by hongyi...@gmail.com on 22 Sep 2011 at 5:57

GoogleCodeExporter commented 8 years ago
fatbinary is a CUDA compiler binary. This message says to me that your CUDA 
installation is messed up in some way. For me, /usr/local/cuda/bin contains 
this file (as well as nvcc or others). Perhaps that executable is missing or 
you have a path problem - this does not appear to be a cmake error nor a CUDPP 
error.

Original comment by jow...@gmail.com on 25 Sep 2011 at 3:52