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.

NCS Installation Error

idata
Employee
977 Views

I tried to install Movidius NCS by following the Movidius Start Guide.

 

And I finished installing the SDK along with the examples.

 

But during the second step of installation, when I used the command ''make install', I got an error message.

 

I am running on a ubuntu 16.04 running with VirtualBox on an Win 10 host.

 

Following is my output message:

 

-- Configuring incomplete, errors occurred!

 

See also "/opt/movidius/ssd-caffe/build/CMakeFiles/CMakeOutput.log".

 

See also "/opt/movidius/ssd-caffe/build/CMakeFiles/CMakeError.log".

 

make[1]: Entering directory '/opt/movidius/ssd-caffe/build'

 

make[1]: *** No rule to make target 'all'. Stop.

 

make[1]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

Installing caffe…

 

make[1]: Entering directory '/opt/movidius/ssd-caffe/build'

 

make[1]: *** No rule to make target 'install'. Stop.

 

make[1]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

Installation failed. Error on line 498

 

I can't reach the further installation steps.

 

Please let me know how to resolve this problem, thank you.
0 Kudos
7 Replies
idata
Employee
613 Views

@JJJJJW How much memory are you allocating to your VM? Some users have reported seeing errors during the caffe building step of the NCSDK installation when using less than 2 GB of ram in their VM. This might be the case with your issue seeing as though you are having trouble during the Caffe building step. Try allocating at least 2 GB of ram to your VM and let me know if this fixes your issue. Thanks.

0 Kudos
idata
Employee
613 Views

@Tome_at_Intel I have allocated at least 2GB of ram in the VM, but it still had some error messages, the link is the whole message when I run "make install", http://codepad.org/OjjE04V2

 

Please give some advice, thanks.
0 Kudos
idata
Employee
613 Views

@Tome_at_Intel I have the same problem, but I am not using a VM, Ubuntu 16.04 being the main OS on my PC. Any advice would be greatly appreciated, thanks.

 

EDIT:

 

Compiling Caffe…

 

-- Boost version: 1.58.0

 

[…skiping output…]

 

CMake Error at /opt/Xilinx/SDK/2017.4/tps/lnx64/cmake-3.3.2/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:148 (message):

 

** Could NOT find HDF5 (missing: HDF5_LIBRARIES HDF5_INCLUDE_DIRS)**

 

Call Stack (most recent call first):

 

/opt/Xilinx/SDK/2017.4/tps/lnx64/cmake-3.3.2/share/cmake-3.3/Modules/FindPackageHandleStandardArgs.cmake:388 (_FPHSA_FAILURE_MESSAGE)

 

**/opt/Xilinx/SDK/2017.4/tps/lnx64/cmake-3.3.2/share/cmake-3.3/Modules/FindHDF5.cmake:375 **(find_package_handle_standard_args)

 

cmake/Dependencies.cmake:27 (find_package)

 

CMakeLists.txt:43 (include)

 

-- Configuring incomplete, errors occurred!

 

See also "/opt/movidius/ssd-caffe/build/CMakeFiles/CMakeOutput.log".

 

See also "/opt/movidius/ssd-caffe/build/CMakeFiles/CMakeError.log".

 

make[1]: Entering directory '/opt/movidius/ssd-caffe/build'

 

make[1]: *** No rule to make target 'all'. Stop.

 

make[1]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

Installing caffe…

 

make[1]: Entering directory '/opt/movidius/ssd-caffe/build'

 

make[1]: *** No rule to make target 'install'. Stop.

 

make[1]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

Installation failed. Error on line 498

 

I am not sure why it is running cmake in Xilinx installation folder. And it says I am missing hdf5, but the package was installed. How can I set HDF5_LIBRARIES HDF5_INCLUDE_DIRS ?

0 Kudos
idata
Employee
613 Views

@JJJJJW I see that you have the following error :

 

-- Could NOT find GFlags (missing: GFLAGS_INCLUDE_DIR GFLAGS_LIBRARY)

 

-- Could NOT find Glog (missing: GLOG_INCLUDE_DIR GLOG_LIBRARY)

 

Try _sudo apt-get install libgflags-dev libgoogle-glog-dev liblmdb-dev_ . Hope it helps

0 Kudos
idata
Employee
613 Views

@Tome_at_Intel Thank you for your help, I reinstalled my VM and reinstalled the NCSDK, I have already fixed that problem.

 

@sergiududa Thanks for your information, I've already solved my problem.
0 Kudos
idata
Employee
613 Views

@JJJJJW …could you please let me know how you solved the 'INstallation failed: error at line 498 ……..leavving ssd-caffee'……..error…please reply asap

0 Kudos
idata
Employee
613 Views

Hi i've got my NCS and i was trying to install SDK on fresh ubuntu 16.04 LTS and getting the same error

 

FFSetErrorHandler@LIBTIFF_4.0'

 

collect2: error: ld returned 1 exit status

 

tools/CMakeFiles/create_label_map.dir/build.make:134: recipe for target 'tools/create_label_map' failed

 

make[3]: *** [tools/create_label_map] Error 1

 

make[3]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

CMakeFiles/Makefile2:441: recipe for target 'tools/CMakeFiles/create_label_map.dir/all' failed

 

make[2]: *** [tools/CMakeFiles/create_label_map.dir/all] Error 2

 

make[2]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

Makefile:127: recipe for target 'all' failed

 

make[1]: *** [all] Error 2

 

make[1]: Leaving directory '/opt/movidius/ssd-caffe/build'

 

Installation failed. Error on line 498

 

can anyone tell me how to resolve this error, i've already tried the above suggested solutions but didnt work.

 

Thank you
0 Kudos
Reply