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

User avatar
By marcinozog
#6197 I tried to compile at_v0.20_on_SDKv0.9.3 and a got an error: fatal error: "version.h: No such file or directory". When i comment this i get another errors e.g.: user/at_ipCmd.c:1954:12: error: dereferencing pointer to incomplete type
if(server->upgrade_flag == true)
User avatar
By ashutosh
#6229 i follow the steps you mentioned but i m having trouble in installing Mingw it is not installed properly maybe i m not sure i m getting the error massage in eclipse like program gcc not found and g++ not found i think maybe its because mingw is not installed properly or eclipse is unable to find it please anyone help me resolved this issue i m new to c, c++ i mostly work on java so please explain me where i m going wrong
User avatar
By bkrajendra
#6247
CHERTS wrote:Hi

Based on a series of my articles I publish my assembly Espressif DevKit for developing firmware on Windows, all further discussion propose to write here.


Hi CHERTS,
Everything work from your example.
But can you help me in creating new project.
Compiling expressif SDKs. What changes are needed to made in Makefiles.
Also how to create .cproj and .project files.
in short I want create my own project from scratch in eclipse. or to compile espressif SDK.

Please help..!
User avatar
By jnosky
#6265
bkrajendra wrote:
CHERTS wrote:Also how to create .cproj and .project files.
in short I want create my own project from scratch in eclipse. or to compile espressif SDK.

Please help..!


First off I say thanks to CHERTS, for saving me a lot of time.

I usually just copy a small working project, then add what I need to that.