pi@raspberrypi:~/workspace/ncsdk/api/src $ make install
NCSDK FW successfully installed
mkdir -p /usr/local/include/
mkdir -p /usr/local/lib/
cp obj-armv7l/libmvnc.so.0 /usr/local/lib/
cp: cannot create regular file '/usr/local/lib/libmvnc.so.0': Permission denied
Makefile:47: recipe for target 'basicinstall' failed
make: *** [basicinstall] Error 1
Link Copied
Hi YWong17,
Are you running as root user? Try
sudo make install
For instructions on installing the NCSDK to your Raspberry Pi, use this tutorial written by an NCS community member for guidance.
Best Regards,
Sahira
Hi YWong17,
Are you running as root user? Try
sudo make install
For instructions on installing the NCSDK to your Raspberry Pi, use this tutorial written by an NCS community member for guidance.
Best Regards,
Sahira
For more complete information about compiler optimizations, see our Optimization Notice.