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

User avatar
By johnnyfp
#2012 Hi,

I've currently got a ram overflow while trying to compile a derivative hack of a Webserver and AT enabled firmware.

Does the xtensa Linker have an option to switch on how much ram I am actually over?

Cheers

Code: Select all/opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg'
User avatar
By jcmvbkbc
#2015
johnnyfp wrote:Does the xtensa Linker have an option to switch on how much ram I am actually over?

The closest I can think of is enabling link map dump with -M or -Map=<map-file-name> and looking into it.