alonewolfx2 wrote:propably your sdk version different. sming working correctly on sdk 1.0.1 for now.
You are exactly right.
I had forgotten that last time I installed this, I needed to "downgrade" the SDK to version esp_iot_sdk_v1.0.1_b1_15_04_02 before I could get the examples to work.
What was strange was that before downgrading, I didn't have any issues with compilation, just with the examples functioning on the device.
I took a closer look at the SDK that was included with the UDK (version 2.0.5) and saw that although it appeared to be the same version as that I downloaded from Espressif, esp_iot_sdk_v1.0.1_15_04_24, a couple of the libraries, including the one causing the error were different. I don't know why the same SDK contains different files. At least I have it compiling OK now.
C:\Espressif>dir ESP8266_SDK\lib
Volume in drive C is Acer
Volume Serial Number is 1664-C64B
Directory of C:\Espressif\ESP8266_SDK\lib
08/06/2015 03:33 PM <DIR> .
08/06/2015 03:33 PM <DIR> ..
21/05/2015 09:52 PM 205,224 libat.a
24/04/2015 04:45 PM 12,714 libjson.a
21/05/2015 09:52 PM 299,764 liblwip.a
21/05/2015 09:52 PM 119,530 libmain.a
21/05/2015 09:52 PM 186,122 libnet80211.a
24/04/2015 04:45 PM 145,068 libphy.a
24/04/2015 04:45 PM 180,144 libpp.a
24/04/2015 04:45 PM 93,184 libsmartconfig.a
24/04/2015 04:45 PM 10,640 libssc.a
24/04/2015 04:45 PM 164,570 libssl.a
24/04/2015 04:45 PM 16,212 libupgrade.a
21/05/2015 09:52 PM 124,580 libwpa.a
12 File(s) 1,557,752 bytes
2 Dir(s) 806,960,488,448 bytes free
C:\Espressif>dir esp_iot_sdk_v1.0.1_15_04_24\lib
Volume in drive C is Acer
Volume Serial Number is 1664-C64B
Directory of C:\Espressif\esp_iot_sdk_v1.0.1_15_04_24\lib
09/06/2015 09:23 PM <DIR> .
09/06/2015 09:23 PM <DIR> ..
24/04/2015 07:23 AM 205,224 libat.a
24/04/2015 05:45 AM 12,714 libjson.a
24/04/2015 05:45 AM 299,544 liblwip.a
24/04/2015 05:45 AM 109,456 libmain.a
24/04/2015 05:45 AM 185,970 libnet80211.a
24/04/2015 05:45 AM 145,068 libphy.a
24/04/2015 05:45 AM 180,144 libpp.a
24/04/2015 05:45 AM 93,184 libsmartconfig.a
24/04/2015 05:45 AM 10,640 libssc.a
24/04/2015 05:45 AM 164,570 libssl.a
24/04/2015 05:45 AM 16,212 libupgrade.a
24/04/2015 05:45 AM 124,464 libwpa.a
12 File(s) 1,547,190 bytes
2 Dir(s) 806,959,681,536 bytes free