After updating the toolchain, it fails to compile.

I'm developing my product using NCS. It compiled fine yesterday, but today when I opened VS Code with the nRF Connect extension, it prompted me to install the toolchain. I previously downloaded the NCS v2.6.0 SDK, and after installing the v2.6.0 toolchain, the compilation failed with an error stating that it couldn’t find prj_keyboard.conf. The previous SDK installation was done through the nRF Connect extension.

I'm developing my product using NCS. It compiled fine yesterday, but today when I opened VS Code with the nRF Connect extension, it prompted me to install the toolchain.

I previously downloaded the NCS v2.6.0 SDK, and after installing the v2.6.0 toolchain, the compilation failed with an error stating that it couldn’t find prj_keyboard.conf.

The previous SDK installation was done through the nRF Connect extension.

Parents
  • Hello,

    What was the path to the toolchain that you used to use? Did it happen to be installed using nRF Connect for Desktop -> Toolchain Manager?

    If that is the case, this is being deprecated, so if you recently updated your nRF Connect for VS Code extension, this may be why you no longer see it. 

    You can try to install the same toolchain, and then "change Toolchain install directory" to match the old place where you had the toolchains:

    After you installed the new toolchain, and it complained about the missing prj_keyboard.conf file. Is it actually located where it is trying to look for it?

    Best regards,

    Edvin

Reply
  • Hello,

    What was the path to the toolchain that you used to use? Did it happen to be installed using nRF Connect for Desktop -> Toolchain Manager?

    If that is the case, this is being deprecated, so if you recently updated your nRF Connect for VS Code extension, this may be why you no longer see it. 

    You can try to install the same toolchain, and then "change Toolchain install directory" to match the old place where you had the toolchains:

    After you installed the new toolchain, and it complained about the missing prj_keyboard.conf file. Is it actually located where it is trying to look for it?

    Best regards,

    Edvin

Children
No Data
Related