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

User avatar
By jjshortcut
#7934
Alex_S wrote:Your log shows that you performed build all, not build htmlFlash.

"htmlFlash" is a separate target. It is placed near tragets "all" and "clean".
The build target "all" does not include generating of the webpages.espfs. So you need to make it by the htmlFlash target.

Which version of kit do you use? As I remember, his target was introduced in the kit version 1.05.


Perfect! I found it! Now it only gives me this error but this probably has to do with my board that is not connected.. I have to try this tonight! Thanks!
I'm running 1.06 now, and this works!

serial.serialutil.SerialException: could not open port 'COM2': WindowsError(5, 'Access is denied.')
C:/Espressif/examples/esphttpd/Makefile:145: recipe for target 'htmlflash' failed
mingw32-make.exe: *** [htmlflash] Error 255
User avatar
By erik2005
#8034 Hello Sir,

how to Update to new SDK 1.0.5 with much improvements? :) :)

http://bbs.espressif.com/viewtopic.php?f=5&t=154

I tried to replace SDK & IOT_example DIRS, but now an error occurs: :evil:

mingw32-make[1]: *** No rule to make target '../ld/eagle.rom.addr.v6.ld', needed by '.output/eagle/debug/image/eagle.app.v6.out'. Schluss.
C:/Espressif/examples/IoT_Demo_alt/Makefile:147: recipe for target '.subdirs' failed
mingw32-make.exe: *** [.subdirs] Error 2

THANKS