espressif / esp-idf-template

Template application for https://github.com/espressif/esp-idf
Other
335 stars 201 forks source link

esp_event_loop.h not present in esp-idf, causes compliation to fail #1

Closed lakidd closed 7 years ago

lakidd commented 8 years ago

Hi When using the template yesterday, the app compiled fine. When cloning and using tonight I get /Users/xxx/esp32/myeclipseesp32app2/main/./main.c:5:28: fatal error: esp_event_loop.h: No such file or directory

include "esp_event_loop.h"

And sure enough, the file isn't anywhere on my system. Am I missing something ? This is OS X btw

igrr commented 8 years ago

Please try doing git pull origin master on esp-idf, that should fix it.

lakidd commented 8 years ago

yep that fixed it sorry thanks