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

User avatar
By alonewolfx2
#6352
zeroday wrote:almost get this IDE compliant with NodeMCU.
compile ok, but fail to generate bin file. a text editor with gen_appbin.py in it pop up.
do I need to install python manually?

I am using makefile and it is creating 0x00000bin and 0x10000 bin and I am combining with flash tool 0.9.3
User avatar
By CHERTS
#6368
bkrajendra wrote: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..!


Use as a basis for a simple project, such as the example hello_world, copy the directory hello_world renaming in test_project, edit file .cproject (section <project id = "hello_world.null.1347473968" name = "hello_world" /> and <resource resourceType = "PROJECT" workspacePath = "/ hello_world" />) and edit file .project (section <name> hello_world </ name>) and change the hello_world on test_project, continue to perform in Eclipse menu File -> Import -> General -> Existing Projects into Workspace -> Select root directory (C:\Espressif\examples) -> in the list of projects is a new project test_project and click Finish.