-->
Page 1 of 5

NEW 0.9.3 ESP8266 SDK

PostPosted: Fri Nov 21, 2014 6:40 am
by reaper7

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Fri Nov 21, 2014 7:16 am
by alonewolfx2
i cant compile this iot example. i am using xtensa-lx106-elf and mingv on windows. what am i suppose to do for compiling?

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Fri Nov 21, 2014 7:46 am
by reaper7
on official GCC Linux compiler VM iot compilation works very well
I think it's working too on latest mobyfab gcc for windows ( viewtopic.php?f=9&t=224&start=120#p2586 )
but I can't test final bins because I have problem with esptool.exe on w8.1, so compilation without any errors (at example from previous sdk):

C:\PROGRAMY\esp8266\projects\at>make
CC driver/uart.c
CC user/at_baseCmd.c
CC user/at_ipCmd.c
CC user/at_port.c
CC user/at_cmd.c
CC user/at_wifiCmd.c
CC user/user_main.c
AR build/esp8266_at_app.a
LD build/esp8266_at.out
FW firmware/0x00000.bin

Re: NEW 0.9.3 ESP8266 SDK

PostPosted: Fri Nov 21, 2014 8:14 am
by Necromant
Judging by the changelog - major API changes inbound.