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

Fix invalid rule in Makefile #10

Closed
wants to merge 18 commits into from

Conversation

hnakagawa
Copy link

No description provided.

@MaximumProgrammer
Copy link

Please fix all Makefiles

from

NCCOMPILE = mvNCCompile
NCPROFILE = mvNCProfile
NCCHECK = mvNCCheck

to

NCCOMPILE = python3 /opt/movidius/NCSDK/ncsdk-x86_64/tk/mvNCCompile.py
NCPROFILE = python3 /opt/movidius/NCSDK/ncsdk-x86_64/tk/mvNCProfile.py
NCCHECK = python3 /opt/movidius/NCSDK/ncsdk-x86_64/tk/mvNCCheck.py

also fix making cpp

./examples/caffe/GoogLeNet/Makefile:
./examples/caffe/AlexNet/Makefile:
./examples/caffe/SqueezeNet/Makefile:

and change to

.PHONY: cpp
cpp: cpp/run.cpp cpp/fp16.c
@echo "\nmaking cpp"
g++ cpp/run.cpp cpp/fp16.c -o cpp/run_cpp -lmvnc -I/usr/local/include/ncsdk-x86_64/api/c/

because mvnc.h is missing during building

@nealvis
Copy link
Contributor

nealvis commented Feb 28, 2019

This PR is fairly old at this point and showing 87 files changed. looking at the original branch here: https://github.com/hnakagawa/ncsdk/tree/feature/fix_makefile i believe the only change is the same as #26 which is now merged. So closing this PR, but if there is more to it please submit a new PR.

@nealvis nealvis closed this Feb 28, 2019
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

Successfully merging this pull request may close these issues.

7 participants