Skip To Main Content
Support Knowledge Base

Unable to get OpenVINO™ 2022.1.1 build from source to work on Ubuntu* 22.04

Content Type: Troubleshooting   |   Article ID: 000095604   |   Last Reviewed: 11/14/2023

Description

  • Built OpenVINO™ 202.1.1 from source using the command:

    git clone https://github.com/openvinotoolkit/openvino.git
    cd openvino
    git checkout releases/2022/1.1
    git submodule update --init --recursive
    mkdir build
    cd build
    cmake -DCMAKE_BUILD_TYPE=Release
    make --jobs=$(nproc --all)

  • Encountered number of errors.

Resolution

OpenVINO™ 2022.1.1 is officially validated only on these Ubuntu* versions:

  • Ubuntu* 18.04 (64-bit) with default GCC 7.5.0
  • Ubuntu* 20.04 (64-bit) with default GCC 9.3.0

Related Products

This article applies to 1 products.