一、错误信息:Description Resource Path Location Type.output/eagle/debug/image/eagle.app.v6.out section .text' will not fit in region
iram1_0_seg’ ESP8266_NONOS_SDK C/C++ Problem
解决办法:在所有非中断函数之前加 ICACHE_FLASH_ATTR ,然后重新编译。
详细参考博客:http://blog.youkuaiyun.com/yannanxiu/article/details/51371798
二、编辑代码完成后点击保存按钮后出现报错:
Save could not be completed
Reason: some characters cannot be mapped using “GBK” charater encoding…….
解决办法:点击Window- ->Perferences–>General–>Content Types–>Text–>C Source File
将Default encoding 编辑为UTF-8点击updata 如果还是报错,同样尝试修改Text下其他的选项。