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

User avatar
By CHERTS
#23805
hdrut wrote:Hello CHERTS,

I'm using Webbase server from Victor. Do you know how i can get in touch with this guy? He doesn't seem to come here often. Or perhaps you can give me a hand here, since I don't speak russian :).

Thks in advance!

Horacio


I do not know this man.
User avatar
By hdrut
#23916 Hi,

I updated to latest 2.0.7 version and i keep getting this error message:

.output/eagle/image/eagle.app.v6.out section `.irom0.text' will not fit in region `irom0_0_seg' C/C++ Problem


Any idea how I can fix it?

Thks!
User avatar
By kolban
#23922 In the distribution, I see some key compiler tools that are found in:

C:\Espressif\xtensa-lx106-elf\bin

These include the C compiler and more. My question is as follows:

Where did these come from? Are they special tools specifically for the MCU on the ESP8266? If so, what is their origin?
User avatar
By kolban
#24267 Looking at the "CFLAGS" used, I seem to see "-nostdlib". However, my thinking is that this is a "linker only" option and is ignored when we compile C source to an object file. If this is correct, might I suggest that we update the Makefiles to remove this option?