First, thank you for the Eclipse ESP8266 support; this is a very useful gift to the community.
I'm trying to implement the WPS support and I'm experiencing problems.
Here is the LIBS Makefile line; I added wps library
LIBS = c gcc hal phy pp net80211 lwip wpa main at smartconfig wps
Now, when I compile the code, this error is displayed
c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/5.1.0/../../../../xtensa-lx106-elf/bin/ld.exe: build/app.out section `.irom0.text' will not fit in region `irom0_0_seg'
Do I need to do/modify something else to be able to make WPS works?
Thank you,
Alex