Unable to Build OpenVINO™ ARM Plugin from Source on Raspberry Pi*
Content Type: Troubleshooting | Article ID: 000094721 | Last Reviewed: 05/11/2023
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
Limit the number of compilation threads. If time permits, it is recommended to run 1 to 2 jobs.
cmake --build . --parallel 2