ESP8266 Developer Zone The Official ESP8266 Forum 2016-11-03T15:38:24+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2993 2016-11-03T15:38:24+08:00 2016-11-03T15:38:24+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2993&p=10400#p10400 <![CDATA[Re: ESP8266 NONOS SDK V2.0.0 编译出现的问题]]>
修改 /ld/eagle.app.v6.new.xxxx.appx.ld 中

iram1_0_seg : org = 0x40100000, len = 0x8000

把 0x8000 改大 比如 0x10000

Statistics: Posted by delong_z — Thu Nov 03, 2016 3:38 pm


]]>
2016-11-03T11:06:56+08:00 2016-11-03T11:06:56+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2993&p=10392#p10392 <![CDATA[ESP8266 NONOS SDK V2.0.0 编译出现的问题]]> 但是在SDK V2.0.0工程下编译则出现如下的错误:

eagle/debug/lib/libxlinkv2.a -Wl,--end-group -o .output/eagle/debug/image/eagle.app.v6.out
/opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/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
make: *** [.output/eagle/debug/image/eagle.app.v6.out] Error 1

哪位大神知道怎么修改配置,好让之前的代码能编译通过,多谢!

Statistics: Posted by liding — Thu Nov 03, 2016 11:06 am


]]>