Just installed the Espressif DevKit & Eclipse and I can get projects build and deployed. Thanks for the good & complete description.
I am exprimenting with the espressif/examples/esp_iot_rtos_sdk.
When building the project it seems to work OK, in console I do not get errors and I do get the two bin files and they run on the esp but :
- When in eclipse "problems tab" I do get "errorlines" like
Field 's_addr' could not be resolved user_main.c /esp_iot_rtos_sdk/app/user line 49 Semantic Error
Symbol 'AF_INET' could not be resolved user_main.c /esp_iot_rtos_sdk/app/user line 48 Semantic Error
and these also show in the edit window when editing usr_main.c
Also code completion doesn't seem to work.
I did check and the espressif/esp8266_sdk/include is in the "paths and symbols"as stated in one of the first posts of this thread.
Do I need to include others for the rtos project ?
- The bin files are place in a directory .output/eagle/debug/bin/
I think because the "dot"in the ".output" Eclilpse doesn't show the directory in the project window and I need to go to windows explorer to move files.
Does anyone know where the output directory is defined and whether I can update thise in my config ?
Herman