I'm trying to follow the online guide for raspberry pi crosso compilation but I'm stck with this error, any tips?
alb3rt0@alb3rt0-ThinkPad-P15-Gen-1:~/checkout/everest-workspace/everest-core$ cmake -DCMAKE_FIND_ROOT_PATH=/home/alb3rt0/checkout/everest-workspace/everest-core/cmake -DCMAKE_TOOLCHAIN_FILE=/home/alb3rt0/PROJECT/EVEREST-SDK/bullseye-toolchain/toolchain.cmake -DCMAKE_INSTALL_PREFIX=./dist -S . -B build-cross -- The CXX compiler identification is GNU 10.3.0 -- The C compiler identification is GNU 10.3.0 -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /home/alb3rt0/PROJECT/EVEREST-SDK/bullseye-toolchain/crosstool/bin/armv8-rpi4-linux-gnueabihf-g++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /home/alb3rt0/PROJECT/EVEREST-SDK/bullseye-toolchain/crosstool/bin/armv8-rpi4-linux-gnueabihf-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done CMake Error at CMakeLists.txt:9 (find_package): Could not find a package configuration file provided by "everest-cmake" (requested version 0.10) with any of the following names:
Add the installation prefix of "everest-cmake" to CMAKE_PREFIX_PATH or set "everest-cmake_DIR" to a directory containing one of the above files. If "everest-cmake" provides a separate development package or SDK, be sure it has been installed.
-- Configuring incomplete, errors occurred! See also "/home/alb3rt0/checkout/everest-workspace/everest-core/build-cross/CMakeFiles/CMakeOutput.log".