You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to build the add_hailo branch to try the hailo8 support, but I'm getting a compile error
GIT_DIR=. PATH="/home/nerves/project/host/bin:/home/nerves/project/host/sbin:/home/nerves/bin:/home/nerves/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/nerves/project/target PYTHONNOUSERSITE=y /home/nerves/project/host/bin/ninja -C /home/nerves/project/build/rpicam-apps-1.5.0//build install
>>> hailort v4.19.0 Extracting
>>> hailort v4.19.0 Patching
>>> hailort v4.19.0 Configuring......could not compile dependency :hailo_rpi5, "mix compile" failed. Errors may have been logged above. You can recompile this dependency with "mix deps.compile hailo_rpi5 --force", update it with "mix deps.update hailo_rpi5" or clean it with "mix deps.clean hailo_rpi5"
==> hailo
** (Mix) The Nerves Docker build_runner encountered an error while building:
-----
CMake Error: install(EXPORT "HailoRTTargets" ...) includes target "libhailort" which requires target "spdlog" that is not in any export set.
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
BUILD_DOC
BUILD_DOCS
BUILD_EXAMPLE
BUILD_EXAMPLES
BUILD_TEST
BUILD_TESTS
CMake Generate step failed. Build files cannot be regenerated correctly.
make[1]: *** [package/pkg-generic.mk:279: /home/nerves/project/build/hailort-v4.19.0/.stamp_configured] Error 1
make: *** [Makefile:23: _all] Error 2
The text was updated successfully, but these errors were encountered:
alvises
changed the title
Building issues
Building issues: CMake Error: install(EXPORT "HailoRTTargets" ...)
Dec 16, 2024
Trying to build the
add_hailo
branch to try the hailo8 support, but I'm getting a compile errorThe text was updated successfully, but these errors were encountered: