-->
Page 4 of 4

Re: Official public SDK from Espressif

PostPosted: Mon Oct 27, 2014 8:46 am
by nicoverduin
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

Re: Official public SDK from Espressif

PostPosted: Sat Jan 10, 2015 4:55 pm
by svkt
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