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'

相关文章:

  • 2021-09-22
  • 2022-12-23
  • 2022-02-02
  • 2022-12-23
  • 2021-09-23
  • 2021-11-28
猜你喜欢
  • 2021-10-18
  • 2022-12-23
  • 2021-07-17
  • 2021-08-07
  • 2022-12-23
  • 2021-06-05
  • 2021-06-07
相关资源
相似解决方案