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

User avatar
By alonewolfx2
#2404 its still same issue

Code: Select allFrankenstein ESP8266 Firmware
Powered by Antares 0.2-rc1, Insane Mushroom
(c) Andrew 'Necromant' Andrianov 2014 <andrew@ncrmnt.org>
This is free software (where possible), published under the terms of GPLv2

Memory Layout:
data  : 0x3ffe8000 ~ 0x3ffe8aa4, len: 2724
rodata: 0x3ffe8ab0 ~ 0x3ffea158, len: 5800
bss   : 0x3ffea158 ~ 0x3fff1580, len: 29736
heap  : 0x3fff1580 ~ 0x3fffc000, len: 43648

 === Press enter to activate this console ===
Fatal exception (29):
epc1=0x40241122, epc2=0x00000000, epc3=0x00000000, excvaddr=0x000000a8, depc=0x00000000

 ets Jan  8 2013,rst cause:4, boot mode:(3,0)

wdt reset



Necromant wrote:I've just updated the binaries and added wdt_feed() during initialisation. I don't have the board around to test, so see if fixes the endless reboot propblem.
User avatar
By Necromant
#2406 Hm... Weird. Maybe you've triggered that bug when bad parameters somewhere in flash an exception in espressif's closed code. According to the log all the console code is done initialising, and the something inside SDK blobs goes nuts. I'll check it out myself on my board when I get home. Meanwhile you can try to wipe your SPI flash clean or flash a later 0.9.2-based firmware.
User avatar
By alonewolfx2
#2407
Necromant wrote:Hm... Weird. Maybe you've triggered that bug when bad parameters somewhere in flash an exception in espressif's closed code. According to the log all the console code is done initialising, and the something inside SDK blobs goes nuts. I'll check it out myself on my board when I get home. Meanwhile you can try to wipe your SPI flash clean or flash a later 0.9.2-based firmware.



if you have any suggestion i can try now with my esp