- Edited
@jaredwolff , I was able to successfully build and flash samples found in “nfed” folder by following the guide available at https://docs.jaredwolff.com/nrf9160-sdk-setup-linux.html for circuitdojo_feather_nrf9160ns board by using both west and circuitdojo extension however when i try to build and compile a sample from it source code located under “nrf” folder with path nrf/samples/nrf9160/at_client then i get this error of :
CMake Error at /home/musman/Desktop/ZephyrSDK/zephyr/cmake/verify-toolchain.cmake:79 (find_package):
Could not find a package configuration file provided by "Zephyr-sdk"
(requested version 0.12) 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/musman/Desktop/ZephyrSDK/zephyr/cmake/app/boilerplate.cmake:530 (include)
/home/musman/Desktop/ZephyrSDK/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
/home/musman/Desktop/ZephyrSDK/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:40 (include_boilerplate)
CMakeLists.txt:9 (find_package)
-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: /home/musman/.zephyrtools/cmake/cmake-3.22.0-linux-x86_64/bin/cmake -DWEST_PYTHON=/home/musman/.zephyrtools/env/bin/python3 -B/home/musman/Desktop/ZephyrSDK/nrf/samples/nrf9160/at_client/build -S/home/musman/Desktop/ZephyrSDK/nrf/samples/nrf9160/at_client -GNinja
What should i do now ? Any help will be highly appreciated.