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/51371798

发布了7 篇原创文章 · 获赞 8 · 访问量 3079

猜你喜欢

转载自blog.csdn.net/laocui1/article/details/102661826
LD