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

User avatar
By fenyvesi
#9371 see http://www.esp8266.com/viewtopic.php?f=6&t=1031&start=60

Temporarily I found a solution: modified the standard Makefile in 2 points:

1. Added the extra mqtt include directory:
MODULES = driver mqtt user --line 135
2. Added the extra libs

LIBS = c gcc hal phy pp net80211 lwip wpa upgrade main ssl -line 139