scons: *** [clstm_compute_cuda.o] Error 127
PedroBarcha opened this issue · 0 comments
PedroBarcha commented
Hi there!
I've already installed all of clstm dependencies, but when I try to build clstm, I get:
scons clstm_compute_cuda.o
scons: Reading SConscript files ...
scons: done reading SConscript files.
scons: Building targets ...
./nvcc-wrapper -o clstm_compute_cuda.o -c -g -O3 -DEIGEN_NO_DEBUG -DCATCH=catch -DCLSTM_ALL_TENSOR=1 -DNODISPLAY=1 -DTHROW=throw -DTRY=try -I/usr/local/include/eigen3 clstm_compute_cuda.cc
scons: *** [clstm_compute_cuda.o] Error 127
scons: building terminated because of errors.
make: *** [clstm_compute_cuda.o] Error 2
What am I doing wrong?
Thanks a lot!