After successfully setting up the ESP-IDF environment I try to run an example project “Hello World”. Unfortunately during the build I get the error below:
##############################################################################
cmake : The term ‘cmake’ is not recognized
script file, or operable program. Check the
was included, verify that the path is corre
At line:1 char:1
###########################################################################
I have the CMAKE path present in the ENV, I am not sure what I am missing. Has someone seen this issue and was is the solution.
In addition I do see the path on power shell.
This looks like a mixup. It seems you have followed instructions provided by the ESP-IDF framework hot to setup the environments and tool. Thus you write:
However, PlatformIO takes a different approach. It will set up the environment and all the tools for you. But you have to create the project somewhat differently, e.g. by using PlatformIO’s New Project command (accessible from PlatformIO Home).