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

Parents
  • Hello Zhongsan,

    Zhongsan said:
    thanks for your update, we want to take a look of the LEA for nrf5340,  and Zephyr 3.0.99 has the sample of broadcast_audio_sink....  ,so  we also install Zephyr SDK

    I understand. The mentioned sample will eventually end up in the NCS Zephyr repository as well, but until then I recommend you to keep those two separated from each other.

    Regards,

    Markus

Reply
  • Hello Zhongsan,

    Zhongsan said:
    thanks for your update, we want to take a look of the LEA for nrf5340,  and Zephyr 3.0.99 has the sample of broadcast_audio_sink....  ,so  we also install Zephyr SDK

    I understand. The mentioned sample will eventually end up in the NCS Zephyr repository as well, but until then I recommend you to keep those two separated from each other.

    Regards,

    Markus

Children
Related