Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By CHERTS
#10689 A new version of my build Espressif DevKit for Windows v1.0.11
The list of changes to the first page

Update procedure:
1. Remove the old version.
2. Install the new version DevKit.
ATTENTION!!! When you delete the old version will be removed entire directory C:\Espressif
User avatar
By kutkm_ti
#10758 http://bbs.espressif.com/viewtopic.php?f=5&t=154
ATTACHMENTS
esp_iot_sdk_v0.9.5_15_01_23.zip
(6.86 MiB) Downloaded 14961 times

hi, can anyone teach me how to use original esp_iot_sdk_v0.9.5_15_01_23.zip in this Espressif DevKit for Windows + Eclipse IDE, i'm newbie , i try many way to compile , but all in error, i need to compile using original SDK release by Espressif, but don't know how to setting the Eclipse IDE.... can anyone help me, hope got step by step youtube movie like this
Video: Creating a new project in Eclipse Luna for ESP8266 using Unofficial DevKit
https://www.youtube.com/watch?v=y9uk-3A1acM





13:16:29 **** Build of configuration Release for project smart_config ****
mingw32-make.exe -f C:/Espressif/examples/smart_config/Makefile all
CC user/user_main.c
AR build/app_app.a
LD build/app.out
build/app_app.a(user_main.o):(.text+0xc): undefined reference to `smartconfig_start'
build/app_app.a(user_main.o): In function `user_init':
C:\Espressif\examples\smart_config/user/user_main.c:29: undefined reference to `smartconfig_start'
C:/Espressif/examples/smart_config/Makefile:95: recipe for target 'build/app.out' failed
collect2.exe: error: ld returned 1 exit status
mingw32-make.exe: *** [build/app.out] Error 1

13:16:30 Build Finished (took 1s.185ms)