ESP8266 Developer Zone The Official ESP8266 Forum 2015-11-14T00:17:35+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=1379 2015-11-14T00:17:35+08:00 2015-11-14T00:17:35+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1379&p=4578#p4578 <![CDATA[Re: what is this error ?]]> I believe you may find that there was a similar question asked a while back which can be found here along with a potential answer.

viewtopic.php?f=7&t=1339

I think it is important to realize that there is a wealth of knowledge already written down and can be found by searching this forum and other related forums. Programming is a time consuming art and very little should be expected to work "first time". If one knew all the answers at the start of writing a program, all programs would be completed in only as long as it took to type in the source code. The trick here is to be patient and do the research as deeply as possible. There is, however, no problem at all with posting questions ... if after an hour or two reading and googling and thinking I don't come up with an answer, I have no hesitation going to the forum and asking for help. I also realize that is a two way street ... if other folks who need help post their questions it is necessary for the rest of us to continually monitor the forums and help where we can.

It is difficult not to get frustrated when working with programming ... we just have to be patient and realize that things take time. If we get stuck somewhere, there is no shortage of other areas to go and study :-)

Statistics: Posted by kolban — Sat Nov 14, 2015 12:17 am


]]>
2015-11-13T19:42:51+08:00 2015-11-13T19:42:51+08:00 https://bbs.espressif.com:443/viewtopic.php?t=1379&p=4571#p4571 <![CDATA[what is this error ?]]> when i compliles the ESP8266 RTOS SDK.

there is a error.

1> c:/sysgcc/esp8266/bin/../lib/gcc/xtensa-lx106-elf/5.2.0/../../../../xtensa-lx106-elf/bin/ld.exe: Debug/EmbHttp.elf section `.irom0.text' will not fit in region `irom0_0_seg'
1> c:/sysgcc/esp8266/bin/../lib/gcc/xtensa-lx106-elf/5.2.0/../../../../xtensa-lx106-elf/bin/ld.exe: region `irom0_0_seg' overflowed by 18659 bytes
1> Debug/http_server.o: In function `httpServerGetDefaultSettings':
1>F:\VSproject\EmbededProject\RtosHttpserver\EmbHttp\EmbHttp\src\CycloneTCP_S\http\http_server.c(927): error VGDB1000: undefined reference to `_impure_ptr


there is a flash 8M , how is that possible overflowed ????

marvelous!!!!

how could we solve this problem!!!!

Statistics: Posted by marhc_seven — Fri Nov 13, 2015 7:42 pm


]]>