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 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.
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
Great you hear that