Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compiling error on make mexf=para #2

Open
GoogleCodeExporter opened this issue Oct 7, 2015 · 3 comments
Open

compiling error on make mexf=para #2

GoogleCodeExporter opened this issue Oct 7, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

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

@GoogleCodeExporter
Copy link
Author

I solved it myself.

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



Original comment by [email protected] on 25 Nov 2013 at 12:06

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 28 Jan 2014 at 6:44

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 1 Aug 2014 at 7:38

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant