Hii
i want to test Ble mesh Light switch demo using cmake with nRF51 controller.i m facing below error.
Please suggest me ASAP.
Thanks,
Nikunj
Hii
i want to test Ble mesh Light switch demo using cmake with nRF51 controller.i m facing below error.
Please suggest me ASAP.
Thanks,
Nikunj
Hello Nikunj,
Please add the Ninja path to the windows "environment variable" and try to "configure" again.
Hope this can do help :)
No, not like that.
As I show in the previous answer, please do not add a new environment variable, but modify the "Path" in the "system variables" with adding the toolchain path,
Hello Nikunji,
Have you read the error log in the CMake?
Would you try to using the latest Ninja?
I would like to suggest you read every log from the tool carefully since it always provides great information which points out what should we do next.
Also, I would like to suggest you check here,
Hi Rick Chaung
yes i have read the error log in the CMAKE.i'm using CMAKE 3.11.4
i have tried Ninja-1.8.2 and 1.7.2 but i got an same error.. Now suggest me which version can i used..? please provide me download link for Ninja.
i have download Ninja from below link.
Hello Nikunji,
CMake 3.11.4 and Ninja 1.8.2 should work correctly. I would assume you install multiple version Ninja in your computer.
Would you please open "command prompt" and enter the following commands for checking the current Ninja version which under your environment variable setting?
ninja --version where ninja
Hello Nikunji,
CMake 3.11.4 and Ninja 1.8.2 should work correctly. I would assume you install multiple version Ninja in your computer.
Would you please open "command prompt" and enter the following commands for checking the current Ninja version which under your environment variable setting?
ninja --version where ninja
i got same error i don't know what is happening...!
would you please show the result of the following code in the command prompt?
where ninja
Hello Nikunj,
I note that in your current setting, the "path" in the system environment variable only contains with GNU ARM embedded toolchain, you should not remove all the other setting, and you should also add the path of the Ninja. The "path" in the system environment variable should look similar like this.
same error found