Skip To Main Content
Support Knowledge Base

Unable to Build OpenVINO™ ARM Plugin from Source on Raspberry Pi*

Content Type: Troubleshooting   |   Article ID: 000094721   |   Last Reviewed: 05/11/2023

Description

  • Built OpenVINO™ ARM plugin from source on Raspberry Pi*.

    cmake -DCMAKE_BUILD_TYPE=Release

    -DOPENVINO_EXTRA_MODULES=<OPENVINO_CONTRIB_PATH>/openvino_contrib/modules/arm_plugin

    -DARM_COMPUTE_SCONS_JOBS=$(nproc --all)

    .. && cmake --build . --parallel

  • The building keep crashing and not progressing after several trials.

Resolution

Limit the number of compilation threads. If time permits, it is recommended to run 1 to 2 jobs.

cmake --build . --parallel 2

Related Products

This article applies to 1 products.