Page 1 of 1

Build Error, ESP-IDF-Template project on both Eclipse Windows and mysys32 setup

Posted: Tue Sep 13, 2016 10:19 am
by hardikharpal
Hi,
I followed steps from theses two docs https://github.com/espressif/esp-idf/bl ... -setup.rst and https://github.com/espressif/esp-idf/bl ... -setup.rst.

When I build project, there is error of unresolved inclusion of freertos header files...any idea where I am doing wrong.......

Image

If I try to compile by msys32 directly I am getting following error.....
Image

Re: Build Error, ESP-IDF-Template project on both Eclipse Windows and mysys32 setup

Posted: Mon Sep 19, 2016 11:15 am
by ricksondpenha
Hello there, i have been getting the same error in windows 10 using Eclipse mars for c/c++. Have you found any solution yet?

Re: Build Error, ESP-IDF-Template project on both Eclipse Windows and mysys32 setup

Posted: Mon Sep 19, 2016 12:42 pm
by ESP_Sprite
The issue is being handled on Github, there's a (temp?) solution there:
https://github.com/espressif/esp-idf/issues/10

Re: Build Error, ESP-IDF-Template project on both Eclipse Windows and mysys32 setup

Posted: Mon Sep 19, 2016 7:00 pm
by hardikharpal
Thank you @ESP_Sprite.
Yes, Actually I opened this issue on github.
I got quick response from espressif team with temporary solution an it works too I got my setup running well now... :)

@ricksondpenha for now follow temporary solution ,soon they will come with proper solution.
You may get some error while cloning git to windows https://github.com/espressif/esp-idf/issues/11 they may have solved this issue but nothing to worry about if you get this kind of message while cloning go ahead and follow nex steps in setup document.
One another thing esp-idf and project path should not contain any spaces... I got username in widows with space so it failed but with new user name without space and with temporary solution it works ..hope these things helps you.
Tommorow I will get my ESP32 EVB from Espressif ..will have busy tommorow :)
Thank you for EVB @Espressif