-->
Page 116 of 122

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Sun Apr 23, 2017 1:46 am
by CHERTS
Beta version (v2.2.2) of Unofficial Development Kit for Espressif ESP8266 is available.

Download v2.2.2 Beta on 24/04/2017

List of changes:
Code: Select allv2.2.2 (24.04.2017):
* Fixed gen_appbin.py and common_*.mk build script;

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Fri May 12, 2017 2:11 pm
by pop48m
I recently started with ESP8266 in Arduino IDE. Now, I would like to program it in C, and succesfully installed Unofficial Development Kit for Espressif ESP8266. Everything was OK during installation. After starting Eclipse and choosing Hello world as first project, I obtain the following response for Make Target -> all
Code: Select all21:02:24 **** Build of configuration Default for project hello_world ****
mingw32-make.exe -f C:/Users/Pop/workspace/hello_world/Makefile all
C:/Users/Pop/workspace/hello_world/Makefile:2: ../settings.mk: No such file or directory
C:/Users/Pop/workspace/hello_world/Makefile:18: ../common_nonos.mk: No such file or directory
mingw32-make.exe: *** No rule to make target '../common_nonos.mk'.  Stop.

21:02:26 Build Finished (took 1s.230ms)

Any help? Thanks, Pop

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Tue May 16, 2017 6:13 am
by deepsingh852963
THANKS

Re: Unofficial Development Kit for Espressif ESP8266

PostPosted: Sat May 27, 2017 1:15 pm
by itti
I am using an old version of the devkit and it works fine. I would like to experiment with the newest version so I renamed the c:\Espressif folder to c:\Espressif_
However when I try to run the installation of the newest devkit (Espressif-ESP8266-DevKit-v2.2.1-x86) I get the following message:
An old version of Unofficial Development Kit for Espressif ESP8266 was detected. Do you want to uninstall it ?
If I click No the new devkit is not installed
How can I have both installed ?