- Edited
kava60 hmmm. Haven’t seen this one before. Are you doing this from a CLI that you opened with nRF Connect? Alternatively you can also run this and it will do the same thing:
export PATH=/opt/nordic/ncs/v1.5.0/toolchain/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin ; export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb ; export GIT_EXEC_PATH=/opt/nordic/ncs/v1.5.0/toolchain/Cellar/git/2.26.2/libexec/git-core ; export GNUARMEMB_TOOLCHAIN_PATH=/opt/nordic/ncs/v1.5.0/toolchain ; clear⏎
I keep these commands in a file called setenv
and then when I want to set my environment I simply run
source setenv
This will set the environment variables which may be causing this weirdness.
You may also have a malformed west.yml
. Did you only make the necessary edits to add NFED? Did you have any issues when you ran west update
?