jackaus / deep-learning-faces

Automatically exported from code.google.com/p/deep-learning-faces
GNU General Public License v3.0
0 stars 0 forks source link

compiling error on make mexf=para #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 ktho...@gmail.com on 23 Nov 2013 at 11:59

GoogleCodeExporter commented 8 years ago
I solved it myself.

As I updated variables in /trunk/cuda_ut/nvmex.common.mk, the problem is solved.

Original comment by ktho...@gmail.com on 25 Nov 2013 at 12:06

GoogleCodeExporter commented 8 years ago
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?

Original comment by isr.na...@gmail.com on 28 Jan 2014 at 6:44

GoogleCodeExporter commented 8 years ago
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 comment by portia1...@gmail.com on 1 Aug 2014 at 7:38