Hi,
I’m trying to run a cpp application on my RPI5+Hailo8. I have installed the Hailo Software on the RPi5 and get a response when i try “gst-inspect-1.0 hailotools”. i can find the co-processor as well. The python examples work well and i have run my own apps as well
When i try to run the C++ flow, i get errors while trying to run the Hailo-Application-Code-Examples/runtime/gstreamer/simple_cpp_app
the output from ./install_sh in this directory is :
The Meson build system
Version: 1.5.1
Source dir: /home/ganesh/Hailo-Application-Code-Examples/runtime/gstreamer/simple_cpp_app
Build dir: /home/ganesh/Hailo-Application-Code-Examples/runtime/gstreamer/simple_cpp_app/build.release
Build type: native build
Project name: multistream_lpr
Project version: 1.1.1
C compiler for the host machine: cc (gcc 12.2.0 “cc (Debian 12.2.0-14) 12.2.0”)
C linker for the host machine: cc ld.bfd 2.40
C++ compiler for the host machine: c++ (gcc 12.2.0 “c++ (Debian 12.2.0-14) 12.2.0”)
C++ linker for the host machine: c++ ld.bfd 2.40
Host machine cpu family: aarch64
Host machine cpu: aarch64
Found pkg-config: YES (/usr/bin/pkg-config) 1.8.1
Found CMake: /usr/bin/cmake (3.25.1)
Run-time dependency hailo_tappas found: NO (tried pkgconfig and cmake)
…/meson.build:8:18: ERROR: Dependency “hailo_tappas” not found, tried pkgconfig and cmake
A full log can be found at /home/ganesh/Hailo-Application-Code-Examples/runtime/gstreamer/simple_cpp_app/build.release/meson-logs/meson-log.txt
WARNING: Running the setup command as meson [options]
instead of meson setup [options]
is ambiguous and deprecated.
ninja: error: loading ‘build.ninja’: No such file or directory
ninja: error: loading ‘build.ninja’: No such file or directory
it claims hailo_tappas isnt found… though i have installed the hailo software.
This is my first time trying C++ on Hailo8.
Would appreciate any help to get me going,
Thanks