tmbdev / clstm

A small C++ implementation of LSTM networks, focused on OCR.
Apache License 2.0
821 stars 224 forks source link

scons: *** [clstm_compute_cuda.o] Error 127 #89

Closed PedroBarcha closed 8 years ago

PedroBarcha commented 8 years ago

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!