I’m trying to compile hailo on yocto
I added the line below to local.conf and it compiled.
+IMAGE_INSTALL:append = " libhailort hailortcli pyhailort libgsthailo hailo-pci hailo-firmware "
When I run hailortcli after booting, I see the error below.
hailortcli: symbol lookup error: /usr/lib64/libhailort.so.4.17.0: undefined symbol: _ZN7hailort13HailoRTDriver34INVALID_DRIVER_BUFFER_HANDLE_VALUEE
What should I do?
Thanks