This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

why vscode hint "miss environment variable GNUARMEMB_TOOLCHAIN_PATH" after install all needed sdk on Ubuntu 20

Hi

my os is Ubuntu 20, and has install vscode && vscode extends for nordic && zephyr-sdk-0.13.2-linux-x86_64-setup.run into /opt/Zephyr ;

when use "create new application from example",  chose like following

"application type" = freestanding

nRF connect SDK = 1.7.99(/home/yanzhongsan/Nordic/ncs)

nRF connect Toolchain = PATH (pop a red hint: miss environment variable GNUARMEMB_TOOLCHAIN_PATH)

my .zephyrrc is:

export ZEPHYR_TOOLCHAIN_VARIANT=zephyr
export ZEPHYR_SDK_INSTALL_DIR=/opt/Zephyr/zephyr-sdk-0.13.2

there is any problem? why vscode display miss environment variable GNUARMEMB_TOOLCHAIN_PATH?

thanks

Related