yashi / module-sample

A sample Zephyr module
17 stars 4 forks source link

Build issue #3

Closed rpati12 closed 3 months ago

rpati12 commented 3 months ago

I am getting following error:

CMake Error at /home/projects/module-workspace/zephyr/cmake/modules/FindZephyr-sdk.cmake:109 (find_package):
  Could not find a package configuration file provided by "Zephyr-sdk"
  (requested version 0.16) with any of the following names:

    Zephyr-sdkConfig.cmake
    zephyr-sdk-config.cmake

  Add the installation prefix of "Zephyr-sdk" to CMAKE_PREFIX_PATH or set
  "Zephyr-sdk_DIR" to a directory containing one of the above files.  If
  "Zephyr-sdk" provides a separate development package or SDK, be sure it has
  been installed.
Call Stack (most recent call first):
  /home/projects/module-workspace/zephyr/cmake/modules/FindHostTools.cmake:53 (find_package)
  /home/projects/module-workspace/zephyr/cmake/modules/dts.cmake:9 (find_package)
  /home/projects/module-workspace/zephyr/cmake/modules/zephyr_default.cmake:132 (include)
  /home/projects/module-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  /home/projects/module-workspace/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:5 (find_package)

Any help ?

yashi commented 3 months ago

tell me how to reproduce.

yashi commented 3 months ago

@rpati12 Feel free to reopen this when you have new info. Or open new one if you have new question.