Skip to main content
Question

Troubleshooting SDK Installation

  • August 10, 2026
  • 0 replies
  • 8 views

I’ve been running through the installation of the Voyager SDK v1.7 and I seem to be getting stuck on the operators build step.

axdevice returns “Device 0: metis-0:3:0 8GiB metis-std-temp m2-max flver=1.6.0 bcver=7.4 clock=800MHz mvm=100% power-limit=8.5W”

However when I try to run `make operators` I get the following error:

FAILED: axstreamer/CMakeFiles/axstreamer.dir/src/AxInferenceAxRuntime.cpp.o 
/usr/bin/c++ -DHAVE_LIBVA -DHAVE_OPENCL -Daxstreamer_EXPORTS -I/usr/include/opencv4 -I/home/ubuntu/axelera/axelera-py/lib/python3.12/site-packages/axelera/lib/pkgconfig/../../include/include -I/home/ubuntu/axelera/voyager-sdk/operators/axstreamer/include -I/home/ubuntu/axelera/axelera-py/lib/python3.12/site-packages/axelera/lib/pkgconfig/../../include -O3 -DNDEBUG -std=gnu++20 -fPIC -Wall -Werror -Wno-sign-compare -Wno-deprecated-enum-enum-conversion -Wno-deprecated-anon-enum-enum-conversion -Wno-return-type-c-linkage -Wno-pessimizing-move -Wno-maybe-uninitialized -Wno-error=class-memaccess -MD -MT axstreamer/CMakeFiles/axstreamer.dir/src/AxInferenceAxRuntime.cpp.o -MF axstreamer/CMakeFiles/axstreamer.dir/src/AxInferenceAxRuntime.cpp.o.d -o axstreamer/CMakeFiles/axstreamer.dir/src/AxInferenceAxRuntime.cpp.o -c /home/ubuntu/axelera/voyager-sdk/operators/axstreamer/src/AxInferenceAxRuntime.cpp
/home/ubuntu/axelera/voyager-sdk/operators/axstreamer/src/AxInferenceAxRuntime.cpp: In member function ‘virtual void {anonymous}::AsyncAxRuntimeInference::submit(Ax::InferenceParams)’:
/home/ubuntu/axelera/voyager-sdk/operators/axstreamer/src/AxInferenceAxRuntime.cpp:229:13: error: ‘axr_run_async_model_instance’ was not declared in this scope; did you mean ‘axr_run_model_instance’?
229 | res = axr_run_async_model_instance(instance.get(), raw->input_args.data(),
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| axr_run_model_instance
At global scope:
cc1plus: note: unrecognized command-line option ‘-Wno-return-type-c-linkage’ may have been intended to silence earlier diagnostics
cc1plus: note: unrecognized command-line option ‘-Wno-deprecated-anon-enum-enum-conversion’ may have been intended to silence earlier diagnostics

Anyone else run into this issue. This is installation on Ubuntu 24, with the AI Mini PC.