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

User avatar
By nicoverduin
#1980
safield1 wrote:I needed to include the upgrade and upgrade_ssl libs in the Makefile. I am not sure why I had this issue and no one else has. May be a configuration item?

No, you're not the only one. I have the same problem. So could you explain waht you did? Seems to happen only in a direct UBUNTU environment. Not in the virtual machine.

@edit:

Never mind. found it. Change this line in the makefile:

Code: Select allLIBS      = c gcc hal phy net80211 lwip wpa main


into:
Code: Select allLIBS      = c gcc hal phy net80211 lwip wpa main upgrade upgrade_ssl


Regards
Nico
User avatar
By svkt
#6945
safield1 wrote:I needed to include the upgrade and upgrade_ssl libs in the Makefile. I am not sure why I had this issue and no one else has. May be a configuration item?


can u how you add upgrade_ssl libs in to the Makefile. thnx