Developing with Visual Studio Code in Ubuntu 20.04

Hi,

I am trying to integrate Visual Studio to the nrf SDK and gnuarmemb using the instructions provided. However, I keep getting an invalid toolchain error although I have added the toolchain to the path.

.zephyrrc

export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb
export GNUARMEMB_TOOLCHAIN_PATH="~/gnuarmemb"
export PATH=$PATH:$GNUARMEMB_TOOLCHAIN_PATH/bin

.bashrc

export PATH=$PATH:$GNUARMEMB_TOOLCHAIN_PATH/bin

I can see the path when I run echo $PATH

Kindly assist.

Related