I have been using the opensdk for some time, and I must say it works (in two senses) quite good. The only thing is the C compiler that is quite ancient now. I am hoping that newer gcc versions will have (even) better optimisation -> less code -> more space for IRAM (which I am constantly struggling with).
I noticed that Fedora 24 comes with a "prebuilt" xtensa cross compiler. I tried it, got it more or less working with some tweaking, but it appears this compiler generates code with endianness the wrong way around, so it's incompatible with the black box libs from ESP. Anyone know a workaround for that maybe?
Otherwise maybe knows a way to update gcc in opensdk? It seems it has been taken verbatim from a site that's no longer maintained. Also it seems that the "stock" xtensa gcc needs some patching get it working for esp8266 at all, so no use to download it from gcc itself.
Thx.