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

Make error 127 #31

Open
xu932 opened this issue Feb 21, 2018 · 1 comment
Open

Make error 127 #31

xu932 opened this issue Feb 21, 2018 · 1 comment

Comments

@xu932
Copy link

xu932 commented Feb 21, 2018

I got following error when using make to install the project:

/bin/sh: 1: nvcc: not found
Makefile:66: recipe for target 'obj/convolutional_kernels.o' failed
make: *** [obj/convolutional_kernels.o] Error 127
cam2@Precision-tower-7910:~/alex/pyyolo$ logout
Connection to ee220cpc4.ecn.purdue.edu closed.

@bcarothers19
Copy link

I think you are trying to install on a machine without a GPU/CUDNN installed. The default Makefile has these two options enabled. Go into the Makefile, and make changes to the first two lines:

GPU=0
CUDNN=0
DEBUG=0
OPENCV=0

Now try to use make again, it shouldn't need nvcc now.

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

No branches or pull requests

2 participants