ccache: FATAL: Could not find compiler "C:\Nordic\v1.8.0\toolchain\opt\bin\arm-none-eabi-gcc.exe" in PATH

I'm faced with a special error: we are not able to install the nRF Connect V1.8.0 using the tools published by Nordic.

We use the latest version of the tool chain manager and this claims to be successful

When attempting to build a blinky example for the nRF9160DK using SES we stumble upon the PATH not being correctly set for the compiler.

We tried to add the PATH manually, but this does not solve the issue.

We use this in an IoT oriented education, where we see this with one Windows 10 station, the other students have no problems.

The specific computer is not managed by a corporation, it is a personal laptop. I tried to replicate the issue, but was not successful.

Parents Reply
  • Do you have ccache installed on that computer? Could there be a path issue between the toolchain and ccache?

    Gwen Stouthuysen said:
    We will look into the issue together this evening, from a network that is direct internet connected.

    Yes, please do. 

    Gwen Stouthuysen said:
    I will collect compiler output, and try to use VS code and verify anything different might happen.

    Sounds like a good plan. Building either via VS code, or via command prompt using west, can be good to verify the environment.

Children
No Data
Related