Re: Official public SDK from Espressif
Posted: Mon Oct 27, 2014 8:46 am
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 all
LIBS = c gcc hal phy net80211 lwip wpa main
into:
Code: Select all
LIBS = c gcc hal phy net80211 lwip wpa main upgrade upgrade_ssl
Regards
Nico