-->
Page 4 of 5

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Wed Nov 26, 2014 11:35 am
by alonewolfx2
its working now. i dont change anything just restart ubuntu and worked :x

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Sat Dec 06, 2014 7:57 am
by sej7278
there's definitely something wrong when compiling IoT_Demo with 0.9.3 (from esp-open-sdk) and the community Makefile, i'm getting the same errors from user_webserver.c and user_json.c and adding -DJSON_FORMAT to CFLAGS makes no difference (even though i can see from the code it should!). this is on debian sid.

blink and basic_example work fine. the old "at" example builds if you add the upgrade lib back into LIBS, the IoT_Demo Makefile that comes with the SDK doesn't work at all.

its funny how every new SDK release completely breaks backwards-compatibility.

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Sat Dec 06, 2014 9:59 am
by alonewolfx2
Try add json lib in your makefile

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Sat Dec 06, 2014 11:15 am
by sej7278
alonewolfx2 wrote:Try add json lib in your makefile


that did it thanks! this set of libs seems to build all the demo's:

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