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

User avatar
By styszkiew
#9811 I have a problem compiling the library file https://github.com/tuanpmt/esp_mqtt to user1.bin OTA.
The compiler indicates the library is too big.
message:
LD build/app.out
c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: build/app.out section `.irom0.text' will not fit in region `irom0_0_seg'
collect2.exe: error: ld returned 1 exit status
make: *** [build/app.out] Error 1

Does anyone have transformed the library to work with the Local Cloud UPDATE (OTA)?