Is there a set up guide for Windows
Posted: Thu Apr 11, 2019 7:50 am
I have just bought an ESP-EYE and have successfully set up the environment, started the shell, loaded, compiled and flashed the Hello_World example to my ESP-EYE. Thought it was time to do something a little more exciting so grabbed the esp-who files using
This all look good. I changed the environment variable IDF_PATH to as specified and then tried to run No go, this just brings up the error
So I tried which worked with hello_world
Same error message
I realize as a newbie that you are probably all ready to pounce, but I am not totally new to IoT or coding. I run a LoRa site, have 7 LoRa devices working fine and am handy with Linus and Python. It just appears that the documentation around Espressif is all about Linux and they ignore the fact that it does not work with Windows 10.
I noted that hello_world has a massive subfolder called 'build' that contains 53 more subfolders. Nothing like this in 'recognition_solution'.
Also noted this forum is not very active
Thanks
Code: Select all
git clone --recursive https://github.com/espressif/esp-who.git
Code: Select all
c:/msys32/home/Simon/esp/esp-who
Code: Select all
make defconfig
Code: Select all
Makefile:11: C:/msys32/home/Simon/esp/esp-who/make/project.mk: No such file or directory
make: *** No rule to make target 'C:/msys32/home/Simon/esp/esp-who/make/project.mk'. Stop.
Code: Select all
make menuconfig
Same error message
I realize as a newbie that you are probably all ready to pounce, but I am not totally new to IoT or coding. I run a LoRa site, have 7 LoRa devices working fine and am handy with Linus and Python. It just appears that the documentation around Espressif is all about Linux and they ignore the fact that it does not work with Windows 10.
I noted that hello_world has a massive subfolder called 'build' that contains 53 more subfolders. Nothing like this in 'recognition_solution'.
Also noted this forum is not very active
Thanks