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

User avatar
By PYCOTO
#9735
raz123 wrote:
picstart wrote:remaining unresolved issue
c:/espressif/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld.exe: .output/eagle/debug/image/eagle.app.v6.out section `.irom0.text' will not fit in region `irom0_0_seg'
collect2.exe: error: ld returned 1 exit status
../Makefile:178: recipe for target '.output/eagle/debug/image/eagle.app.v6.out' failed
mingw32-make[1]: *** [.output/eagle/debug/image/eagle.app.v6.out] Error 1
mingw32-make[1]: Leaving directory 'C:/Espressif/examples/nodemcu-firmware/app'
mingw32-make.exe: *** [flash] Error 2
C:/Espressif/examples/nodemcu-firmware/Makefile:111: recipe for target 'flash' failed


Yip. I get this error as well :\


Hello
I Get it also.
my laptop : P7450 2.13Ghz 64bit
os : Seven SP1 64bit

Thanks for your help!
User avatar
By CHERTS
#9899
myeoman wrote:The guys there are complaining that your entry page at http://programs74.ru/udkew-en.html looks suspicious. You might want to take note of that, and maybe even join the comments?


What's in my page suspicious?
User avatar
By CHERTS
#9900
iHaveESP wrote:My projects are using "tuanpmt" great MQTT implementation https://github.com/tuanpmt/esp_mqtt
With so many code bases out there and different make files, this sdk is easy to adopt to them.
I've attached a working Makefile for "esp_mqtt".


In the next version DevKit I'll add an example esp_mqtt, thanks for the Makefile.