Hi,
I followed all the steps to get NCS up and running with SEGGER Embedded Studio. However, when I try to open an example, I get this error:
Including boilerplate (Zephyr base): /Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/cmake/app/boilerplate.cmake
CMake Warning at /Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/cmake/host-tools.cmake:36 (message):
Could NOT find working dtc: Found dtc (/usr/local/bin/dtc), but failed to
load with:
Call Stack (most recent call first):
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/cmake/app/boilerplate.cmake:509 (include)
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:4 (find_package)
CMake Error at /Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/cmake/compiler/gcc/generic.cmake:8 (message):
Zephyr was unable to find the toolchain. Is the environment misconfigured?
User-configuration:
ZEPHYR_TOOLCHAIN_VARIANT: gnuarmemb
Internal variables:
CROSS_COMPILE: /Users/kylemassa/gnuarmemb/bin/arm-none-eabi-
TOOLCHAIN_HOME: /Users/kylemassa/gnuarmemb
Call Stack (most recent call first):
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/cmake/generic_toolchain.cmake:70 (include)
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/cmake/app/boilerplate.cmake:527 (include)
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)
/Users/kylemassa/Documents/proximity/covid-proximity-tracing/ncs/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)
CMakeLists.txt:4 (find_package)

It looks like there may be an issue with where my toolchain is located? I'm not sure how to correct this though, and I haven't been able to find any posts about my exact problem. Does anyone know how I might be able to fix this?
Thanks!