Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.
6573 Discussions

fatal error: mvnc.h: No such file or directory

idata
Employee
1,634 Views

When I try to make the Getting Started example here I get the following error:

 

cc -c -O2 -Wall ncs-check.c ncs-check.c:4:18: fatal error: mvnc.h: No such file or directory compilation terminated. Makefile:11: recipe for target 'ncs-check.o' failed make: *** [ncs-check.o] Error 1

 

I am using Ubuntu 16.04 natively and the PYTHONPATH looks ok from what I have seen on other posts here.

 

This is my first _toe dip_ into deep learning - any tips to help me get in a bit further?

0 Kudos
1 Reply
idata
Employee
1,266 Views

@BQBQ Hi BQBQ, it looks like you may not have installed all of the API packages that are included with the API. Here is a link (https://ncsforum.movidius.com/discussion/118/movidius-nc-sdk-1-07-07-with-raspberry-pi-support#latest) to the latest SDK, please follow the directions to install the toolkit and API as directed in the Getting Started guide. If you already have the toolkit installed, you may skip to the API installation and run the API setup script. This should fix your error by installing the necessary header files to compile the examples located in the c_example directory. Let me know if this solves your issue. Thanks.

0 Kudos
Reply