Discuss here different C compiler set ups, and compiling executables for the ESP8266

User avatar
By alonewolfx2
#3067 i cant compile this iot example. i am using xtensa-lx106-elf and mingv on windows. what am i suppose to do for compiling?
User avatar
By reaper7
#3073 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
Last edited by reaper7 on Fri Nov 21, 2014 8:21 am, edited 1 time in total.