nitishsrivastava / deepnet

Implementation of some deep learning algorithms.
BSD 3-Clause "New" or "Revised" License
896 stars 438 forks source link

Error 127 while 'make' cudamat #93

Open Rietaros opened 8 years ago

Rietaros commented 8 years ago

I'm facing an error when I want to make cudamat from this bundle. I'm using Ubuntu 15.04 and use comman 'sudo make' from directory $HOME/Document/deepnet-master/cudamat.

While the first error was : make: Nothing to be done for all

it's solved by changing space to inside makefile

and comes the next error:

libcudamat.so libcudamat_conv.so
make: libcudamat.so: Command not found
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 127

Why its happen? and how I fix it?

thank you

struggling-man commented 6 years ago

Have you solved it? Can you share the solution. Thank you!