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.
6404 Discussions

I get an error while compiling OpenVINO on Linux ARMv7 (i.MX6) 32-bit gcc-4.8.4

ABoch5
Beginner
1,018 Views

I try to Install OpenVINO™ toolkit for Linux (ARM v7) 32-bit Ubutntu 14.04.6 TLS as described here: https://docs.openvinotoolkit.org/latest/_docs_install_guides_installing_openvino_raspbian.html

 

 

but I get this error:

photo_2019-07-27_16-10-59.jpg 

 

photo_2019-07-27_13-51-59.jpg

 

 

 

 

 

I use

  • Ubuntu 14.04.6 TLS
  • ARMv7 32-bit - CPU i.MX6 Quad Core 1 ARM Cortex-A9
  • G++ 4.8.4
  • Tried G++ 6.5.0 - the same error

 

 

photo_2019-07-27_13-56-17.jpg

 

 

 photo_2019-07-28_22-36-28.jpg

 

 

How to solve this problem?

0 Kudos
4 Replies
Sahira_Intel
Moderator
706 Views

Hi ABoch5,

 

OpenVINO is not supported on Ubuntu 14.04 (see the operating system requirements on the Linux installation guide here).

Also, if you're building on an ARM v7 board, check out this article as it might be useful to you. Please let me know if you have any further questions!

 

Best Regards,

Sahira

 

ABoch5
Beginner
706 Views
0 Kudos
ABoch5
Beginner
706 Views

Hi Sahira_Intel,

Please fix this line https://software.intel.com/en-us/articles/ARM-sbc-and-NCS2

git submodule update –recursive

 

Should be

git submodule update --recursive

 

0 Kudos
Sahira_Intel
Moderator
706 Views

Hi ABoch5,

 

Thank you so much for pointing this out. I will update the article!

 

Best Regards,

Sahira

Reply