You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I encountered an error on compiling step.
I'm using Cuda 5.5, on ubuntu 12.04 64 bit
I'd followed the steps written in README,
Once I type "make mexf="./deep_nn/mexcuConvNNoo.mex
./deep_nn/mexcuConvNNooFF.mex",
it returns the error:
make: /pkgs/matlab-80/bin/mexext: Command not found
make: *** No rule to make target 'deep_nn/mexcuConvNNoo.', needed by 'all'.
Stop.
I've tried to figure it myself, but it seems to be difficult to me.
Sorry for that I have lack of knowledge on this, I'll doing on my best.
Sincerely
Tae-Ho Kim
Original issue reported on code.google.com by [email protected] on 23 Nov 2013 at 11:59
The text was updated successfully, but these errors were encountered:
Hi,
I have the same issue
make: /pkgs/matlab-80/bin/mexext: Command not found
make: *** No rule to make target 'deep_nn/mexcuConvNNoo.', needed by 'all'.
Stop.
what do you change in cuda_ut/nvmex.common.mk?
Hi,
To deal with this problem, I have updated three variables inside
cuda_ut/nvmex.common.mk: CUDAHOME, CUDASDKHOME and MATLAB. Now it seems that
the compiling is ok.
Original issue reported on code.google.com by
[email protected]
on 23 Nov 2013 at 11:59The text was updated successfully, but these errors were encountered: