Skip To Main Content
Support Knowledge Base

Unable to Build OpenVINO™ Using Raspberry* with Ubuntu* 20.04

Content Type: Troubleshooting   |   Article ID: 000093908   |   Last Reviewed: 03/06/2023

Description

  • Followed the build steps from BuildingForLinux*
  • Used the build command: cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_PYTHON=ON -DENABLE_WHEEL=ON ..
  • Compiled using the command: make --jobs=$(nproc --all)
  • Encountered error at 98% progress: c++: fatal error: Killed signal terminated program cc1plus compilation terminated.

Resolution

  1. Use these commands to build and compile:

    cmake -DENABLE_TEMPLATE=OFF

    make ie_wheel -j8 7

  2. Install wheel build:

    cd openvino

    pip3 install -r src/bindings/python/wheel/requirements.txt

  3. Compile again using the command:

    make ie_wheel

Related Products

This article applies to 3 products.
Intel® Xeon Phi™ Processor Software OpenVINO™ toolkit Performance Libraries