ld: .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg'

ESP8266 SDK 编译出现:ld: .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg'
collect2: error: ld returned 1 exit status

ld 链接

.text 代码段

错误信息提示:链接时output/eagle/debug/image/eagle.app.v6文件的代码段不匹配iram1_0_seg的设置

修改iram1_0_seg的大小后正常编译!,但是不能正常运行。

具体原因放链接,在文末的注意事项中有解释:

https://blog.csdn.net/yannanxiu/article/details/51371798ld: .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg'_第1张图片

你可能感兴趣的:(ld: .output/eagle/debug/image/eagle.app.v6.out section `.text' will not fit in region `iram1_0_seg')