ESP8266 Developer Zone The Official ESP8266 Forum 2023-02-24T13:42:25+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=39619 2023-02-24T13:42:25+08:00 2023-02-24T13:42:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=39619&p=108553#p108553 <![CDATA[Re: 加入hilinksdk编译产生bss' is not within region `dram0_0_seg]]> Statistics: Posted by yuzhai — Fri Feb 24, 2023 1:42 pm


]]>
2019-08-12T16:03:27+08:00 2019-08-12T16:03:27+08:00 https://bbs.espressif.com:443/viewtopic.php?t=39619&p=53075#p53075 <![CDATA[加入hilinksdk编译产生bss' is not within region `dram0_0_seg]]>
/opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: address 0x40000e90 of .output/eagle/debug/image/eagle.app.v6.out section `.bss' is not within region `dram0_0_seg'
/opt/xtensa-lx106-elf/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld: address 0x40000e90 of .output/eagle/debug/image/eagle.app.v6.out section `.bss' is not within region `dram0_0_seg'
collect2: error: ld returned 1 exit status

我应该怎么做?可以改大dram0_0_seg吗?
MEMORY
{
dport0_0_seg : org = 0x3FF00000, len = 0x10
dram0_0_seg : org = 0x3FFE8000, len = 0x18000
iram1_0_seg : org = 0x40100000, len = 0x8000
irom0_0_seg : org = 0x40201010, len = 0x6B000
}

Statistics: Posted by Guest — Mon Aug 12, 2019 4:03 pm


]]>