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

User avatar
By reaper7
#965 Chris - I read that You are planning support for upload firmware via Your esptool.exe...
any progress?
it would be fantastic to do reflash directly from Makefile -> make flash :D
User avatar
By mamalala
#979
reaper7 wrote:Chris - I read that You are planning support for upload firmware via Your esptool.exe...
any progress?
it would be fantastic to do reflash directly from Makefile -> make flash :D


I can't work on my tool until mid of next week, since i have another, urgent, job to do until Wednesday. After that i will continue with my tool.

Greetings,

Chris
User avatar
By maximevince
#2134 Your makefile is very clean. I like it a lot.

I had to manually add "include" to the EXTRA_INCDIR variable to get it to compile.

For other users: you need to put the makefile inside the directory with your actual demo code (e.g. the AT demo or the IoT demo, containing the driver, include, user directories)