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 :)
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.
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
Have you tried to reboot your PC after changing system variable?
yes i have restart my system every time when i change in system environment variable.
Please open the command prompt, and do not navigate to the Ninja path, type again the following commands and post the result:
where ninja ninja --version
If you still see any error, then there's something wrong with your environment variable setting.
Hi Rick Chung
Thanks for support ..I have done & generate hex file with ninja